aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/av1_parser.c
AgeCommit message (Expand)Author
2020-08-23avcodec/av1_parser: read frame properties directly from AV1RawFrameHeaderJames Almer
2020-07-07avcodec/cbs: Remove unused function parametersAndreas Rheinhardt
2020-06-19avcodec/av1_parser: initialize avctx->pix_fmtManoj Bonda
2020-06-19avcodec/av1_parser: add missing parsing for RGB pixel format signalingJames Almer
2020-06-19avcodec/av1_parser: set context values outside the OBU parsing loopJames Almer
2020-01-26avcodec/av1_parser: export color informationJames Almer
2019-12-02avcodec/av1_parser: skip frames with spatial_id > 0James Almer
2019-11-29avcodec/av1_parser: export stream dimensions in avctxJames Almer
2019-11-12avcodec/av1_parser: export bitstream timing info when availableJames Almer
2019-03-24avcodec/av1_parser: don't abort parsing the first frame if extradata parsing ...James Almer
2019-02-25libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt
2018-10-03avcodec: add an AV1 parserJames Almer