]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/mpegenc.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat / mpegenc.c
2009-04-13 stefanoRename pbBufPtr() to put_bits_ptr().
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-03-09 reimarReorder arguments for av_fifo_generic_read to be more...
2009-03-08 michaelAllocate AVFifoBuffer through the fifo API to reduce...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-08-26 michaelvertical align
2008-08-19 stefanoReplace invocations of av_fifo_realloc(), which is...
2008-08-03 jbrcosmetics: make all references to AC-3 capitalized...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-28 bcoudurieruse av_fifo_generic_write, old func is deprecated
2008-05-25 michaelEnsure that one can store X bytes in a fifo of size X.
2008-05-25 michaelMake av_fifo*_read() ignore the available amount of...
2008-05-09 diegoUse full path for #includes from another directory.
2008-01-31 bcoudurierinit to 0, fix warning: mpegenc.c:1022: warning: 'avail...
2008-01-31 bcoudurieradd parenthesis, fix warning: mpegenc.c:303: warning...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-16 aurelloosen dependencies over allformats.h
2007-09-05 michaelrevert 10409
2007-09-05 michaelexport put_timestamp()
2007-07-15 michaelremove likely wrong reseting of align_iframe
2007-07-14 aurelAvoid using undefined symbols.
2007-06-21 bcoudurieruse allformats.h
2007-06-21 bcoudurierremove now useless ifdef
2007-06-21 bcouduriersplit mpeg ps and variants muxer and demuxer, I'll...