]> git.sesse.net Git - ffmpeg/history - libavformat/mpegenc.c
Enable unscaled packed422 -> planar 420 converters by default as the
[ffmpeg] / libavformat / mpegenc.c
2009-03-09 Reimar DöffingerReorder arguments for av_fifo_generic_read to be more...
2009-03-08 Michael NiedermayerAllocate AVFifoBuffer through the fifo API to reduce...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
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...