Re: [FFmpeg-devel] [PATCH v3 0/7] adpcm_ima_apm encoder + apm muxer

2020-06-16 Thread Zane van Iperen
On Fri, 12 Jun 2020 11:46:08 + "Zane van Iperen" wrote: > > Add support for encoding adpcm_ima_apm and muxing to apm. > > If possible, I would like to get this functionality into the 4.3 > release. > Ping 2. Also, I noticed that patches 3 and 4 should probably be swapped. Zane _

Re: [FFmpeg-devel] [PATCH v3 0/7] adpcm_ima_apm encoder + apm muxer

2020-06-13 Thread Zane van Iperen
On Fri, 12 Jun 2020 11:46:08 + "Zane van Iperen" wrote: > > Add support for encoding adpcm_ima_apm and muxing to apm. > > If possible, I would like to get this functionality into the 4.3 > release. > Ping. Zane ___ ffmpeg-devel mailing list ffm

[FFmpeg-devel] [PATCH v3 0/7] adpcm_ima_apm encoder + apm muxer

2020-06-12 Thread Zane van Iperen
Add support for encoding adpcm_ima_apm and muxing to apm. If possible, I would like to get this functionality into the 4.3 release. v3: [4][5][6] * Support both extradata formats - fixes FATE failure + preserves compatibility * EINVAL->ERANGE v2: [1][2][3] * fix mixed declarations and code * r