aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/av1dec.h
Commit message (Expand)AuthorAgeFilesLines
* av1dec: Add force_integer_mv derived field for decoder useMark Thompson2024-05-061-0/+6
* avcodec/av1dec: Use ProgressFramesAndreas Rheinhardt2024-04-211-1/+7
* lavc/av1: Record reference ordering information for each frameMark Thompson2024-04-141-0/+8
* avcodec/av1dec: parse DV profile 10 T.35 OBUNiklas Haas2024-03-111-0/+2
* avcodec/av1dec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMJames Almer2024-02-291-0/+2
* avcodec/decode: Use RefStruct API for hwaccel_picture_privateAndreas Rheinhardt2023-10-071-3/+1
* avcodec/cbs: Use RefStruct-API for unit contentAndreas Rheinhardt2023-10-071-5/+5
* avcodec/av1dec: convert to receive_frame()James Almer2023-05-251-0/+4
* 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