]> git.sesse.net Git - ffmpeg/history - libavformat/mpegenc.c
set bits_per_coded_sample according to new lavc api
[ffmpeg] / libavformat / mpegenc.c
2008-08-26 Michael Niedermayervertical align
2008-08-19 Stefano SabatiniReplace invocations of av_fifo_realloc(), which is...
2008-08-03 Justin Rugglescosmetics: make all references to AC-3 capitalized...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-28 Baptiste Coudurieruse av_fifo_generic_write, old func is deprecated
2008-05-25 Michael NiedermayerEnsure that one can store X bytes in a fifo of size X.
2008-05-25 Michael NiedermayerMake av_fifo*_read() ignore the available amount of...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-01-31 Baptiste Coudurierinit to 0, fix warning: mpegenc.c:1022: warning: 'avail...
2008-01-31 Baptiste Coudurieradd parenthesis, fix warning: mpegenc.c:303: warning...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-16 Aurelien Jacobsloosen dependencies over allformats.h
2007-09-05 Michael Niedermayerrevert 10409
2007-09-05 Michael Niedermayerexport put_timestamp()
2007-07-15 Michael Niedermayerremove likely wrong reseting of align_iframe
2007-07-14 Aurelien JacobsAvoid using undefined symbols.
2007-06-21 Baptiste Coudurieruse allformats.h
2007-06-21 Baptiste Coudurierremove now useless ifdef
2007-06-21 Baptiste Couduriersplit mpeg ps and variants muxer and demuxer, I'll...