summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12dec.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-5/+5
* lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-191-1/+1
* mpeg1: Make intra-block decoding independent of MpegEncContextVittorio Giovara2016-02-091-95/+13
* mpeg12dec: Refactor mpeg1_decode_block_intra()Diego Biurrun2016-02-091-11/+18
* mpeg12dec: Always close reader on errorVittorio Giovara2016-02-091-15/+48
* lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-121-13/+2
* mpeg12: Unbreak building stale codeLuca Barbato2015-10-161-1/+1
* lavc: AV-prefix a few left out capabilitiesVittorio Giovara2015-10-151-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-8/+9
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-6/+6
* mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-311-0/+1
* D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-251-0/+3
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-8/+6
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-24/+24
* mpeg12dec: Use more specific error codesMichael Niedermayer2014-12-031-51/+51
* mpeg12dec: Print error/warning messages on issues in mpeg1_decode_sequence()Michael Niedermayer2014-12-031-2/+7
* mpeg12dec: simplify context duplicationVittorio Giovara2014-11-061-2/+5
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-4/+3
* mpeg12: Always invoke the get_format() callbackRémi Denis-Courmont2014-09-261-3/+16
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-2/+2
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-11/+11
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-141-6/+6
* avcodec: Suppress deprecation warnings from DTG code scheduled for removalDiego Biurrun2014-08-041-0/+2
* avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya2014-08-031-1/+19
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-15/+15
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-221-0/+1
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-201-0/+2
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-4/+4
* lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov2014-05-111-2/+0
* lavc: Add an internal wrapper around get_format()Anton Khirnov2014-05-111-2/+2
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-17/+17
* avcodec: more correct printf specifiersDiego Biurrun2014-03-221-2/+5
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* mpeg12dec: do not add stereo3D side data to a non-existing frameJanne Grunau2014-02-131-9/+17
* mpeg: K&R formatting cosmeticsVittorio Giovara2014-02-041-345/+456
* mpeg12: check scantable indices in all decode_block functionsJanne Grunau2014-01-251-23/+31
* 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
OpenPOWER on IntegriCloud