summaryrefslogtreecommitdiff
path: root/libavformat/mpegenc.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-06
|\
| * mpegmux: add stuffing to avoid incomplete PCM framesJanne Grunau2012-05-06
* | mpegpsenc: fix user specified mux rateMichael Niedermayer2012-04-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-21
|\|
| * libavformat: Set the default for the max_delay option to -1Martin Storsjö2012-03-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove disabled FF_API_PRELOAD cruftAnton Khirnov2012-01-27
| * lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov2012-01-27
* | mpegpsmux: Fix integer overflow with huge VBV sizes.Michael Niedermayer2012-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-03
|\|
| * mpegenc: simplify muxrate calculationJanne Grunau2012-01-02
* | mpegpsenc: Fix integer overflow of the muxrate calculation.Michael Niedermayer2012-01-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-26
|\|
| * mpegenc: add preload private option.Anton Khirnov2011-10-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-18
|\|
| * mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov2011-10-17
* | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-09-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-11
|\|
| * Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * Remove stray extra arguments from av_dlog() invocations.Diego Biurrun2011-06-02
| * Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Fix some passing argument from incompatible pointer type warnings.Michael Niedermayer2011-04-24
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Avoid negative SCR in mpeg ps muxer.Michael Niedermayer2010-10-16
* Add a space between the else and { in mpegenc.c in the line i added.Michael Niedermayer2010-10-08
* Warn if muxing mpeg ps is attempted without a VBV buffer size.Michael Niedermayer2010-10-07
* Init SCR in mpeg muxer based on first DTS.Michael Niedermayer2010-10-07
* 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