]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-06-20 Baptiste Coudurierfactorize read_header failure freeing code
2008-06-20 Art ClarkeCheck if there is at least a stream before writing...
2008-06-19 Baptiste Coudurierremove useless close funcs
2008-06-19 Baptiste Coudurierremove useless close func
2008-06-19 Baptiste Coudurierremove useless close func
2008-06-19 Baptiste Coudurierffm has no per stream priv_data anymore
2008-06-19 Stefano SabatiniAdd a "Status stream" section in ffserver-doc.texi.
2008-06-19 Vitor SessakMisc cosmetics
2008-06-19 Vitor SessakRemove useless comment
2008-06-19 Vitor SessakLast table renaming
2008-06-19 Vitor SessakYet more table renaming
2008-06-19 Vitor Sessak10l: fix typo
2008-06-19 Vitor SessakMore table renaming
2008-06-19 Vitor SessakRename table
2008-06-19 Vitor SessakRename vars: s/decsp/out/
2008-06-19 Vitor SessakRename function
2008-06-19 Vitor SessakRename var
2008-06-19 Måns Rullgårdfix dependency generation
2008-06-19 Måns Rullgårdenable version.h to be created from subdirs
2008-06-19 Michael NiedermayerDo not shift F[I] twice, it is also clearer and smaller...
2008-06-19 Michael NiedermayerFactorize c->ap += (-c->ap) >> 4 out
2008-06-19 Michael NiedermayerGet rid of G726Tables.bits.
2008-06-19 Michael NiedermayerCopy 4 pointers to avid dozends of ptr dereferences.
2008-06-19 Michael NiedermayerDoes not need to be int16.
2008-06-19 Luca AbeniFix neverending loop which might happen when sending...
2008-06-19 Michael NiedermayerFactorize I >> (c->tbls->bits - 1) out.
2008-06-19 Stefano SabatiniImprove an lclenc.c error message in case of unsupporte...
2008-06-19 Michael Niedermayer1 abs() less
2008-06-19 Stefano SabatiniCosmetics: s/stats/status/ in ffserver.c.
2008-06-18 Stefano SabatiniAdd an "How does it work" section in ffserver-doc.texi.
2008-06-18 Michael Niedermayersimplify
2008-06-18 Michael Niedermayeruseless ()
2008-06-18 Michael Niedermayerremove unneeded tr == 0
2008-06-18 Michael Niedermayersimplify
2008-06-18 Michael NiedermayerGet rid of the redundant AVG726Context.
2008-06-18 Michael NiedermayerRemove the truncated bitstream handling from our g726...
2008-06-18 Florian EchtlerParse 'dats' as data.
2008-06-18 Art Clarkefree private streamcontext when closing demuxer, fix...
2008-06-17 Guillaume Poirierconvert DOS-style carriage return to Unix-style
2008-06-17 Michael NiedermayerChange iquant tables to int16.
2008-06-17 Michael Niedermayersimplify
2008-06-17 Michael NiedermayerGet rid of useless wrapper function.
2008-06-17 Stefano SabatiniAdd missing SMALL_IF_CONFIG_SMALL macros for beosaudio...
2008-06-17 Stefano SabatiniCosmetics: display ffmpeg -h generic advanced options...
2008-06-17 Michael NiedermayerDo not inline g726_iterate() the function is big so...
2008-06-16 Michael NiedermayerReplace i2f(0) by the actual thing done, gcc is not...
2008-06-16 Michael NiedermayerRemove redundant zeroing (the context is memset(0)).
2008-06-16 Michael NiedermayerUse smaller data types for tables.
2008-06-16 Michael NiedermayerFloat11 does not need int, .o file becomes smaller...
2008-06-16 Michael Niedermayersimplify
2008-06-16 Michael NiedermayerCorrect validity checks.
2008-06-16 Michael NiedermayerPrint sane error message for channels != 1.
2008-06-16 Michael NiedermayerCheck number of bits so we do not try to use table...
2008-06-16 Michael NiedermayerSupport decoding of sample_g726.asf.
2008-06-16 Aurelien Jacobsmatroskadec: remove some useless code
2008-06-16 Michael Niedermayerget_bits() outputs exactly as many bits as requested...
2008-06-16 Michael NiedermayerRemove dead code.
2008-06-16 Diego BiurrunGenerate pkg-config files in each library subdirectory...
2008-06-16 Stefano SabatiniDon't show advanced subtitle options within the ffmpeg...
2008-06-16 Stefano SabatiniDon't show subtitle and grab options within the ffmpeg...
2008-06-16 Stefano SabatiniFix an example command in ffserver-doc.texi.
2008-06-16 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2008-06-15 Jai Menonfix verbatim mode decoding. patch by Jai Menon (reality...
2008-06-15 Baptiste Coudurierset correct ftyp minor version for 3gp/2
2008-06-14 Baptiste Coudurierinvert mode_mov condition
2008-06-14 Baptiste Couduriersimplify
2008-06-14 Baptiste Coudurierchange 3gp/3g2 brands if h264 is present
2008-06-14 Baptiste Couduriersimplify ipod brand selection
2008-06-14 Baptiste Coudurierfix warning, write_ftyp return int now
2008-06-14 Baptiste Coudurierput avc1 brand in compat list when h264 is present
2008-06-13 Michael Niedermayer-0x8000 == 0x8000 with int16
2008-06-13 Benjamin LarssonForgotten oma docs stuff
2008-06-13 Michael NiedermayerI think we are also compliant to iso2.
2008-06-13 Michael NiedermayerAdd isom to the compatible brands.
2008-06-13 Michael NiedermayerCalculate ftyp size instead of hardcoding it.
2008-06-13 Stefano SabatiniCosmetics: s/Id/id/ in libavcodec/roqvideodec.c when...
2008-06-12 Stefano SabatiniMake ffmpeg.c use print_error() when it can't read...
2008-06-12 Stefano SabatiniImprove ffmpeg error reporting in case of input/output...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-12 Stefano SabatiniMake ffmpeg.c:opt_thread use parse_number_or_die().
2008-06-12 Stefano SabatiniChange opt_sync function behavior to print an error...
2008-06-12 Stefano SabatiniFactorize options context setting.
2008-06-12 Michael Niedermayersimplify MODE_3G2
2008-06-12 Michael NiedermayerChange MODE_* to 1<<c so several can be set at the...
2008-06-12 Baptiste Coudurierenable stream copy with ffserver, to be able to chain
2008-06-12 Baptiste Couduriercosmetics, reindent
2008-06-12 Baptiste Coudurierdon't write double sets of metadata in mov, only write...
2008-06-11 Baptiste Coudurierset log debug when avformat debug is set
2008-06-11 Benjamin LarssonWe have an Oma demuxer now
2008-06-11 Joakim Platematroskadec: set cur_dts after seek
2008-06-11 Baptiste Coudurierindent
2008-06-11 Baptiste Couduriersupport for 3gp metadata
2008-06-11 Baptiste Couduriermove utf8 code before udta func, will be used by 3gp...
2008-06-11 Baptiste Coudurierwrite usual brand for ipod format
2008-06-11 Baptiste Couduriersimplify
2008-06-11 Baptiste Coudurierfactorize psp metadata
2008-06-11 Baptiste Couduriercosmetics
2008-06-11 Baptiste Couduriercosmetics
2008-06-11 Baptiste Couduriersupport alac in ipod m4a format, tested on quicktime
2008-06-10 Baptiste Coudurierremove useless wrapper func
next