aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vc1dec: Clear mb_type_base and ttblk_baseMichael Niedermayer2024-08-141-2/+2
* avcodec/mpegvideo: Use enum for msmpeg4_versionAndreas Rheinhardt2024-06-121-1/+1
* avcodec/mpegpicture: Make MPVPicture refcountedAndreas Rheinhardt2024-06-121-3/+5
* avcodec/mpegvideo_dec: Add close function for mpegvideo-decodersAndreas Rheinhardt2024-06-121-6/+12
* avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary PicAndreas Rheinhardt2024-06-121-20/+20
* avcodec/vc1_mc: Don't check AVFrame INTERLACE flagsAndreas Rheinhardt2024-06-121-0/+2
* avcodec/mpegpicture: Rename Picture->MPVPictureAndreas Rheinhardt2024-06-121-1/+1
* avcodec/mpegvideo: Add const where appropriateAndreas Rheinhardt2024-06-121-3/+3
* avcodec/mpegpicture: Cache AVFrame.data and linesize valuesAndreas Rheinhardt2024-06-121-14/+14
* avcodec/mpegvideo: Shorten variable namesAndreas Rheinhardt2024-06-121-29/+29
* avcodec/mpegutils: Move definitions to better placesAndreas Rheinhardt2024-04-081-0/+1
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-1/+1
* avcodec/vc1dec: Fix vc1_hwaccel_pixfmt_list_420Akihiko Odaki2024-02-111-21/+21
* avcodec/vc1dec: Remove AVCodec.pix_fmts arraysAndreas Rheinhardt2024-02-091-35/+29
* avcodec/vc1dec: Don't call ff_get_format() twiceAndreas Rheinhardt2024-02-091-8/+0
* avcodec/vc1dec: Set pointers for hwaccel even without hwaccelAndreas Rheinhardt2024-02-091-6/+3
* avcodec: add D3D12VA hardware accelerated VC1 decodingWu Jianhua2023-12-211-0/+9
* avcodec/vc1: Avoid superfluous VLC structuresAndreas Rheinhardt2023-10-311-102/+72
* avcodec/h261dec, mpeg12dec, vc1dec: Remove setting write-only flagsAndreas Rheinhardt2023-10-051-7/+0
* avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during initAndreas Rheinhardt2023-10-051-1/+0
* avcodec/error_resilience: Make applying decode_error_flags optionalAndreas Rheinhardt2023-09-151-1/+1
* avcodec/vlc: Use proper namespaceAndreas Rheinhardt2023-09-111-33/+33
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-071-15/+41
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-151-1/+0
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+4
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-2/+2
* avcodec/vc1dec: Use av_fast_realloc() for slicesMichael Niedermayer2023-04-021-3/+8
* avcodec/vc1dec: Remove VC-1 decoders->H.263 decoder dependencyAndreas Rheinhardt2022-11-061-2/+30
* avcodec/mpegvideo_dec: Don't use MotionEstContext as scratch spaceAndreas Rheinhardt2022-11-061-3/+0
* avcodec/vc1dec: Split VC-1 decoders from msmpeg4Andreas Rheinhardt2022-11-061-2/+18
* avcodec/msmpeg4data: Move data shared between msmpeg4 and VC-1 outAndreas Rheinhardt2022-11-061-1/+1
* avcodec/vc1dec: Return early upon errorAndreas Rheinhardt2022-11-061-15/+12
* avcodec/vc1dec: Factor (re)initializing code outAndreas Rheinhardt2022-11-061-7/+18
* avcodec/vc1dec: Don't open and close decoder during initAndreas Rheinhardt2022-11-061-10/+1
* avcodec/vc1: Move ff_vc1_init_common() to vc1dec.cAndreas Rheinhardt2022-11-061-0/+141
* avcodec/vc1: Move setting res_fasttx-IDCT functions to vc1dec.cAndreas Rheinhardt2022-11-061-0/+9
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-4/+4
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec/intrax8: Remove unused IDCTDSPContextAndreas Rheinhardt2022-08-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-4/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-4/+4
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/vc1: Introduce fast path for unescaping bitstream bufferBen Avison2022-04-011-10/+10
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-30/+30
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/msmpeg4dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-181-0/+4
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1