summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* intrax8: Remove mpegvideo dependencyVittorio Giovara2016-03-29
* intrax8: Keep a reference to the decoder blocksVittorio Giovara2016-03-29
* intrax8: Pass macroblock size to ff_intrax8_common_initVittorio Giovara2016-03-29
* intrax8: Reference the current AVCodecContextVittorio Giovara2016-03-25
* intrax8: Keep a reference to the context idctdspVittorio Giovara2016-03-25
* vc1dec: wmv2dec: Validate ff_intrax8_common_init return valueVittorio Giovara2016-03-22
* lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-19
* vc1dec: Check group allocations separatedlyVittorio Giovara2016-02-25
* vc1dec: Fix leak on error for array allocationsVittorio Giovara2016-02-25
* vc1dec: Properly call deinit function on errorVittorio Giovara2016-02-25
* vc1dec: Drop commented out cruftVittorio Giovara2016-02-25
* lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-12
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* vc1dec: use get_bits_long and limit the read bits to 32Andreas Cadhalpun2015-06-26
* mpegvideo: msmpeg4: Move function declarationsVittorio 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
* libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-21
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* vc1: initialize color propertiesVittorio Giovara2014-10-08
* vc1: Split the decoder in componentsLuca Barbato2014-10-08
* vc1: Do not assume seek happens after decodingLuca Barbato2014-10-04
* vc1: Use logical instead of bitwise or for twomvMichael Niedermayer2014-09-26
* vc1: Use logical instead of bitwise or for coded_interTim Walker2014-09-26
* vc1: Add missing parentheses to conditions in vc1_decode_b_mb_intfr()Diego Biurrun2014-08-19
* 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
* vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison2014-08-04
* 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
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov2014-05-11
* lavc: Add an internal wrapper around get_format()Anton Khirnov2014-05-11
* vc1: Do not return an error when skipping b framesAlessandro Ghedini2014-04-25
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* vc1dec: fix a possible unitialized variable warningVittorio Giovara2014-04-02
* vc1dec: improve hwaccel #ifdefsRĂ©mi Denis-Courmont2014-03-31
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-23
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* vc1: Fix mb_height for field picturesMichael Niedermayer2013-12-17
* mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov2013-12-05
* vc1dec: move setting repeat_pict after frame_start() has been called.Anton Khirnov2013-12-05
* vc1: fix a memleak.Anton Khirnov2013-11-21