[FFmpeg-devel] [PATCH v2 0/5] avformat: Use s337m subdemux inside wav
Nicolas Gaullier
nicolas.gaullier at arkena.com
Tue Aug 6 14:50:39 EEST 2019
As discussed with tomas, this second revision does not include MXF anymore as it raises broader questions yet.
The following track would certainly be to developp a generic audio filter that could be used in the general case with any format.
Tests samples for fate-suite/dolby_e uploaded here:
https://framadrop.org/r/05WkojY4i3#VWCpClXRaLnju5Z479g2qvLgMjD64rCTjYu31kQSAbI=
https://framadrop.org/r/dL5lFkBf3P#3lBD0SHINiZsN8BNBHUL2D1lRx17FJurCxzIRpXsMXg=
Nicolas Gaullier (5):
avformat/s337m: Use base AVClass for av_log usage
avformat/s337m: Split read_packet/get_packet
avformat/s337m: Make available as subdemuxer
avformat/wavdec: s337m support
avformat/s337m: Test wav subdemux
libavformat/s337m.c | 97 +++++++++++++++++++++++++++++++++++++++++-----------
libavformat/s337m.h | 65 +++++++++++++++++++++++++++++++++++
libavformat/wavdec.c | 19 ++++++++++
tests/Makefile | 1 +
tests/fate-run.sh | 4 +++
tests/fate/audio.mak | 5 +++
6 files changed, 171 insertions(+), 20 deletions(-)
create mode 100644 libavformat/s337m.h
--
2.14.1.windows.1
More information about the ffmpeg-devel
mailing list