]> git.sesse.net Git - ffmpeg/history - libavformat/mpegenc.c
pcmdec: use unique classes for all pcm demuxers.
[ffmpeg] / libavformat / mpegenc.c
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-10 Diego BiurrunReplace DEBUG_SEEK/DEBUG_SI + av_log combinations by...
2011-06-02 Diego BiurrunRemove stray extra arguments from av_dlog() invocations.
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-10-16 Michael NiedermayerAvoid negative SCR in mpeg ps muxer.
2010-10-08 Michael NiedermayerAdd a space between the else and { in mpegenc.c in...
2010-10-07 Michael NiedermayerWarn if muxing mpeg ps is attempted without a VBV buffe...
2010-10-07 Michael NiedermayerInit SCR in mpeg muxer based on first DTS.
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...