[flac-dev] [PATCH] doc: specify that quantized LPC shift must be non-negative

2016-01-24 Thread Tristan Matthews
Refs http://sourceforge.net/p/flac/bugs/424/ --- doc/html/format.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/html/format.html b/doc/html/format.html index 8598941..4ccd7e7 100644 --- a/doc/html/format.html +++ b/doc/html/format.html @@ -1578,7 +1578,8 @@

[flac-dev] [PATCH] doc: specify that quantized LPC shift must be non-negative

2016-01-08 Thread Tristan Matthews
Refs http://sourceforge.net/p/flac/bugs/424/ --- doc/html/format.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html/format.html b/doc/html/format.html index 8598941..2ce82c2 100644 --- a/doc/html/format.html +++ b/doc/html/format.html @@ -1578,7 +1578,7 @@

[flac-dev] [PATCH 2/2] microbench: remove duplicate define

2015-09-29 Thread Tristan Matthews
--- microbench/util.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/microbench/util.c b/microbench/util.c index 0486590..94d8503 100644 --- a/microbench/util.c +++ b/microbench/util.c @@ -97,8 +97,6 @@ benchmark_function (void (*testfunc) (void), unsigned count) #else -#define _GNU_SOU

[flac-dev] [PATCH 1/2] microbench: add benchmarking code for Darwin

2015-09-29 Thread Tristan Matthews
--- microbench/util.c | 32 1 file changed, 32 insertions(+) diff --git a/microbench/util.c b/microbench/util.c index cf19d23..0486590 100644 --- a/microbench/util.c +++ b/microbench/util.c @@ -29,6 +29,8 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH

[flac-dev] [PATCH] configure: only use -mstackrealign on mingw32/os2

2015-04-10 Thread Tristan Matthews
And only for i686. --- configure.ac | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eb9b0cc..9751745 100644 --- a/configure.ac +++ b/configure.ac @@ -399,11 +399,17 @@ if test x$ac_cv_c_compiler_gnu = xyes ; then if test "x$asm

[flac-dev] [PATCH] configure: only use -mstackrealign on mingw32/os2

2015-04-10 Thread Tristan Matthews
And only for i686. --- configure.ac | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index eb9b0cc..8dd5b0d 100644 --- a/configure.ac +++ b/configure.ac @@ -399,11 +399,16 @@ if test x$ac_cv_c_compiler_gnu = xyes ; then if test "x$a

[flac-dev] [PATCH] configure: only use -mstackrealign for mingw32

2015-04-10 Thread Tristan Matthews
--- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eb9b0cc..e7d68c3 100644 --- a/configure.ac +++ b/configure.ac @@ -399,9 +399,11 @@ if test x$ac_cv_c_compiler_gnu = xyes ; then if test "x$asm_optimisation$sse_os" =

Re: [flac-dev] ensure that stack is aligned for SSE functions if using mingw32

2015-03-09 Thread Tristan Matthews
On Mon, Mar 9, 2015 at 7:57 PM, Dave Yeo wrote: > On 03/09/15 03:59 PM, lvqcl wrote: >> Tristan Matthews wrote: >> >>> >Unable to test on win32 at the moment, please give this a try. Feedback >>> >welcome. >> >> I wonder why misaligned stack i

[flac-dev] [PATCH 1/1] ensure that stack is aligned for SSE functions if using mingw32

2015-03-09 Thread Tristan Matthews
Unable to test on win32 at the moment, please give this a try. Feedback welcome. Avoids crashes due to unaligned ops when built with mingw. --- src/libFLAC/include/private/cpu.h | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/libFLAC/include/private/cpu.h b/src/l

Re: [flac-dev] crash on lpc_restore_signal_16_intrin_sse2

2015-03-09 Thread Tristan Matthews
On Mon, Mar 9, 2015 at 5:15 PM, lvqcl wrote: > Janne Hyvärinen wrote: > >> I compiled flac.exe without NASM and verified that >> FLAC__lpc_restore_signal_16_intrin_sse2 is used. Decoding the same file >> that made VLC 2.2 crash decoded without issues. Would be nice if VLC was >> compilable with MS

[flac-dev] crash on lpc_restore_signal_16_intrin_sse2

2015-03-09 Thread Tristan Matthews
Hi, VLC recently migrated to libflac 1.3.1, however we had to revert to 1.3.0 as we had crashes for most FLAC files on the Windows desktop platform. More information is available here: https://trac.videolan.org/vlc/ticket/14104 Best, Tristan ___ flac-d