Re: [FFmpeg-devel] [PATCH v2 0/2] Simon & Schuster Interactive VAG demuxer + decoder.

2020-02-06 Thread Michael Niedermayer
On Thu, Feb 06, 2020 at 09:55:41AM +0100, Paul B Mahol wrote: > LGTM will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "You are 36 times more likely to die in a bathtub than at the hands of a terrorist. Also, you are 2.5 times more likely to become

Re: [FFmpeg-devel] [PATCH v2 0/2] Simon & Schuster Interactive VAG demuxer + decoder.

2020-02-06 Thread Paul B Mahol
LGTM On 2/6/20, Zane van Iperen wrote: > Hi all, > > This patchset adds support for the VAG container and ADPCM variant used > by some Simon & Schuster Interactive games such as 'Real War', > and 'Real War: Rogue States'. > > It has been tested against VAG files from both games. > > v2: > - sim

[FFmpeg-devel] [PATCH v2 0/2] Simon & Schuster Interactive VAG demuxer + decoder.

2020-02-05 Thread Zane van Iperen
Hi all, This patchset adds support for the VAG container and ADPCM variant used by some Simon & Schuster Interactive games such as 'Real War', and 'Real War: Rogue States'. It has been tested against VAG files from both games. v2: - simplify the demuxer - fix error in header structure Some