[FFmpeg-devel] [PATCH 0/3] avformat: Use s337m subdemux inside mxf/wav

Nicolas Gaullier nicolas.gaullier at arkena.com
Fri Jul 26 19:45:14 EEST 2019


In case of an mxf or wav file having stereo tracks, the new 'dolbyeprobe' flag
enables detection of dolby_e.
The probing is done on the first sample and its guard band must be clean (to avoid wrong detection).

Tests samples for fate-suite/dolby_e uploaded here:
https://framadrop.org/r/u_JxHeVIRc#Fs2PXutr7geTBoTpnnJ/4+dTDNGBUuGT1Gf/wh00ZDw=
https://framadrop.org/r/nmjF4PbdxV#Flq5vPoRMrdfPKuM5+zdf3itUamIeWCVDriZaSKPkPQ=

Thank you for the review


Nicolas Gaullier (3):
  avformat/s337m: Make available as subdemuxer
  avformat: Support s337m in mxf/wav/w64
  avformat/s337m: Test mxf subdemux

 libavformat/avformat.h      |  7 ++++++
 libavformat/mxfdec.c        | 20 +++++++++++++++-
 libavformat/options_table.h |  1 +
 libavformat/s337m.c         | 57 +++++++++++++++++++++++++++++++++++++--------
 libavformat/s337m.h         | 48 ++++++++++++++++++++++++++++++++++++++
 libavformat/wavdec.c        |  7 +++++-
 tests/Makefile              |  1 +
 tests/fate-run.sh           |  4 ++++
 tests/fate/audio.mak        |  5 ++++
 9 files changed, 138 insertions(+), 12 deletions(-)
 create mode 100644 libavformat/s337m.h

-- 
2.14.1.windows.1



More information about the ffmpeg-devel mailing list