[FFmpeg-devel] [PATCH v3 0/6] add adpcm_argo encoder and argo_asf muxer
Zane van Iperen
zane at zanevaniperen.com
Fri Aug 7 00:58:06 EEST 2020
On Tue, 04 Aug 2020 23:08:50 +0000
"Zane van Iperen" <zane at zanevaniperen.com> 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
> * change a sequence of avio_wl8()s to an avio_write()
> * add write_packet() and check packet sizes
> * use AVStream::nb_frames instead of calculating the value
> * fix Makefile dependencies
Will push this tomorrow (+changes from Andreas' comment).
More information about the ffmpeg-devel
mailing list