summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* 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
* er: move relevant fields from Picture to ERPictureVittorio Giovara2014-03-16
* mpegvideo: directly use frames in ff_draw_horiz_band()Vittorio Giovara2014-03-16
* mpeg: Drop unused parameters from ff_draw_horiz_band()Diego Biurrun2014-01-29
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-25
* mpegvideo: allocate edges when encoding.Anton Khirnov2014-01-20
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* mpegvideo: remove disabled bfin asmAnton Khirnov2014-01-03
* mpegvideo: move dct_unquantize functions up to avoid forward declarationsAnton Khirnov2014-01-03
* mpegvideo: split the encoding-only parts of frame_start() into a separate fun...Anton Khirnov2014-01-03
* mpegvideo: set reference/pict_type on generated reference framesAnton Khirnov2014-01-03
* mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-11
* mpegvideo: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-11
* mpegvideo: make ff_release_unused_pictures() staticAnton Khirnov2013-12-05
* mpegvideo: make frame_size_alloc() static.Anton Khirnov2013-12-05
* mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov2013-12-05
* mpegvideo: remove commented out cruft from ff_MPV_frame_end()Anton Khirnov2013-12-05
* mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat...Anton Khirnov2013-12-05
* mpegvideo: do not update last_non_b_pict_type in update_thread_context()Anton Khirnov2013-12-05
* mpegvideo: move encoding-only initialization from common_init() to encode_init()Anton Khirnov2013-12-05
* mpegvideo: move setting encoding-only vars from common_defaults() to encode_d...Anton Khirnov2013-12-05
* mpegvideo: don't copy input_picture_number in update_thread_context()Anton Khirnov2013-12-05
* mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-29
* mpegvideo: Fix swapping of UV planes for VCR2Kostya Shishkov2013-11-19
* lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov2013-11-18
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-13