summaryrefslogtreecommitdiff
path: root/libavcodec/av1_parser.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/av1*: fix exporting framerateAnton Khirnov2023-05-151-5/+6
* avcodec: remove FF_API_AVCTX_TIMEBASEJames Almer2023-02-091-3/+0
* avcodec/av1_parser: export timing information when presentJames Almer2023-01-101-0/+6
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-1/+0
* avcodec/av1_parser: constify some variablesJames Almer2021-09-241-6/+6
* avcodec: Move all AVCodecParser.split functions to remove_extradata_bsfAndreas Rheinhardt2021-04-271-24/+1
* avcodec: Constify all the AVCodecParsersAndreas Rheinhardt2021-04-271-1/+1
* avcodec/cbs: constify decompose_unit_typesJames Almer2021-01-101-1/+1
* avcodec/av1{dec,parser}: move to ff_cbs_read_extradata_from_codecJan Ekström2020-11-241-1/+1
* avcodec/av1_parser: don't set AVCodecContext frame dimensionsJames Almer2020-09-121-6/+0
* avcodec/av1_parser: don't set AVCodecContext pixel formatJames Almer2020-09-121-2/+0
* avcodec/av1_parser: fix parsing show_existing_frame headersJames Almer2020-08-251-1/+1
* avcodec/av1_parser: read frame properties directly from AV1RawFrameHeaderJames Almer2020-08-231-22/+6
* avcodec/cbs: Remove unused function parametersAndreas Rheinhardt2020-07-071-3/+3
* avcodec/av1_parser: initialize avctx->pix_fmtManoj Bonda2020-06-191-0/+2
* avcodec/av1_parser: add missing parsing for RGB pixel format signalingJames Almer2020-06-191-0/+10
* avcodec/av1_parser: set context values outside the OBU parsing loopJames Almer2020-06-191-29/+32
* avcodec/av1_parser: export color informationJames Almer2020-01-261-0/+5
* avcodec/av1_parser: skip frames with spatial_id > 0James Almer2019-12-021-0/+3
* avcodec/av1_parser: export stream dimensions in avctxJames Almer2019-11-291-0/+7
* avcodec/av1_parser: export bitstream timing info when availableJames Almer2019-11-121-0/+3
* avcodec/av1_parser: don't abort parsing the first frame if extradata parsing ...James Almer2019-03-241-2/+1
* libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt2019-02-251-2/+3
* avcodec: add an AV1 parserJames Almer2018-10-031-0/+228