summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vc1: fix a memleak.Anton Khirnov2013-11-211-2/+1
* vc1: use the AVFrame API properly.Anton Khirnov2013-11-161-6/+10
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-11/+26
* hwaccel: Simplify ff_find_hwaccelLuca Barbato2013-11-101-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-4/+4
* vc1dec: Check the error handling flags on slice/field header decode errorsMartin Storsjö2013-09-221-0/+4
* vc1dec: Don't decode slices when the latest slice header failed to decodeMichael Niedermayer2013-09-221-2/+6
* vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocksMartin Storsjö2013-09-221-0/+3
* vc1dec: Undo mpegvideo initialization if unable to allocate tablesMartin Storsjö2013-09-221-1/+5
* vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errorsMartin Storsjö2013-09-221-2/+13
* vc1: check mb_height validity.Luca Barbato2013-08-051-0/+6
* vc1: check the source buffer in vc1_mc functionsLuca Barbato2013-08-051-0/+15
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-051-46/+2