Re: [flac-dev] How to get FLAC frame length

2016-02-01 Thread Martijn van Beurden
Op 31-1-2016 om 8:48 schreef Dongfu He: > So from above infomation, we'll know this frame has 4096 samples, and > sample size is 16 bits per sample. That means this frame length is at > least(ignore subframe header and frame footer,etc.) 4096 * 16 / 8 = > 8192 bytes. But if I check the FLAC file

[flac-dev] [PATCH] fix MSVC 2005 debug build

2016-02-01 Thread lvqcl
MSVC2005 cannot build libFLAC in debug configuration, and this patch fixes it. vc2005_debug_build.patch Description: Binary data ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

[flac-dev] Problems building on MinGW

2016-02-01 Thread Martijn van Beurden
Hi all, I tried building the latest flac.git on Windows with MinGW just today, and got the following build error: (I had to copy-paste this 'by hand', so there might be a few small mistakes) > CCLD utf8/libutf8.la > CC win_utf8_io/win_utf8_io.lo > win_utf8__io/win_utf8_io.c:

Re: [flac-dev] [PATCH] fix MSVC 2005 debug build

2016-02-01 Thread Erik de Castro Lopo
lvqcl wrote: > MSVC2005 cannot build libFLAC in debug configuration, and > this patch fixes it. Applied. Thanks. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev

Re: [flac-dev] [PATCH] test_streams fopen()

2016-02-01 Thread Erik de Castro Lopo
lvqcl wrote: > test_streams doesn't create/open files with non-ascii filenames, > so there's no need in unicode support. > > The patch changes flac_fopen() calls to fopen(), and removes > dependency of test_streams from win_utf8_io. Applied. Thanks. Erik --

Re: [flac-dev] Problems building on MinGW

2016-02-01 Thread lvqcl
Martijn van Beurden wrote: Hi all, I tried building the latest flac.git on Windows with MinGW just today, and got the following build error: (I had to copy-paste this 'by hand', so there might be a few small mistakes) CCLD utf8/libutf8.la CC win_utf8_io/win_utf8_io.lo win_

Re: [flac-dev] Problems building on MinGW

2016-02-01 Thread Erik de Castro Lopo
Martijn van Beurden wrote: > Hi all, > > I tried building the latest flac.git on Windows with MinGW just > today, and got the following build error: (I had to copy-paste > this 'by hand', so there might be a few small mistakes) Should be fixed now. Please test. Erik -- --

[flac-dev] Performance tests

2016-02-01 Thread Martijn van Beurden
Hi, Once again, I did some performance testing. Results are here: http://www.audiograaf.nl/misc_stuff/Comparison on 32-bit ARM (Raspberry Pi B).pdf http://www.audiograaf.nl/misc_stuff/Comparison on 64-bit Linux (2008 Intel).pdf I'll add some results for 64-bit Windows (2014 Intel with AVX2) i

Re: [flac-dev] Problems building on MinGW

2016-02-01 Thread Martijn van Beurden
Op 1-2-2016 om 23:36 schreef Erik de Castro Lopo: > Should be fixed now. Please test. Erik Yes, now it builds fine. ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev