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