mbox series

[FFmpeg-devel,v6,0/1] adpcm_ima_ssi encoder + kvag muxer

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

Message

Zane van Iperen May 29, 2020, 10:54 a.m. UTC
Add support for encoding adpcm_ima_ssi and muxing to kvag.

v6: [2]
  - move seekable check into kvag_write_init()

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
[2]: https://ffmpeg.org/pipermail/ffmpeg-devel/2020-May/263494.html

Zane van Iperen (1):
  avformat: add kvag muxer

 Changelog                |  1 +
 libavformat/Makefile     |  1 +
 libavformat/allformats.c |  1 +
 libavformat/kvag.c       | 82 +++++++++++++++++++++++++++++++++++++++-
 libavformat/version.h    |  2 +-
 5 files changed, 85 insertions(+), 2 deletions(-)