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

Nicolas Gaullier nicolas.gaullier at cji.paris
Mon Nov 9 11:34:19 EET 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

I think I have not received any feedback for this v5 posted 3 weeks ago. I can rebase everything if it can help for reviewing (or applying if you think it is close to be accepted).
NB: I keep an eye on irc (ngaullier).

Thx
Nicolas


More information about the ffmpeg-devel mailing list