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

-- 
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".

Reply via email to