Hi, this is the SMUSH patchset which has been reviewed in the past weeks.
If no objections I'd queue the set this weekend.
Cheers,
    Vittorio

Paul B Mahol (4):
  LucasArts SMUSH SANM video decoder
  LucasArts SMUSH VIMA audio decoder
  LucasArts SMUSH demuxer
  fate: add tests for SANM and VIMA

 Changelog                 |    3 +
 doc/general.texi          |    6 +
 libavcodec/Makefile       |    2 +
 libavcodec/allcodecs.c    |    2 +
 libavcodec/avcodec.h      |    2 +
 libavcodec/codec_desc.c   |   14 +
 libavcodec/sanm.c         | 1475 +++++++++++++++++++++++++++++++++++++++++++++
 libavcodec/version.h      |    2 +-
 libavcodec/vima.c         |  218 +++++++
 libavformat/Makefile      |    1 +
 libavformat/allformats.c  |    1 +
 libavformat/smush.c       |  256 ++++++++
 libavformat/version.h     |    2 +-
 tests/fate/adpcm.mak      |    3 +
 tests/fate/video.mak      |    3 +
 tests/ref/fate/adpcm-vima |   17 +
 tests/ref/fate/sanm       |   16 +
 17 files changed, 2021 insertions(+), 2 deletions(-)
 create mode 100644 libavcodec/sanm.c
 create mode 100644 libavcodec/vima.c
 create mode 100644 libavformat/smush.c
 create mode 100644 tests/ref/fate/adpcm-vima
 create mode 100644 tests/ref/fate/sanm

-- 
1.8.3.4 (Apple Git-47)

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to