| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/cbs: Remove unused function parameters | Andreas Rheinhardt | 2020-07-07 | 1 | -3/+3 |
* | avcodec/av1_parser: initialize avctx->pix_fmt | Manoj Bonda | 2020-06-19 | 1 | -0/+2 |
* | avcodec/av1_parser: add missing parsing for RGB pixel format signaling | James Almer | 2020-06-19 | 1 | -0/+10 |
* | avcodec/av1_parser: set context values outside the OBU parsing loop | James Almer | 2020-06-19 | 1 | -29/+32 |
* | avcodec/av1_parser: export color information | James Almer | 2020-01-26 | 1 | -0/+5 |
* | avcodec/av1_parser: skip frames with spatial_id > 0 | James Almer | 2019-12-02 | 1 | -0/+3 |
* | avcodec/av1_parser: export stream dimensions in avctx | James Almer | 2019-11-29 | 1 | -0/+7 |
* | avcodec/av1_parser: export bitstream timing info when available | James Almer | 2019-11-12 | 1 | -0/+3 |
* | avcodec/av1_parser: don't abort parsing the first frame if extradata parsing ... | James Almer | 2019-03-24 | 1 | -2/+1 |
* | libavcodec/cbs: Stop needlessly reallocating the units array | Andreas Rheinhardt | 2019-02-25 | 1 | -2/+3 |
* | avcodec: add an AV1 parser | James Almer | 2018-10-03 | 1 | -0/+228 |