summaryrefslogtreecommitdiff
path: root/libavcodec/av1dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/av1dec: Check tiles sizes, fix assert, don't read bytes bitwiseAndreas Rheinhardt2020-09-181-20/+20
* avcodec/av1dec: Remove redundant second freeAndreas Rheinhardt2020-09-171-3/+1
* avcodec/av1dec: Fix segfault upon allocation errorAndreas Rheinhardt2020-09-171-4/+2
* avcodec/av1dec: fix setting pix_fmtJames Almer2020-09-121-14/+15
* avcodec/av1dec: update reference frame state on show_existing_frameJames Almer2020-09-121-7/+17
* avcodec/av1dec: set chroma_sample_locationJames Almer2020-09-121-0/+9
* avcodec/av1dec: use av_cmp_q() to compare aspect ratioJames Almer2020-09-121-2/+1
* avcodec: add AV1 hardware accelerated decoderFei Wang2020-09-121-0/+852