[FFmpeg-devel] [PATCH 0/2] Ubisoft Rayman 2 APM demuxer + decoder.
Zane van Iperen
zane at zanevaniperen.com
Mon Feb 17 11:13:11 EET 2020
Hi all,
This patchset adds support for the APM files used by Rayman 2.
It has been tested against all *.apm files in the game folder.
Zane
Zane van Iperen (2):
avcodec: add decoder for Rayman 2's ADPCM variant
avformat: add demuxer for Rayman 2's APM format
libavcodec/Makefile | 1 +
libavcodec/adpcm.c | 24 ++++++
libavcodec/allcodecs.c | 1 +
libavcodec/avcodec.h | 1 +
libavcodec/codec_desc.c | 7 ++
libavcodec/version.h | 2 +-
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/apm.c | 171 +++++++++++++++++++++++++++++++++++++++
libavformat/version.h | 2 +-
10 files changed, 209 insertions(+), 2 deletions(-)
create mode 100644 libavformat/apm.c
--
2.17.1
More information about the ffmpeg-devel
mailing list