summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* 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
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-13
* lavc: deprecate FF_DEBUG_MV and remove all traces of its useAnton Khirnov2013-10-31
* mpegvideo: Drop a faulty assertLuca Barbato2013-10-23
* mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0Martin Storsjö2013-09-24
* mpegvideo: Replace arch initialization ifdeffery by standard conditionalsDiego Biurrun2013-08-28
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-05
* mpegvideo: unref buffers in ff_mpeg_unref_picture on frame size changesJanne Grunau2013-05-22
* mpegvideo: unref old current_picture before allocating a new oneJanne Grunau2013-05-19