Re: [FFmpeg-devel] [PATCH] avcodec: add ADPCM IMA Ubisoft decoder

2021-12-30 Thread Zane van Iperen
Ping. Will apply (with the minor version bump I forgot) in a few days. On 28/12/21 15:37, Zane van Iperen wrote: A simple, interleaved variant, but with initial state and extra, uncompressed samples. Found in Ubisoft soundbanks from early-2000's games (Splinter Cell, RS3, etc.) Signed-off-by: Z

[FFmpeg-devel] [PATCH] avcodec: add ADPCM IMA Ubisoft decoder

2021-12-27 Thread Zane van Iperen
A simple, interleaved variant, but with initial state and extra, uncompressed samples. Found in Ubisoft soundbanks from early-2000's games (Splinter Cell, RS3, etc.) Signed-off-by: Zane van Iperen --- Changelog | 1 + doc/general_contents.texi | 1 + libavcodec/Makefile |