summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/vc1: Introduce fast path for unescaping bitstream bufferBen Avison2022-04-01
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/msmpeg4dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-18
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/msmpeg4.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo, svq3: Remove unused next_p_frame_damagedAndreas Rheinhardt2022-01-13
* avcodec/mpegvideo_enc, vc1dec: Remove always-false checkAndreas Rheinhardt2021-12-17
* avcodec/vc1dec: return value check for init_get_bitsmaryam ebrahimzadeh2021-08-26
* avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_modeMichael Niedermayer2021-08-22
* avcodec/vc1dec: Disable error concealment for *IMAGEMichael Niedermayer2021-08-10
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/vc1: Remove unused hrd fieldsAndreas Rheinhardt2021-04-12
* avcodec/vc1: Don't pretend ff_vc1_init_common() can failAndreas Rheinhardt2021-04-12
* avcodec/vc1dec: Fix memleak upon allocation errorAndreas Rheinhardt2021-04-08
* avcodec/vc1dec: Postpone allocating sprite frame to avoid segfaultAndreas Rheinhardt2021-03-25
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-26
* avcodec/vc1dec: Allocate only as much space as is unescapedMichael Niedermayer2020-01-18
* libavcodec/vc1: Remove bits variableMichael Niedermayer2020-01-11
* avcodec/vc1dec: Check field_mode for spritesMichael Niedermayer2020-01-11
* avcodec/vc1dec: Limit bits by the actual bitstream sizeMichael Niedermayer2020-01-11
* avcodec/vc1dec: Fix "return -1" casesMichael Niedermayer2019-12-28
* avcodec/vc1dec: Free sprite_output_frame on errorMichael Niedermayer2019-12-28
* avcodec/vc1dec: remove the unneeded ()Limin Wang2019-12-26
* avcodec/vc1dec: Require res_sprite for wmv3imagesMichael Niedermayer2019-08-31
* avcodec/vc1: fix check for missing CBPTABJerome Borsboom2018-06-29
* avcodec/vc1: support multi-slice field interlaced pictures with hwaccelJerome Borsboom2018-06-17
* avcodec/vc1: fix calculation of the last line of a sliceJerome Borsboom2018-05-20
* avcodec/vc1: store additional bitstream elements during MB decodingJerome Borsboom2018-04-25
* avcodec/vc1dec: fix preprocessor checks and hw_configs lists for the hwaccelsJames Almer2017-11-26
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-26
* avcodec: Implement vc1 nvdec hwaccelPhilip Langdale2017-11-14
* Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68'James Almer2017-10-23
|\
| * lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-23
* | Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer2017-10-21
|\|
| * vc1: check that slices have a positive heightAnton Khirnov2016-08-18
* | dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-27
* | vc1dec: support multiple slices in frame coded images with hwaccelHendrik Leppkes2016-11-26
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit 'ca8c7591735c0f80cc29e31e2e92cb10228e14c7'Derek Buitenhuis2016-05-07
|\|
| * intrax8: Remove mpegvideo dependencyVittorio Giovara2016-03-29
* | Merge commit '9fa888c02801fff2e8817c24068f5296bbe60000'Derek Buitenhuis2016-05-07
|\|
| * intrax8: Keep a reference to the decoder blocksVittorio Giovara2016-03-29
* | Merge commit 'd0540fd02171a6233d2016b199d013299debf7e3'Derek Buitenhuis2016-05-07
|\|