Add support for encoding adpcm_ima_ssi and muxing to kvag. v5: [1] - change AVERROR(EINVAL) to AVERROR_PATCHWELCOME - Split "capabilities" argument and formatting out into new commits - If too verbose, patch 3 may be squashed into patch 2
v{4,3,2,1}: - ancient history [1]: https://ffmpeg.org/pipermail/ffmpeg-devel/2020-May/262730.html Zane van Iperen (4): avcodec/adpcmenc: add capabilities argument to ADPCM_ENCODER() avcodec: add adpcm_ima_ssi encoder avcodec/adpcmenc: fix formatting avformat: add kvag muxer Changelog | 2 + doc/general.texi | 2 +- libavcodec/Makefile | 1 + libavcodec/adpcmenc.c | 65 +++++++++++++++++++++++-------- libavcodec/allcodecs.c | 1 + libavcodec/utils.c | 1 + libavcodec/version.h | 2 +- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/kvag.c | 84 +++++++++++++++++++++++++++++++++++++++- libavformat/version.h | 2 +- 11 files changed, 142 insertions(+), 20 deletions(-) -- 2.25.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".