Re: [FFmpeg-devel] [PATCH v3 0/6] add adpcm_argo encoder and argo_asf muxer

2020-08-06 Thread Zane van Iperen
On Tue, 04 Aug 2020 23:08:50 + "Zane van Iperen" wrote: > > v3: > * fix FATE failure (lavf-asf) caused by "asf" extension conflict > > v2: [1] > * enforce the samples-per-block value in the demuxer > * remove unnecessary initialisers > * add missing return when stream isn't seekable > * cha

[FFmpeg-devel] [PATCH v3 0/6] add adpcm_argo encoder and argo_asf muxer

2020-08-04 Thread Zane van Iperen
v3: * fix FATE failure (lavf-asf) caused by "asf" extension conflict v2: [1] * enforce the samples-per-block value in the demuxer * remove unnecessary initialisers * add missing return when stream isn't seekable * change a sequence of avio_wl8()s to an avio_write() * add write_packet() and check p