[FFmpeg-devel] [PATCH v9 0/3] Re-commit for davs2 api change.

hwren hwrenx at 126.com
Mon Jul 16 10:24:54 EEST 2018


hwren (3):
  lavc: add avs2 parser
  lavf: add avs2 fourcc
  lavc,doc,configure: add avs2 video decoder wrapper

 Changelog                |   1 +
 configure                |   4 ++
 doc/decoders.texi        |   6 ++
 doc/general.texi         |  14 ++++
 libavcodec/Makefile      |   2 +
 libavcodec/allcodecs.c   |   1 +
 libavcodec/avcodec.h     |   1 +
 libavcodec/avs2_parser.c |  95 +++++++++++++++++++++++++
 libavcodec/codec_desc.c  |   7 ++
 libavcodec/libdavs2.c    | 177 +++++++++++++++++++++++++++++++++++++++++++++++
 libavcodec/parser.c      |   1 +
 libavcodec/version.h     |   4 +-
 libavformat/riff.c       |   1 +
 13 files changed, 312 insertions(+), 2 deletions(-)
 create mode 100644 libavcodec/avs2_parser.c
 create mode 100644 libavcodec/libdavs2.c

-- 
2.7.4



More information about the ffmpeg-devel mailing list