summaryrefslogtreecommitdiff
path: root/libavcodec/av1_parser.c
Commit message (Expand)AuthorAgeFilesLines
* 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