SANM variant is almost finished, there are issues with motion vectors in one sample, but nothing obviously wrong appears in decoded output.
ANIM variants are missing audio decoding, IACT and PSAD. ANIM variants video decoder is not fully complete. Based on work by Konstantin Shishkov and Cyril Zorin. Paul B Mahol (3): LucasArts Smush VIMA audio decoder LucasArts SMUSH video decoder LucasArts SMUSH demuxer doc/general.texi | 6 + libavcodec/Makefile | 2 + libavcodec/allcodecs.c | 2 + libavcodec/avcodec.h | 2 + libavcodec/sanm.c | 1245 ++++++++++++++++++++++++++++++++++++++++++++++ libavcodec/sanm_data.h | 249 +++++++++ libavcodec/version.h | 2 +- libavcodec/vima.c | 272 ++++++++++ libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/smush.c | 293 +++++++++++ libavformat/version.h | 2 +- 12 files changed, 2075 insertions(+), 2 deletions(-) create mode 100644 libavcodec/sanm.c create mode 100644 libavcodec/sanm_data.h create mode 100644 libavcodec/vima.c create mode 100644 libavformat/smush.c -- 1.7.7 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
