summaryrefslogtreecommitdiff
path: root/libavformat/av1dec.c
Commit message (Expand)AuthorAge
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/av1dec: check size before addition in probingMichael Niedermayer2020-12-06
* avformat/av1dec: Fix padding in obu_get_packet()Michael Niedermayer2020-10-20
* avformat/av1dec: don't update temporal_unit_size after it's no longer usedJames Almer2020-08-15
* avformat/av1dec: inline obu_read_data() and obu_prefetch() into obu_get_packet()James Almer2020-08-15
* avformat/av1dec: fix return value on some code pathsJames Almer2020-08-14
* avformat/av1dec: add missing preprocessor wrappers to annexb and obu demuxersJames Almer2020-08-14
* avformat/av1dec: add low-overhead bitstream formatXu Guangxin2020-08-14
* avformat/av1dec: simplify annexb_probe()James Almer2019-11-16
* avformat/av1dec: Redo flushing of bsfAndreas Rheinhardt2019-11-14
* avformat: add an AV1 Annex B demuxerJames Almer2019-11-12