[vlc-devel] [PATCH 00/11] demux: wav: rework
Thomas Guillem
thomas at gllm.fr
Thu Mar 12 15:05:41 CET 2020
Hello,
This patch set is a big rework of the wav demuxer. You can found the gitlab
branch here: https://code.videolan.org/tguillem/vlc/commits/wav/2
Best,
Thomas
Thomas Guillem (11):
demux: wav: reorder to avoid forward declarations
demux: wav: refactor chunk skip
demux: wav: skip header in ChunkFind
demux: wav: move fmt parsing in a new function
demux: wav: parse ds64 in a new function
demux: wav: change data_pos sign
demux: wav: change i_data_size sign
demux: wav: change i_size type
demux: wav: more robust chunk parsing
demux: wav: don't increment pts past data chunk bundary
demux: wav: fix wrong pts after a seek
modules/demux/wav.c | 645 ++++++++++++++++++++++++--------------------
1 file changed, 360 insertions(+), 285 deletions(-)
--
2.20.1
More information about the vlc-devel
mailing list