mbox

[FFmpeg-devel,v5,0/4] adpcm_ima_ssi encoder + kvag muxer

Message ID 20200516115307.593748-1-zane@zanevaniperen.com
Headers show

Message

Zane van Iperen May 16, 2020, 11:53 a.m. UTC
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(-)