core(matrix): Negative values checks
To the patch: In the original version of src/ao.c, I tried to figure out what the *= in ao->buf_size *= (ft->encoding.bits_per_sample >> 3); is for. Together with the previous line, the code snippet looks like well-known pattern for size alignment, so I replace *= for += (but maybe *= was there for some reason, it is hard to guess with no comments).
Sample audio file #2.
Sample audio file #1.
Preventing division by zero in src/ao.c
[PATCH] assertion failed (core dumped) while converting wav to hcom on 64 bit big endian machine
Patch again: From 9c0842680a4a46ef64990d6c40de05aa30286d54 Mon Sep 17 00:00:00 2001 From: Jiri Kucera <jkucera@redhat.com> Date: Thu, 25 Jan 2018 21:53:30 +0100 Subject: [PATCH] Added $(DESTDIR) in front of ${bindir} so proper sox binary is invoked during tests --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7cceaaf..caf9864 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -194,6 +194,6 @@ loc: # would run the...
Missing $(DESTDIR) before ${bindir} in src/Makefile.am installcheck
Bad FSF address in src/ladspa.h