aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/av1dec.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* avcodec: add D3D12VA hardware accelerated AV1 decodingWu Jianhua2023-12-211-0/+10
* avcodec/av1dec: Fix resolving zero divisorMichael Niedermayer2023-12-051-1/+1
* avcodec/av1dec, vaapi_av1: Remove excessive logmessagesAndreas Rheinhardt2023-10-221-8/+2
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-221-14/+17
* avcodec/decode: Use RefStruct API for hwaccel_picture_privateAndreas Rheinhardt2023-10-071-11/+4
* avcodec/cbs: Use RefStruct-API for unit contentAndreas Rheinhardt2023-10-071-37/+12
* avcodec/thread: Remove ff_thread_get_format defineAndreas Rheinhardt2023-09-131-1/+1
* avcodec/av1dec: Don't rely on AV_PIX_FMT_NONE == -1Andreas Rheinhardt2023-09-131-1/+1
* avcodec/av1dec: Pass AVCodecContext* as logctx in get_sw_pixel_format()Andreas Rheinhardt2023-09-131-6/+6
* avcodec/av1dec: export pixel format even if no hardware decoder is presentJames Almer2023-09-081-16/+25
* avcodec/av1dec: don't set aspect ratio when it's not yet knownJames Almer2023-09-061-1/+0
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-071-11/+10
* avcodec/decode: Extend ff_hwaccel_frame_priv_alloc()'s taskAndreas Rheinhardt2023-08-071-11/+5
* avcodec/av1dec: remove FF_CODEC_CAP_SETS_PKT_DTS flagJames Almer2023-07-111-2/+1
* avcodec/av1dec: reset the fragment on extradata reading failureJames Almer2023-06-021-1/+1
* avcodec/av1dec: reset the fragment on reading failureJames Almer2023-06-021-0/+1
* av1dec: add Vulkan hwaccelLynne2023-05-291-1/+46
* av1: set skip mode frames properlyDave Airlie2023-05-291-1/+3
* avcodec: add AVHWAccel.flush callbackLynne2023-05-291-0/+3
* avcodec: add AVHWAccel.free_frame_priv callbackLynne2023-05-291-2/+2
* avcodec/av1dec: convert to receive_frame()James Almer2023-05-251-22/+61
* lavc/av1*: fix exporting framerateAnton Khirnov2023-05-151-9/+5
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+4
* avcodec/avutil: move dynamic HDR10+ metadata parsing to libavutilRaphaël Zumer2023-03-211-3/+3
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-0/+4
* avcodec/av1dec: Fix unintended fallthroughAndreas Rheinhardt2023-03-151-0/+1
* avcodec/av1dec: make CBS parse only the OBU types we care aboutJames Almer2023-03-101-0/+13
* avcodec/av1dec: parse and export Metadata OBUsJames Almer2023-03-101-0/+167
* av1dec: fix comment typoTristan Matthews2022-12-131-1/+1
* av1dec: fix typo in logged errorTristan Matthews2022-12-131-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* AV1 VDPAU hwaccel Decode supportManojGuptaBonda2022-06-251-1/+12
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-1/+1
* Revert "avcodec/av1dec: Check tile_cols"James Almer2022-03-231-3/+0
* avcodec/av1: only set the private context pix_fmt field if get_pixel_format()...James Almer2022-03-231-3/+3
* avcodec/av1dec: Check tile_colsMichael Niedermayer2022-03-211-0/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-8/+8
* 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/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-17/+18
* avcodec/av1dec: honor the requested skip_frame levelJames Almer2022-01-111-29/+39
* lavc/av1dec: use frame split bsfFei Wang2022-01-071-0/+1
* avcodec/av1dec: support setup shear processFei Wang2021-10-161-0/+98
* avcodec/av1: signal the presence of Film Grain in the decoder contextJames Almer2021-08-241-0/+5