summaryrefslogtreecommitdiff
path: root/libavformat/mpegenc.c
Commit message (Expand)AuthorAge
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-01
* Set restrictions on packet_size, as per ISO-11172 / H-222 specificationsRonald S. Bultje2009-06-17
* fail if stream fifo could not be allocatedBaptiste Coudurier2009-05-22
* correctly check for audio streams in mpeg ps muxer, fix multiple audio tracksBaptiste Coudurier2009-05-21
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-09
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-08
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* vertical alignMichael Niedermayer2008-08-26
* Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini2008-08-19
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-28
* Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer2008-05-25
* Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer2008-05-25
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used un...Baptiste Coudurier2008-01-31
* add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses aro...Baptiste Coudurier2008-01-31
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* loosen dependencies over allformats.hAurelien Jacobs2007-09-16
* revert 10409Michael Niedermayer2007-09-05
* export put_timestamp()Michael Niedermayer2007-09-05
* remove likely wrong reseting of align_iframeMichael Niedermayer2007-07-15
* Avoid using undefined symbols.Aurelien Jacobs2007-07-14
* use allformats.hBaptiste Coudurier2007-06-21
* remove now useless ifdefBaptiste Coudurier2007-06-21
* split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute...Baptiste Coudurier2007-06-21