mbox series

[FFmpeg-devel,0/7] avformat/wavdec: s337m support

Message ID 20230309175125.19691-1-nicolas.gaullier@cji.paris
Headers show
Series avformat/wavdec: s337m support | expand

Message

Nicolas Gaullier March 9, 2023, 5:51 p.m. UTC
Following of https://patchwork.ffmpeg.org/project/ffmpeg/patch/20230213180936.815-5-nicolas.gaullier@cji.paris/
from the serie
https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=8380

Should the version and changelog be updated too ?

Nicolas

Nicolas Gaullier (7):
  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: Test s337m
  doc: add doc about dolby_e decoder and wav support

 doc/decoders.texi        | 20 +++++++++++
 doc/demuxers.texi        | 33 +++++++++++++++++++
 libavformat/s337m.c      | 71 ++++++++++++++++++++++++++++++++++++----
 libavformat/s337m.h      | 54 ++++++++++++++++++++++++++++++
 libavformat/wavdec.c     | 61 +++++++++++++++++++++++++---------
 tests/Makefile           |  1 +
 tests/fate/audio.mak     |  3 ++
 tests/ref/fate/s337m-wav | 10 ++++++
 8 files changed, 230 insertions(+), 23 deletions(-)
 create mode 100644 libavformat/s337m.h
 create mode 100644 tests/ref/fate/s337m-wav