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