[FFmpeg-devel] [PATCH v2 2/2] libavformat: Add DFPWM raw format

Jack Bruienne jackbruienne at gmail.com
Sat Feb 26 01:43:31 EET 2022


This patch builds on my previous DFPWM codec patch, adding a raw
audio format to be able to read/write the raw files that are most commonly
used (as no other container format supports it yet).

The muxers are mostly copied from the PCM demuxer and the raw muxers, as
DFPWM is typically stored as raw data.

Please see the previous patch for more information on DFPWM.

Signed-off-by: Jack Bruienne <jackbruienne at gmail.com>
---
  Changelog                 |   2 +-
  MAINTAINERS               |   1 +
  doc/general_contents.texi |   1 +
  libavformat/Makefile      |   2 +
  libavformat/allformats.c  |   2 +
  libavformat/dfpwmdec.c    | 107 ++++++++++++++++++++++++++++++++++++++
  libavformat/rawenc.c      |  13 +++++
  libavformat/version.h     |   4 +-
  8 files changed, 129 insertions(+), 3 deletions(-)
  create mode 100644 libavformat/dfpwmdec.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: v2-0002-libavformat-Add-DFPWM-raw-format.patch
Type: text/x-patch
Size: 7863 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20220225/07be9930/attachment.bin>


More information about the ffmpeg-devel mailing list