summaryrefslogtreecommitdiff
path: root/libavformat/mpegenc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* mpegenc: use the CPB props side dataAnton Khirnov2015-12-06
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* mpeg: Remove unused fieldLuca Barbato2015-01-07
* mpegenc: prevent a NULL pointer dereferenceVittorio Giovara2014-11-24
* mpegenc: limit the maximum muxrateAnton Khirnov2014-08-27
* mpeg: Write H264 streams at offset 2Luca Barbato2014-08-26
* mpeg: Suppress a compiler warning on callback typeLuca Barbato2014-08-09
* mpeg: K&R formatting cosmeticsLuca Barbato2014-08-08
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* avformat: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-05
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* mpegenc: remove disabled codeDiego Biurrun2012-07-21
* mpegmux: add stuffing to avoid incomplete PCM framesJanne Grunau2012-05-06
* libavformat: Set the default for the max_delay option to -1Martin Storsjö2012-03-20
* lavf: remove disabled FF_API_PRELOAD cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov2012-01-27
* mpegenc: simplify muxrate calculationJanne Grunau2012-01-02
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* mpegenc: add preload private option.Anton Khirnov2011-10-25
* mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov2011-10-17
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-10
* 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
* 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