Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-27lavc: Deprecate avctx.me_methodVittorio Giovara
2015-07-22mpegvideo: Add missing includeVittorio Giovara
2015-07-08lavc: Deprecate avctx.rc_strategyVittorio Giovara
2015-07-03lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara
2015-06-12mpegvideo: Expand macroVittorio Giovara
2015-06-12mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara
2015-06-10mpegvideo: Mark one function as staticVittorio Giovara
2015-06-10mpegvideo: Move block permutation function where is usedVittorio Giovara
2015-06-10mpegvideo: Move Picture-related functions to a separate fileVittorio Giovara
2015-06-08mpegvideo: Move OutFormat enum to mpegutils.hVittorio Giovara
2015-06-08mpegvideo: Split picture allocation for encoding and decodingVittorio Giovara
2015-06-08mpegvideo: Rework frame_size_alloc functionVittorio Giovara
2015-06-08mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara
2015-05-31mpegvideo: Move MotionEstContext and function declarations to a separate headerVittorio Giovara
2015-05-31mpegvideo: mpeg12: Move function declarationsVittorio Giovara
2015-05-31mpegvideo: Move tables to a separate fileVittorio Giovara
2015-05-31mpegvideo: msmpeg4: Move function declarationsVittorio Giovara
2015-05-31mpegvideo: wmv2: Move function declarationsVittorio Giovara
2015-05-28mpegvideo: Move ff_*_rl functions to a separate fileAnton Khirnov
2015-05-22mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara
2015-05-22mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara
2015-05-22mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara
2015-05-22mpegvideo: Drop stream_codec_tagVittorio Giovara
2015-05-22mpegvideo: Drop err_recognitionVittorio Giovara
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-03-05rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun
2015-01-06msmpeg4: check memory allocations and propagate errorsVittorio Giovara
2014-12-15mpegvideo: move REBASE_PICTURE where it is usedVittorio Giovara
2014-12-15mpegvideo: remove unused function declarationVittorio Giovara
2014-11-11mpegvideo: fix size of arrayVittorio Giovara
2014-11-11mpeg12enc: increase declared size of block function argumentMichael Niedermayer
2014-10-18lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov
2014-10-18lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-08-14idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins
2014-07-29mpegvideo: move vol_control_parameters to the only place it is usedNidhi Makhijani
2014-07-25mpegvideo: Move QMAT_SHIFT* defines to the only place they are usedDiego Biurrun
2014-07-25mpegvideo: Move ME_MAP_* defines to the only place they are usedDiego Biurrun
2014-07-25mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 definesDiego Biurrun
2014-07-24mpegenccontext: Remove unused opaque pointerNidhi Makhijani
2014-07-23mpegenccontext: Remove unused dct_unquantize_h261 function pointersNidhi Makhijani
2014-07-23mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is usedDiego Biurrun
2014-07-22aarch64: NEON intrinsics dct_unquantize_h263.James Yu
2014-07-20mpegencconetxt: Move rv10-specific orig_width/orig_height where they belongNidhi Makhijani
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
2014-07-09dsputil: Split off pixel block routines into their own contextDiego Biurrun