summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12dec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-19
* mpeg1: Make intra-block decoding independent of MpegEncContextVittorio Giovara2016-02-09
* mpeg12dec: Refactor mpeg1_decode_block_intra()Diego Biurrun2016-02-09
* mpeg12dec: Always close reader on errorVittorio Giovara2016-02-09
* lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-12
* mpeg12: Unbreak building stale codeLuca Barbato2015-10-16
* lavc: AV-prefix a few left out capabilitiesVittorio Giovara2015-10-15
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-31
* D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-25
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* mpeg12dec: Use more specific error codesMichael Niedermayer2014-12-03
* mpeg12dec: Print error/warning messages on issues in mpeg1_decode_sequence()Michael Niedermayer2014-12-03
* mpeg12dec: simplify context duplicationVittorio Giovara2014-11-06
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* mpeg12: Always invoke the get_format() callbackRémi Denis-Courmont2014-09-26
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* 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
* avcodec: Suppress deprecation warnings from DTG code scheduled for removalDiego Biurrun2014-08-04
* avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya2014-08-03
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-22
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* 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