summaryrefslogtreecommitdiffstats
path: root/libavformat/mpegenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: remove disabled FF_API_PRELOAD cruftAnton Khirnov2012-01-271-4/+0
* lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov2012-01-271-5/+0
* mpegenc: simplify muxrate calculationJanne Grunau2012-01-021-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* mpegenc: add preload private option.Anton Khirnov2011-10-251-1/+9
* mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov2011-10-171-1/+32
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-50/+49
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-101-1/+0
* Remove stray extra arguments from av_dlog() invocations.Diego Biurrun2011-06-021-1/+1
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-291-8/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-3/+3
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-41/+41
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-15/+15
* Avoid negative SCR in mpeg ps muxer.Michael Niedermayer2010-10-161-4/+6
* Add a space between the else and { in mpegenc.c in the line i added.Michael Niedermayer2010-10-081-1/+1
* Warn if muxing mpeg ps is attempted without a VBV buffer size.Michael Niedermayer2010-10-071-1/+3
* Init SCR in mpeg muxer based on first DTS.Michael Niedermayer2010-10-071-0/+2
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-5/+5
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-011-2/+2
* Set restrictions on packet_size, as per ISO-11172 / H-222 specificationsRonald S. Bultje2009-06-171-2/+7
* fail if stream fifo could not be allocatedBaptiste Coudurier2009-05-221-0/+2
* correctly check for audio streams in mpeg ps muxer, fix multiple audio tracksBaptiste Coudurier2009-05-211-5/+5
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-131-2/+2
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-1/+1
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-091-1/+1
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-081-13/+13
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-6/+6
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-5/+5
* vertical alignMichael Niedermayer2008-08-261-13/+13
* Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini2008-08-191-1/+2
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-3/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-5/+5
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-281-1/+1
* Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer2008-05-251-1/+1
* Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer2008-05-251-2/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used un...Baptiste Coudurier2008-01-311-1/+1
* add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses aro...Baptiste Coudurier2008-01-311-3/+3
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-43/+43
* loosen dependencies over allformats.hAurelien Jacobs2007-09-161-1/+5
* revert 10409Michael Niedermayer2007-09-051-6/+6
* export put_timestamp()Michael Niedermayer2007-09-051-6/+6
* remove likely wrong reseting of align_iframeMichael Niedermayer2007-07-151-2/+0
* Avoid using undefined symbols.Aurelien Jacobs2007-07-141-4/+6
* use allformats.hBaptiste Coudurier2007-06-211-6/+1
OpenPOWER on IntegriCloud