summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_modeMichael Niedermayer2021-10-061-2/+4
* avcodec/vc1dec: Disable error concealment for *IMAGEMichael Niedermayer2021-10-061-1/+3
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1
* avcodec/vc1dec: Allocate only as much space as is unescapedMichael Niedermayer2020-01-181-2/+2
* libavcodec/vc1: Remove bits variableMichael Niedermayer2020-01-111-2/+0
* avcodec/vc1dec: Check field_mode for spritesMichael Niedermayer2020-01-111-1/+6
* avcodec/vc1dec: Limit bits by the actual bitstream sizeMichael Niedermayer2020-01-111-2/+4
* avcodec/vc1dec: Fix "return -1" casesMichael Niedermayer2019-12-281-4/+4
* avcodec/vc1dec: Free sprite_output_frame on errorMichael Niedermayer2019-12-281-2/+9
* avcodec/vc1dec: remove the unneeded ()Limin Wang2019-12-261-3/+3
* avcodec/vc1dec: Require res_sprite for wmv3imagesMichael Niedermayer2019-08-311-0/+5
* avcodec/vc1: fix check for missing CBPTABJerome Borsboom2018-06-291-1/+3
* avcodec/vc1: support multi-slice field interlaced pictures with hwaccelJerome Borsboom2018-06-171-7/+60
* avcodec/vc1: fix calculation of the last line of a sliceJerome Borsboom2018-05-201-1/+1
* avcodec/vc1: store additional bitstream elements during MB decodingJerome Borsboom2018-04-251-8/+8
* avcodec/vc1dec: fix preprocessor checks and hw_configs lists for the hwaccelsJames Almer2017-11-261-18/+18
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-261-0/+43
* avcodec: Implement vc1 nvdec hwaccelPhilip Langdale2017-11-141-0/+3
* Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68'James Almer2017-10-231-33/+0
|\
| * lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-231-1/+1
* | Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer2017-10-211-35/+3
|\ \ | |/
| * vc1: check that slices have a positive heightAnton Khirnov2016-08-181-0/+6
* | dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-271-0/+1
* | vc1dec: support multiple slices in frame coded images with hwaccelHendrik Leppkes2016-11-261-2/+39
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit 'ca8c7591735c0f80cc29e31e2e92cb10228e14c7'Derek Buitenhuis2016-05-071-2/+1
|\ \ | |/
| * intrax8: Remove mpegvideo dependencyVittorio Giovara2016-03-291-2/+1
* | Merge commit '9fa888c02801fff2e8817c24068f5296bbe60000'Derek Buitenhuis2016-05-071-0/+1
|\ \ | |/
| * intrax8: Keep a reference to the decoder blocksVittorio Giovara2016-03-291-0/+1
* | Merge commit 'd0540fd02171a6233d2016b199d013299debf7e3'Derek Buitenhuis2016-05-071-1/+3
|\ \ | |/
| * intrax8: Pass macroblock size to ff_intrax8_common_initVittorio Giovara2016-03-291-1/+3
* | Merge commit '1eaae7abb8f208fefb4e8b9e983e61b2499206a3'Derek Buitenhuis2016-04-241-1/+1
|\ \ | |/
| * intrax8: Reference the current AVCodecContextVittorio Giovara2016-03-251-1/+1
* | Merge commit '68127e1bf8037a6e0acd6401cc8c5da950e3fa0a'Derek Buitenhuis2016-04-241-1/+1
|\ \ | |/
| * intrax8: Keep a reference to the context idctdspVittorio Giovara2016-03-251-1/+1
* | Merge commit 'd909f43b5c773a73c8d526638744547ba4aa8c59'Derek Buitenhuis2016-04-171-4/+6
|\ \ | |/
| * 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
* | Merge commit 'e66fa35392cd45d0a80774cd057fb765d60def43'Derek Buitenhuis2016-04-111-6/+19
|\ \ | |/
| * vc1dec: Check group allocations separatedlyVittorio Giovara2016-02-251-6/+19
| * vc1dec: Fix leak on error for array allocationsVittorio Giovara2016-02-251-2/+5
* | Merge commit 'f91d94bdfc3f5f83ff0be4d19d10d0a35697386f'Derek Buitenhuis2016-04-111-11/+5
|\ \ | |/
| * vc1dec: Properly call deinit function on errorVittorio Giovara2016-02-251-11/+5
* | Merge commit '35b1cd343cd703c1b0fc926dc43a92141a357380'Derek Buitenhuis2016-04-111-8/+0
|\ \ | |/
| * vc1dec: Drop commented out cruftVittorio Giovara2016-02-251-8/+0
* | lavc: fix profile declarations for vdpau decodersHendrik Leppkes2016-01-011-2/+2
* | Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-011-10/+3
|\ \ | |/
| * lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-121-10/+3
* | avcodec/vc1dec: Re-order init to avoid initting hwaccel too earlyPhilip Langdale2015-08-281-24/+28