summaryrefslogtreecommitdiff
path: root/libavcodec/av1dec.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/av1dec: parse and export Metadata OBUsJames Almer2023-03-101-0/+8
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-2/+2
* avcodec/av1dec: support setup shear processFei Wang2021-10-161-0/+1
* avcodec/av1dec: add an option to select an operating pointJames Almer2021-01-041-0/+4
* avcodec/av1dec: infer and store film grain param values in AV1FrameJames Almer2020-11-301-0/+2
* avcodec/av1dec: remove order_hint from AV1FrameJames Almer2020-11-131-1/+0
* avcodec/av1dec: add a reference to the raw frame header to AV1FramesJames Almer2020-11-131-0/+3
* avcodec/av1dec: expose coded_losslessTimo Rothenpieler2020-11-111-0/+2
* avcodec/av1dec: expose skip mode frame indexTimo Rothenpieler2020-11-111-0/+3
* avcodec/av1dec: don't derive loop filter delta parametersJames Almer2020-10-281-3/+0
* avcodec/av1dec: add cur_frame.spatial_id and temporal_id to AV1FrameJames Almer2020-10-161-0/+3
* avcodec: add AV1 hardware accelerated decoderFei Wang2020-09-121-0/+75