summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12dec.c
Commit message (Expand)AuthorAgeFilesLines
* mpeg12dec: parse frame packing arrangement user_data and save relevant stereo...Vittorio Giovara2013-12-091-0/+32
* mpeg12dec: move first_slice from MpegEncContext to Mpeg1ContextAnton Khirnov2013-12-051-3/+4
* mpeg12dec: Extract CC user data into frame side dataJohn Stebbins2013-11-261-0/+67
* mpeg12dec: Remove outdated UV swapping code for VCR2Diego Biurrun2013-11-141-18/+0
* mpeg12dec: Remove unused swap_uv member from Mpeg1ContextDiego Biurrun2013-11-141-1/+0
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-131-15/+50
* hwaccel: Simplify ff_find_hwaccelLuca Barbato2013-11-101-2/+2
* mpeg12dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-1/+5
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-3/+3
* mpeg12decdata.h: Move all tables to the only place they are usedDiego Biurrun2013-08-151-1/+33
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-051-52/+3
* mpeg12: Ignore slice threading if hwaccel is activeRémi Denis-Courmont2013-07-251-3/+6
* mpeg12: skip frames consistentlyJanne Grunau2013-05-281-5/+13
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-4/+0
* avcodec: Add av_cold attributes to end functions missing themDiego Biurrun2013-05-051-1/+2
* mpeg12: Move Mpeg1Context declaration to the only place it is usedDiego Biurrun2013-03-271-0/+15
* Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun2013-03-271-0/+2461