summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAgeFilesLines
* vc1: check that slices have a positive heightAnton Khirnov2016-08-181-0/+6
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* intrax8: Remove mpegvideo dependencyVittorio Giovara2016-03-291-2/+1
* intrax8: Keep a reference to the decoder blocksVittorio Giovara2016-03-291-0/+1
* intrax8: Pass macroblock size to ff_intrax8_common_initVittorio Giovara2016-03-291-1/+3
* intrax8: Reference the current AVCodecContextVittorio Giovara2016-03-251-1/+1
* intrax8: Keep a reference to the context idctdspVittorio Giovara2016-03-251-1/+1
* vc1dec: wmv2dec: Validate ff_intrax8_common_init return valueVittorio Giovara2016-03-221-4/+6
* lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-191-1/+1
* vc1dec: Check group allocations separatedlyVittorio Giovara2016-02-251-6/+19
* vc1dec: Fix leak on error for array allocationsVittorio Giovara2016-02-251-2/+5
* vc1dec: Properly call deinit function on errorVittorio Giovara2016-02-251-11/+5
* vc1dec: Drop commented out cruftVittorio Giovara2016-02-251-8/+0
* lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-121-10/+3
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-5/+5
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-4/+4
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-3/+3
* vc1dec: use get_bits_long and limit the read bits to 32Andreas Cadhalpun2015-06-261-1/+1
* mpegvideo: msmpeg4: Move function declarationsVittorio 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-2/+2
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-1/+1
* libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-211-1/+1
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* vc1: initialize color propertiesVittorio Giovara2014-10-081-0/+7
* vc1: Split the decoder in componentsLuca Barbato2014-10-081-5207/+4
* vc1: Do not assume seek happens after decodingLuca Barbato2014-10-041-1/+1
* vc1: Use logical instead of bitwise or for twomvMichael Niedermayer2014-09-261-2/+2
* vc1: Use logical instead of bitwise or for coded_interTim Walker2014-09-261-1/+1
* vc1: Add missing parentheses to conditions in vc1_decode_b_mb_intfr()Diego Biurrun2014-08-191-2/+2
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-4/+4
* vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison2014-08-041-1/+0
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-47/+69
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-221-0/+1
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-4/+5
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-2/+4
* lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov2014-05-111-1/+0
* lavc: Add an internal wrapper around get_format()Anton Khirnov2014-05-111-1/+1
* vc1: Do not return an error when skipping b framesAlessandro Ghedini2014-04-251-1/+1
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-67/+67
* vc1dec: fix a possible unitialized variable warningVittorio Giovara2014-04-021-1/+2
* vc1dec: improve hwaccel #ifdefsRĂ©mi Denis-Courmont2014-03-311-3/+3
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-231-2/+8
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-2/+0
* vc1: Fix mb_height for field picturesMichael Niedermayer2013-12-171-14/+15
* mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov2013-12-051-9/+0
* vc1dec: move setting repeat_pict after frame_start() has been called.Anton Khirnov2013-12-051-12/+12