mbox series

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

Message ID 20200516115307.593748-1-zane@zanevaniperen.com
Headers show
Series adpcm_ima_ssi encoder + kvag muxer | expand

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(-)

Comments

Zane van Iperen May 19, 2020, 11:07 a.m. UTC | #1
On Sat, 16 May 2020 11:53:27 +0000
"Zane van Iperen" <zane@zanevaniperen.com> wrote:

> 
> Add support for encoding adpcm_ima_ssi and muxing to kvag.
> 
Ping.

Zane
Zane van Iperen May 26, 2020, 10:35 a.m. UTC | #2
On Tue, 19 May 2020 11:07:09 +0000
"Zane van Iperen" <zane@zanevaniperen.com> wrote:

> 
> On Sat, 16 May 2020 11:53:27 +0000
> "Zane van Iperen" <zane@zanevaniperen.com> wrote:
> 
> >
> > Add support for encoding adpcm_ima_ssi and muxing to kvag.
> >

Ping again.

Zane