summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: Move macros to more appropriate headersVittorio Giovara2015-09-131-10/+0
* lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-271-0/+7
* mpegvideo: Add missing includeVittorio Giovara2015-07-221-0/+1
* lavc: Deprecate avctx.rc_strategyVittorio Giovara2015-07-081-0/+2
* lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara2015-07-021-0/+2
* mpegvideo: Expand macroVittorio Giovara2015-06-121-8/+0
* mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara2015-06-121-5/+0
* mpegvideo: Mark one function as staticVittorio Giovara2015-06-101-2/+0
* mpegvideo: Move block permutation function where is usedVittorio Giovara2015-06-101-6/+0
* mpegvideo: Move Picture-related functions to a separate fileVittorio Giovara2015-06-101-77/+1
* mpegvideo: Move OutFormat enum to mpegutils.hVittorio Giovara2015-06-081-7/+1
* mpegvideo: Split picture allocation for encoding and decodingVittorio Giovara2015-06-081-1/+5
* mpegvideo: Rework frame_size_alloc functionVittorio Giovara2015-06-081-0/+2
* mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara2015-06-081-4/+9
* mpegvideo: Move MotionEstContext and function declarations to a separate headerVittorio Giovara2015-05-311-87/+1
* mpegvideo: mpeg12: Move function declarationsVittorio Giovara2015-05-311-7/+0
* mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-311-8/+0
* mpegvideo: msmpeg4: Move function declarationsVittorio Giovara2015-05-311-12/+0
* mpegvideo: wmv2: Move function declarationsVittorio Giovara2015-05-311-11/+0
* mpegvideo: Move ff_*_rl functions to a separate fileAnton Khirnov2015-05-281-1/+0
* mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara2015-05-221-1/+2
* mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara2015-05-221-1/+1
* mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara2015-05-221-1/+1
* mpegvideo: Drop stream_codec_tagVittorio Giovara2015-05-221-1/+0
* mpegvideo: Drop err_recognitionVittorio Giovara2015-05-221-1/+0
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-2/+0
* rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun2015-03-051-1/+1
* msmpeg4: check memory allocations and propagate errorsVittorio Giovara2015-01-061-1/+1
* mpegvideo: move REBASE_PICTURE where it is usedVittorio Giovara2014-12-151-5/+0
* mpegvideo: remove unused function declarationVittorio Giovara2014-12-151-1/+0
* mpegvideo: fix size of arrayVittorio Giovara2014-11-111-1/+1
* mpeg12enc: increase declared size of block function argumentMichael Niedermayer2014-11-111-1/+1
* lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov2014-10-181-0/+3
* lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov2014-10-181-0/+2
* lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov2014-10-181-1/+5
* lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov2014-10-181-1/+8
* lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov2014-10-181-1/+7
* lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov2014-10-181-1/+9
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-20/+27
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-141-1/+1
* mpegvideo: move vol_control_parameters to the only place it is usedNidhi Makhijani2014-07-291-1/+0
* mpegvideo: Move QMAT_SHIFT* defines to the only place they are usedDiego Biurrun2014-07-251-3/+0
* mpegvideo: Move ME_MAP_* defines to the only place they are usedDiego Biurrun2014-07-251-2/+0
* mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 definesDiego Biurrun2014-07-251-3/+0
* mpegenccontext: Remove unused opaque pointerNidhi Makhijani2014-07-241-2/+0
* mpegenccontext: Remove unused dct_unquantize_h261 function pointersNidhi Makhijani2014-07-231-4/+0
* mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is usedDiego Biurrun2014-07-231-1/+1
* aarch64: NEON intrinsics dct_unquantize_h263.James Yu2014-07-211-0/+1
* mpegencconetxt: Move rv10-specific orig_width/orig_height where they belongNidhi Makhijani2014-07-201-1/+0
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-2/+2
OpenPOWER on IntegriCloud