summaryrefslogtreecommitdiff
path: root/libavcodec/av1dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/av1dec: add an option to select an operating pointJames Almer2021-01-041-0/+27
* Mark some pointers as constAndreas Rheinhardt2021-01-011-1/+1
* avcodec/av1dec: support exporting Film Grain params as frame side dataJames Almer2020-12-161-0/+69
* avcodec/nvdec: Add support for decoding monochrome av1Philip Langdale2020-12-061-3/+16
* avcodec/av1dec: Fix leak in case of failureAndreas Rheinhardt2020-12-051-9/+11
* avcodec/av1dec: infer and store film grain param values in AV1FrameJames Almer2020-11-301-0/+25
* avcodec/av1{dec,parser}: move to ff_cbs_read_extradata_from_codecJan Ekström2020-11-241-2/+3
* avcodec/av1dec: remove order_hint from AV1FrameJames Almer2020-11-131-6/+2
* avcodec/av1dec: add a reference to the raw frame header to AV1FramesJames Almer2020-11-131-0/+14
* avcodec/dxva2: add AV1 decode supportHendrik Leppkes2020-11-121-1/+27
* avcodec/nvdec: add av1 hwaccelTimo Rothenpieler2020-11-111-1/+10
* avcodec/av1dec: expose coded_losslessTimo Rothenpieler2020-11-111-0/+33
* avcodec/av1dec: expose skip mode frame indexTimo Rothenpieler2020-11-111-0/+82
* avcodec: add av1 VAAPI decoderFei Wang2020-11-021-1/+17
* avcodec/av1dec: fix loading PrevGmParams for frames with primary_ref_frame noneJames Almer2020-10-281-2/+11
* avcodec/av1dec: don't derive loop filter delta parametersJames Almer2020-10-281-60/+0
* avcodec/av1dec: Check for unset obu instead of crashingMichael Niedermayer2020-10-261-1/+6
* avcodec/av1dec: add cur_frame.spatial_id and temporal_id to AV1FrameJames Almer2020-10-161-0/+7
* avcodec/av1dec: avoid probing with av1decJames Almer2020-10-061-1/+1
* avcodec/av1dec: partially clean state on frame decoding errorsJames Almer2020-10-041-0/+5
* avcodec/av1dec: call ff_cbs_flush() on decoder flushJames Almer2020-09-291-0/+2
* avcodec/av1dec: fix check for active sequence headerJames Almer2020-09-291-1/+1
* avcodec/av1dec: parse dimensions from the sequence header in extradataJames Almer2020-09-291-0/+10