summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* mpegvideo: Fix undefined negative shifts in ff_init_block_indexLuca Barbato2016-03-05
* lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-21
* mpegvideo: Drop a stray error messageLuca Barbato2015-09-03
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* mpegvideo: Move ER functions to a separate fileVittorio Giovara2015-06-12
* mpegvideo: Mark one function as staticVittorio Giovara2015-06-10
* mpegvideo: Move block permutation function where is usedVittorio Giovara2015-06-10
* mpegvideo: Drop release_unused_pictures() functionVittorio Giovara2015-06-10
* mpegvideo: Move Picture-related functions to a separate fileVittorio Giovara2015-06-10
* mpegvideo: Split picture allocation for encoding and decodingVittorio Giovara2015-06-08
* mpegvideo: Rework frame_size_alloc functionVittorio Giovara2015-06-08
* mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara2015-06-08
* mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-31
* mpegvideo: wmv2: Move function declarationsVittorio Giovara2015-05-31
* mpegvideo: Move ff_*_rl functions to a separate fileAnton Khirnov2015-05-28
* mpegvideo: Drop exchange_uv() function and use its code directlyVittorio Giovara2015-05-28
* mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara2015-05-22
* mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara2015-05-22
* mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara2015-05-22
* mpegvideo: Drop err_recognitionVittorio Giovara2015-05-22
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* lavc: deprecate unused AVCodecContext.stream_codec_tagAnton Khirnov2015-01-27
* error_resilience: move the MECmpContext initialization into ER codeAnton Khirnov2015-01-27
* mpegvideo: move REBASE_PICTURE where it is usedVittorio Giovara2014-12-15
* mpegvideo: exit cleanly when ff_mpv_common_frame_size_change() failsMichael Niedermayer2014-12-03
* mpegvideo: free_context_frame() cannot fail, make it return voidMichael Niedermayer2014-12-03
* mpegvideo: replace assert about interlaced EC with debug av_log()Michael Niedermayer2014-12-03
* mpegvideo: check mpv return valueVittorio Giovara2014-11-11
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-14
* aarch64: NEON intrinsics dct_unquantize_h263.James Yu2014-07-21
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-23
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-22
* mpeg: Mark ff_mpeg_set_erpic() staticDiego Biurrun2014-06-22
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* mpegvideo: synchronize AVFrame pointers in ERContext fullyJanne Grunau2014-06-11
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* dsputil: Move ff_alternate_*_scan tables to mpegvideoDiego Biurrun2014-05-29
* hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov2014-05-11
* mpegvideo: remove unused MpegEncContext.b4_strideAnton Khirnov2014-04-29
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-23
* mpegvideo: move ff_draw_horiz_band() to mpegutils.cVittorio Giovara2014-03-16
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16