summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAge
* avcodec/vc1dec: Fix vc1_hwaccel_pixfmt_list_420Akihiko Odaki2024-02-11
* avcodec/vc1dec: Remove AVCodec.pix_fmts arraysAndreas Rheinhardt2024-02-09
* avcodec/vc1dec: Don't call ff_get_format() twiceAndreas Rheinhardt2024-02-09
* avcodec/vc1dec: Set pointers for hwaccel even without hwaccelAndreas Rheinhardt2024-02-09
* avcodec: add D3D12VA hardware accelerated VC1 decodingWu Jianhua2023-12-21
* avcodec/vc1: Avoid superfluous VLC structuresAndreas Rheinhardt2023-10-31
* avcodec/h261dec, mpeg12dec, vc1dec: Remove setting write-only flagsAndreas Rheinhardt2023-10-05
* avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during initAndreas Rheinhardt2023-10-05
* avcodec/error_resilience: Make applying decode_error_flags optionalAndreas Rheinhardt2023-09-15
* avcodec/vlc: Use proper namespaceAndreas Rheinhardt2023-09-11
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-07
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-15
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-04
* avcodec/vc1dec: Use av_fast_realloc() for slicesMichael Niedermayer2023-04-02
* avcodec/vc1dec: Remove VC-1 decoders->H.263 decoder dependencyAndreas Rheinhardt2022-11-06
* avcodec/mpegvideo_dec: Don't use MotionEstContext as scratch spaceAndreas Rheinhardt2022-11-06
* avcodec/vc1dec: Split VC-1 decoders from msmpeg4Andreas Rheinhardt2022-11-06
* avcodec/msmpeg4data: Move data shared between msmpeg4 and VC-1 outAndreas Rheinhardt2022-11-06
* avcodec/vc1dec: Return early upon errorAndreas Rheinhardt2022-11-06
* avcodec/vc1dec: Factor (re)initializing code outAndreas Rheinhardt2022-11-06
* avcodec/vc1dec: Don't open and close decoder during initAndreas Rheinhardt2022-11-06
* avcodec/vc1: Move ff_vc1_init_common() to vc1dec.cAndreas Rheinhardt2022-11-06
* avcodec/vc1: Move setting res_fasttx-IDCT functions to vc1dec.cAndreas Rheinhardt2022-11-06
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-21
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/intrax8: Remove unused IDCTDSPContextAndreas Rheinhardt2022-08-03
* 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