summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo_enc: only allocate output packet when we know there will be outputAnton Khirnov2012-02-211-14/+14
* mpegvideo_enc: switch to encode2().Anton Khirnov2012-02-191-12/+32
* mpegvideo_enc: force encoding delay of at least 1 frame when low_delay=0Anton Khirnov2012-02-191-1/+2
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-27/+27
* rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* mpeg12: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* libavcodec: Prefix fdct_ifast, fdct_ifast248Martin Storsjö2012-02-151-3/+3
* libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-5/+5
* lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-60/+2
* mpegvideo_enc: ifdef out/replace references to deprecated codec flags.Anton Khirnov2012-01-121-6/+14
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-021-2/+3
* mpegvideo_enc: K&R cosmetics (line 1000-2000).Aneesh Dogra2011-12-291-394/+531
* mpegvideo_enc: K&R cosmeticsAneesh Dogra2011-12-271-439/+580
* mpegvideo_enc: separate declarations and statementsDiego Biurrun2011-12-201-1/+2
* mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-141-0/+6
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-5/+5
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-6/+6
* mpegvideo_enc: fix a signed overflowMans Rullgard2011-10-091-1/+1
* Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-211-5/+5
* h263/p encoder: add 'structured_slices' private option.Anton Khirnov2011-08-311-1/+4
* h263/p encoder: add 'obmc' private option.Anton Khirnov2011-08-311-7/+21
* h263p encoder: add 'aiv' private option.Anton Khirnov2011-08-311-1/+3
* h263p encoder: add 'umv' private option.Anton Khirnov2011-08-311-1/+19
* mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.Anton Khirnov2011-08-311-1/+1
* mpeg4enc: add 'data_partitioning' private option.Anton Khirnov2011-08-311-1/+6
* mpeg2enc: add 'non_linear_quant' private optionAnton Khirnov2011-08-311-1/+3
* mpeg12enc: add intra_vlc private option.Anton Khirnov2011-08-311-0/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-35/+35
* jfdctint: add 10-bit versionMans Rullgard2011-07-211-1/+2
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-86/+86
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-101-1/+1
* lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-101-1/+1
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* put_bits: remove ALT_BITSTREAM_WRITERMans Rullgard2011-07-021-2/+0
* cosmetics: fix some then/than typosDiego Biurrun2011-06-301-2/+2
* mpegvideoenc: fix multislice fate tests with threading disabled.Ronald S. Bultje2011-06-031-2/+2
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-11/+13
* Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-251-6/+2
* lavc: remove msmpeg4v1 encoder.Anton Khirnov2011-05-241-21/+0
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-37/+37
* Introduce slice threads flag.Ronald S. Bultje2011-04-211-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Pass VBV delay to the calling application via ctxChristophe Massiot2011-02-151-0/+1
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-3/+3
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-6/+6
* Make denoise_dct_c() and dct_quantize_trellis_c() static in definitionsMans Rullgard2011-01-251-4/+4
OpenPOWER on IntegriCloud