summaryrefslogtreecommitdiff
path: root/libavcodec/av1_parser.c
Commit message (Expand)AuthorAge
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-08
* avcodec/av1_parser: constify some variablesJames Almer2021-09-24
* avcodec: Move all AVCodecParser.split functions to remove_extradata_bsfAndreas Rheinhardt2021-04-27
* avcodec: Constify all the AVCodecParsersAndreas Rheinhardt2021-04-27
* avcodec/cbs: constify decompose_unit_typesJames Almer2021-01-10
* avcodec/av1{dec,parser}: move to ff_cbs_read_extradata_from_codecJan Ekström2020-11-24
* avcodec/av1_parser: don't set AVCodecContext frame dimensionsJames Almer2020-09-12
* avcodec/av1_parser: don't set AVCodecContext pixel formatJames Almer2020-09-12
* avcodec/av1_parser: fix parsing show_existing_frame headersJames Almer2020-08-25
* avcodec/av1_parser: read frame properties directly from AV1RawFrameHeaderJames Almer2020-08-23
* avcodec/cbs: Remove unused function parametersAndreas Rheinhardt2020-07-07
* avcodec/av1_parser: initialize avctx->pix_fmtManoj Bonda2020-06-19
* avcodec/av1_parser: add missing parsing for RGB pixel format signalingJames Almer2020-06-19
* avcodec/av1_parser: set context values outside the OBU parsing loopJames Almer2020-06-19
* avcodec/av1_parser: export color informationJames Almer2020-01-26
* avcodec/av1_parser: skip frames with spatial_id > 0James Almer2019-12-02
* avcodec/av1_parser: export stream dimensions in avctxJames Almer2019-11-29
* avcodec/av1_parser: export bitstream timing info when availableJames Almer2019-11-12
* avcodec/av1_parser: don't abort parsing the first frame if extradata parsing ...James Almer2019-03-24
* libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt2019-02-25
* avcodec: add an AV1 parserJames Almer2018-10-03