[FFmpeg-devel] [PATCH v5 0/9] avformat: wav-s337m support + new probe_stream option

Nicolas Gaullier nicolas.gaullier at cji.paris
Mon Oct 19 11:19:20 EEST 2020


Updates:
* patch 1 : commit msg amended (anton)
* patch 3 : 'if' line split (tomas)

Everthing else: unchanged since v4

For remembering: the test sample 512.wav can be downloaded here:
https://0x0.st/zdW-.wav

Nicolas Gaullier (9):
  avcodec/dolby_e: set constant frame_size
  avformat/s337m: Split read_packet/get_packet
  avformat/s337m: Consider container bit resolution
  avformat/s337m: New ff_s337m_probe()
  avformat/wavdec: s337m support
  avformat/wavdec.c: Reindent after last commit
  avformat/wavdec: fix s337m/spdif probing beyond data_end
  avformat/wavdec: Test s337m
  avformat: Add probe_stream option

 doc/formats.texi            |  3 ++
 libavcodec/dolby_e.c        |  1 +
 libavformat/avformat.h      |  9 ++++-
 libavformat/options_table.h |  1 +
 libavformat/s337m.c         | 73 ++++++++++++++++++++++++++++++++-----
 libavformat/s337m.h         | 54 +++++++++++++++++++++++++++
 libavformat/utils.c         |  2 +
 libavformat/version.h       |  2 +-
 libavformat/wavdec.c        | 53 ++++++++++++++++++---------
 tests/Makefile              |  1 +
 tests/fate/audio.mak        |  3 ++
 tests/ref/fate/s337m-wav    | 11 ++++++
 12 files changed, 185 insertions(+), 28 deletions(-)
 create mode 100644 libavformat/s337m.h
 create mode 100644 tests/ref/fate/s337m-wav

-- 
2.27.0.windows.1



More information about the ffmpeg-devel mailing list