summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12dec.c
Commit message (Expand)AuthorAge
* lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov2014-05-11
* lavc: Add an internal wrapper around get_format()Anton Khirnov2014-05-11
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* mpeg12dec: do not add stereo3D side data to a non-existing frameJanne Grunau2014-02-13
* mpeg: K&R formatting cosmeticsVittorio Giovara2014-02-04
* mpeg12: check scantable indices in all decode_block functionsJanne Grunau2014-01-25
* mpeg12dec: parse frame packing arrangement user_data and save relevant stereo...Vittorio Giovara2013-12-09
* mpeg12dec: move first_slice from MpegEncContext to Mpeg1ContextAnton Khirnov2013-12-05
* mpeg12dec: Extract CC user data into frame side dataJohn Stebbins2013-11-26
* mpeg12dec: Remove outdated UV swapping code for VCR2Diego Biurrun2013-11-14
* mpeg12dec: Remove unused swap_uv member from Mpeg1ContextDiego Biurrun2013-11-14
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-13
* hwaccel: Simplify ff_find_hwaccelLuca Barbato2013-11-10
* mpeg12dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* mpeg12decdata.h: Move all tables to the only place they are usedDiego Biurrun2013-08-15
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-05
* mpeg12: Ignore slice threading if hwaccel is activeRémi Denis-Courmont2013-07-25
* mpeg12: skip frames consistentlyJanne Grunau2013-05-28
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* avcodec: Add av_cold attributes to end functions missing themDiego Biurrun2013-05-05
* mpeg12: Move Mpeg1Context declaration to the only place it is usedDiego Biurrun2013-03-27
* Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun2013-03-27