[FFmpeg-devel] [PATCH 0/5] avformat/av1dec: add low overhead obu demux

Xu Guangxin guangxin.xu at intel.com
Thu Aug 6 11:04:11 EEST 2020


Xu Guangxin (5):
  av1_parser: parser_obu_header, return has_size_flag
  av1_parser: do not check buf_size if we have size in obu header
  avformat/av1dec: refact, do not overide return value in read_obu
  avormat/av1dec: add low-overhead bitstream format
  fate: av1dec, add test clip for low overhead obu

 libavcodec/av1_parse.c                |   4 +-
 libavcodec/av1_parse.h                |  10 +-
 libavformat/allformats.c              |   1 +
 libavformat/av1.c                     |  12 +-
 libavformat/av1dec.c                  | 214 +++++++++++++++++++++++---
 tests/fate/demux.mak                  |   3 +
 tests/ref/fate/av1-low-overhead-demux |  16 ++
 7 files changed, 225 insertions(+), 35 deletions(-)
 create mode 100644 tests/ref/fate/av1-low-overhead-demux

-- 
2.17.1



More information about the ffmpeg-devel mailing list