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

2020-04-15 Thread Zane van Iperen
On Tue, 07 Apr 2020 10:48:53 + "Zane van Iperen" wrote: > Adds support for the soundbank files used by the Pro Pinball series > of games. > Ping 2. Could I please have some reviews on this, it's been over a week. I have a rebased version here, if required: https://github.com/vs49688/FFmpeg

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

2020-04-11 Thread Zane van Iperen
On Tue, 07 Apr 2020 10:48:53 + "Zane van Iperen" wrote: > Adds support for the soundbank files used by the Pro Pinball series > of games. > > Please CC for review. > > v8: > - change "goto done" to a return + "goto fail" > - Handle truncated files > - Fix potential byte counter desync

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

2020-04-07 Thread Zane van Iperen
Adds support for the soundbank files used by the Pro Pinball series of games. Please CC for review. v8: - change "goto done" to a return + "goto fail" - Handle truncated files - Fix potential byte counter desync v7: - Fix empty lines - Use av_malloc_array() instead of av_reallocp_array