]> git.sesse.net Git - ffmpeg/history - libavformat/mpegenc.c
Remove unnecessary header inclusion directives.
[ffmpeg] / libavformat / mpegenc.c
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-10-01 Reimar Döffingerput_bits can only reliably write up to 31 bit bits...
2009-06-17 Ronald S. BultjeSet restrictions on packet_size, as per ISO-11172 ...
2009-05-22 Baptiste Coudurierfail if stream fifo could not be allocated
2009-05-21 Baptiste Couduriercorrectly check for audio streams in mpeg ps muxer...
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
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...