aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/av1.h
Commit message (Collapse)AuthorAgeFilesLines
* av1dec: add AV1_REF_FRAME_NONELynne2024-03-251-0/+1
|
* avcodec/cbs_av1: Add tx mode enum valuesFei Wang2023-09-221-0/+7
| | | | | Signed-off-by: Fei Wang <fei.w.wang@intel.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
* avcodec/av1: Add upper bound for the size of a sane sequence headerAndreas Rheinhardt2022-06-241-0/+6
| | | | | | | | It will be used by the Matroska muxer to reserve a certain number of bytes for the CodecPrivate in case no extradata is initially available (as it is for the libaom-av1 encoder). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/av1: extend some definitions in spec section 3Fei Wang2021-10-161-0/+7
| | | | Signed-off-by: Fei Wang <fei.w.wang@intel.com>
* avcodec/cbs_av1: add missing frame restoration type enum valuesFei Wang2020-09-021-0/+8
| | | | | Signed-off-by: Fei Wang <fei.w.wang@intel.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/cbs_av1: add support for Scalability MetadataJames Almer2019-04-161-0/+33
| | | | | Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: James Almer <jamrial@gmail.com>
* lavc: Add coded bitstream read/write support for AV1Mark Thompson2018-09-261-0/+88
|
* avcodec/extract_extradata: add support for AV1James Almer2018-07-201-0/+42
Signed-off-by: James Almer <jamrial@gmail.com>