[FFmpeg-devel] [PATCH 0/5] AV1 support in mp4

James Almer jamrial at gmail.com
Mon Jul 9 21:26:49 EEST 2018


What the subject says.

There are a few comments in some of the patches as well.

James Almer (5):
  avcodec: add AV1 packet split API
  avcodec/extract_extradata: add support for AV1
  avcodec/libaomenc: export Sequence Header and Metadata OBUs as
    extradata
  avformat/mov: add support for AV1 streams
  avformat/movenc: add support for AV1 streams

 configure                          |   1 +
 libavcodec/Makefile                |   2 +-
 libavcodec/av1.h                   |  42 ++++++++++
 libavcodec/av1_parse.c             | 103 +++++++++++++++++++++++
 libavcodec/av1_parse.h             | 126 +++++++++++++++++++++++++++++
 libavcodec/extract_extradata_bsf.c |  80 ++++++++++++++++++
 libavcodec/libaomenc.c             |  41 ++++++++++
 libavformat/Makefile               |   2 +-
 libavformat/av1.c                  | 107 ++++++++++++++++++++++++
 libavformat/av1.h                  |  70 ++++++++++++++++
 libavformat/isom.c                 |   1 +
 libavformat/mov.c                  |  31 +++++++
 libavformat/movenc.c               |  36 +++++++--
 13 files changed, 633 insertions(+), 9 deletions(-)
 create mode 100644 libavcodec/av1.h
 create mode 100644 libavcodec/av1_parse.c
 create mode 100644 libavcodec/av1_parse.h
 create mode 100644 libavformat/av1.c
 create mode 100644 libavformat/av1.h

-- 
2.18.0



More information about the ffmpeg-devel mailing list