[FFmpeg-devel] [PATCH 0/3] RSD and RedSpark demuxers
James Almer
jamrial at gmail.com
Thu Apr 18 03:28:00 CEST 2013
Here are two demuxers for containers used in certain console games, in the
same vein as brstm, thp, ast, afc and such.
They are not exactly widely used, with the latter afaik used in only one
game for that matter.
RSD supports about seven audio codecs, but i only added support for three
of them due to the lack of samples in the wild.
Comments welcome. Regards.
James Almer (3):
adpcm_thp: Use packet side data for coeff table and previous sample
RSD demuxer
RedSpark demuxer
Changelog | 2 +
doc/general.texi | 2 +
libavcodec/adpcm.c | 40 ++++++----
libavformat/Makefile | 2 +
libavformat/allformats.c | 2 +
libavformat/brstm.c | 10 +--
libavformat/redspark.c | 189 +++++++++++++++++++++++++++++++++++++++++++++
libavformat/rsd.c | 195 +++++++++++++++++++++++++++++++++++++++++++++++
libavformat/thp.c | 15 +++-
libavformat/version.h | 2 +-
tests/ref/fate/brstm | 2 +-
11 files changed, 437 insertions(+), 24 deletions(-)
create mode 100644 libavformat/redspark.c
create mode 100644 libavformat/rsd.c
--
1.8.1.msysgit.1
More information about the ffmpeg-devel
mailing list