Re: [FFmpeg-devel] [PATCH v10 0/2] Pro Pinball Series Soundbank demuxer + decoder.

2020-04-24 Thread Zane van Iperen
On Sat, 18 Apr 2020 00:20:30 + "Zane van Iperen" wrote: > > Adds support for the soundbank files used by the Pro Pinball series > of games. > Ping again. Zane ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listi

Re: [FFmpeg-devel] [PATCH v10 0/2] Pro Pinball Series Soundbank demuxer + decoder.

2020-04-21 Thread Zane van Iperen
On Sat, 18 Apr 2020 00:20:30 + "Zane van Iperen" wrote: > > Zane van Iperen (2): > avcodec: add support for Cunning Developments' ADPCM > avformat: add demuxer for Pro Pinball Series' Soundbanks > > Changelog| 2 + > doc/general.texi | 1 + > libavcodec/Make

[FFmpeg-devel] [PATCH v10 0/2] Pro Pinball Series Soundbank demuxer + decoder.

2020-04-17 Thread Zane van Iperen
Adds support for the soundbank files used by the Pro Pinball series of games. v10: [7] - Change while() to for(). v9: [6] - Rebase after codec_id.h changes - style fixes - Fix an uninitialised variable read v8: [5] - change "goto done" to a return + "goto fail" - Handle truncated fil