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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel