search for: test_libflac

Displaying 20 results from an estimated 70 matches for "test_libflac".

2017 Jan 19
4
[PATCH] Fix cppcheck warnings
--- src/libFLAC/bitreader.c | 4 ++-- src/libFLAC/bitwriter.c | 4 ++-- src/plugin_xmms/plugin.c | 2 +- src/share/utf8/charset.c | 1 + src/test_libFLAC++/encoders.cpp | 8 ++++---- src/test_libFLAC/decoders.c | 4 ++-- src/test_libFLAC/encoders.c | 8 ++++---- 7 files changed, 16 insertions(+), 15 deletions(-) diff --git a/src/libFLAC/bitreader.c b/src/libFLAC/bitreader.c index 386f420..7554385 100644 --- a/src/libFLAC/bitreader.c +++ b/s...
2012 Feb 03
1
[PATCH] Include inttypes.h for PRIu64
...examples/c/encode/file/main.c | 3 +++ src/metaflac/operations.c | 3 +++ src/metaflac/operations_shorthand_cuesheet.c | 3 +++ src/metaflac/operations_shorthand_streaminfo.c | 3 +++ src/share/grabbag/cuesheet.c | 3 +++ src/test_libFLAC/encoders.c | 3 +++ src/test_libFLAC/metadata_object.c | 3 +++ src/test_libs_common/metadata_utils.c | 3 +++ src/test_seeking/main.c | 3 +++ 10 files changed, 30 insertions(+), 0 deletions(-) diff --git a/examples/c/deco...
2014 Nov 25
0
flac-1.3.1pre1
On Nov 25 00:43:22, mle+la at mega-nerd.com wrote: > http://downloads.xiph.org/releases/flac/beta/ > Please test. Running 'make fullcheck' fails for me like this: $ pwd /home/hans/src/flac-1.3.1pre1/test $ make fullcheck FLAC__TEST_LEVEL=1 FLAC__TEST_WITH_VALGRIND=no ./test_libFLAC.sh /bin/sh: ./test_libFLAC.sh: No such file or directory *** Error 1 in /home/hans/src/flac-1.3.1pre1/test (Makefile:702 'fullcheck') $ ls -l ./test_libFLAC.sh -rwxr-xr-- 1 hans hans 1275 Nov 25 04:42 ./test_libFLAC.sh $ ./test_libFLAC.sh ksh:...
2004 Sep 10
2
beta 1.0.3 ERROR
...o stop on error. I noticed this in the logs: ++++++ testing level 1 interface simple iterator on read-only file generating FLAC file for test testing 'metadata.flac'... 0... 1... content... PASSED is writable = 1 ERROR: iterator claims file is writable when it should not be ERROR during test_libFLAC FAIL: ./test_libFLAC.sh Platform is a mobile PII/400 Linux 2.4.18 RH7.1 based system. Cheers, David
2014 Jul 02
1
[PATCH] test_libFLAC build fixes
The 1st patch fixes compiling of test_libFLAC with MSVC. The 2nd patch fixes Makefile.lite build system (I don't use it, but this patch is really simple...) -------------- next part -------------- A non-text attachment was scrubbed... Name: 1_msvc.patch Type: application/octet-stream Size: 911 bytes Desc: not available Url : http://lists....
2017 Jan 15
0
[PATCH 2/2] Only compile and run tests when running 'make check'
--- src/test_grabbag/cuesheet/Makefile.am | 2 +- src/test_grabbag/picture/Makefile.am | 2 +- src/test_libFLAC++/Makefile.am | 2 +- src/test_libFLAC/Makefile.am | 2 +- src/test_seeking/Makefile.am | 2 +- src/test_streams/Makefile.am | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test_grabbag/cuesheet/Makefile.am b/src/test_grabbag/cuesheet/Mak...
2012 Dec 03
0
[PATCH 3/5] Hide symbols with gcc.
With gcc >= 4 and ELF, set default visibility to hidden and make visible only the symbols with FLAC_API or FLACPP_API. A convenience libFLAC-static.la is created for test_libFLAC as it depends on the hidden symbols. --- configure.ac | 8 +++++++- include/FLAC++/export.h | 13 +++++++++---- include/FLAC/export.h | 13 +++++++++---- src/libFLAC/Makefile.am | 10 +++++++++- src/test_libFLAC/Makefile.am | 2 +- 5 files changed, 35 insertions(...
2012 Apr 18
3
[PATCH 3/3] export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite
That enables an special implementation that checks for common memory errors and will save us from a lot pain. --- test/test_bins.sh | 2 ++ test/test_flac.sh | 2 ++ test/test_grabbag.sh | 2 ++ test/test_libFLAC++.sh | 2 ++ test/test_libFLAC.sh | 3 +++ test/test_metaflac.sh | 2 ++ test/test_seeking.sh | 2 ++ test/test_streams.sh | 2 ++ 8 files changed, 17 insertions(+), 0 deletions(-) diff --git a/test/test_bins.sh b/test/test_bins.sh index 55a0b8a..9b1fa0f 100755 --- a/test/tes...
2013 Apr 21
0
[PATCH] Reduce valgrind num-callers to 50
My Valgrind doesn't run, saying it doesn't support showing more than 50 entries of a stack trace --- test/test_bins.sh | 4 ++-- test/test_flac.sh | 8 ++++---- test/test_grabbag.sh | 8 ++++---- test/test_libFLAC++.sh | 2 +- test/test_libFLAC.sh | 2 +- test/test_metaflac.sh | 12 ++++++------ test/test_seeking.sh | 12 ++++++------ test/test_streams.sh | 4 ++-- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/test/test_bins.sh b/test/test_bins.sh index 65ba6e2..92d6693...
2012 Dec 04
0
[PATCH] Update FSF address.
...grabbag/cuesheet/Makefile.lite | 6 +-- src/test_grabbag/cuesheet/main.c | 6 +-- src/test_grabbag/picture/Makefile.am | 6 +-- src/test_grabbag/picture/Makefile.lite | 6 +-- src/test_grabbag/picture/main.c | 6 +-- src/test_libFLAC++/Makefile.am | 6 +-- src/test_libFLAC++/Makefile.lite | 6 +-- src/test_libFLAC++/decoders.cpp | 6 +-- src/test_libFLAC++/decoders.h | 6 +-- src/test_libFLAC++/encoders.cpp | 6 +-- src/test_li...
2007 Apr 16
0
Patch : Fix includes
Hi all, Below is a patch that fixes a couple of instances where a function is used before it has been prototyped. There was a little subtlty involved here because the file include/test_libs_common/metadata_utils.h had the #include guard the same as that of /src/test_libFLAC/metadata.h meaning that only the first one included would actually do anthing. Patch below. Cheers, Erik diff -u -r1.4 metadata_utils.h --- include/test_libs_common/metadata_utils.h 2 Feb 2007 06:58:21 -0000 1.4 +++ include/test_libs_common/metadata_utils.h 16 Apr 2007 10:23:37 -0000 @@ -16,8 +1...
2015 Dec 28
1
[PATCH 4] for test_libFLAC/bitwriter.c
1) The definition of FLAC__BitWriter was updated with the current text from /libFLAC/bitwriter.c (the text in comments was changed). And the definition of TOTAL_BITS was made closer to the code from /libFLAC/bitwriter.c. 2) The values for 'words' and 'bits' values now calculated, not just some magic constants. 3) Added FLAC__U64L() for 64-bit constants. It seems that it
2014 Nov 25
19
flac-1.3.1pre1
Hi all, As people may have seen there's a pre-release here: http://downloads.xiph.org/releases/flac/beta/ Specifically: flac-1.3.1pre1.tar.xz : The source code flac-1.3.1pre1-win.zip : Windows 32 and 64 bit binaries Please test. I'm particularly interested in hearing about the windows binaries which were cross compiled from Linux to Windows. Unfortunately there is a bug
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
Hello, This is a patch to allow building of the project using MSYS, MinGW, and MinGW-w64 with the following invocation: make -f Makefile.lite libFLAC libFLAC++ flac metaflac test_libs_common test_libFLAC test_libFLAC++ test_grabbag test_seeking test_streams utils examples This patch addresses eight points: 1. `uname -p` in MSYS returns "unknown" so we must use `gcc -dumpmachine` to gain information about the target, 32-bit or 64-bit. 2. MinGW-w64 does not ship with a working iconv.h, s...
2007 Jul 14
2
PATCH : Fix missing protoypes
...07-15 00:55:50 +0000 @@ -227,9 +227,7 @@ #include <langinfo.h> #endif -int iconvert(const char *fromcode, const char *tocode, - const char *from, size_t fromlen, - char **to, size_t *tolen); +#include "iconvert.h" static const char *current_charset(void) { --- src/test_libFLAC/bitwriter.c 2007-07-14 08:45:49 +0000 +++ src/test_libFLAC/bitwriter.c 2007-07-15 01:25:48 +0000 @@ -22,6 +22,7 @@ #include "FLAC/assert.h" #include "private/bitwriter.h" /* from the libFLAC private include area */ +#include "bitwriter.h" #include <stdio.h>...
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
Hello, This is a patch to allow building of the project using MSYS, MinGW, and MinGW-w64 with the following invocation: make -f Makefile.lite libFLAC libFLAC++ flac metaflac test_libs_common test_libFLAC test_libFLAC++ test_grabbag test_seeking test_streams utils examples This patch addresses eight points: 1. `uname -p` in MSYS returns "unknown" so we must use `gcc -dumpmachine` to gain information about the target, 32-bit or 64-bit. 2. MinGW-w64 does not ship with a working iconv.h, s...
2012 Dec 03
4
[PATCH 1/5] Remove old GNU-stack sections from nasm files.
They are not needed since the section is defined in nasm.h. --- src/libFLAC/ia32/bitreader_asm.nasm | 4 ---- src/libFLAC/ia32/cpu_asm.nasm | 4 ---- src/libFLAC/ia32/fixed_asm.nasm | 4 ---- src/libFLAC/ia32/lpc_asm.nasm | 4 ---- src/libFLAC/ia32/stream_encoder_asm.nasm | 4 ---- 5 files changed, 20 deletions(-) diff --git
2004 Sep 10
1
beta 1.0.3 ERROR
...> > ++++++ testing level 1 interface > simple iterator on read-only file > generating FLAC file for test > testing 'metadata.flac'... 0... 1... content... PASSED > is writable = 1 > ERROR: iterator claims file is writable when it should not be > > ERROR during test_libFLAC > FAIL: ./test_libFLAC.sh David, Are you running the test as root by any chance? That might be fooling the tester (but not libFLAC). Josh __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
2013 Mar 23
1
MinGW compile/test confirmation needed
Hi all, I need someone which can use git and the MinGW compiler on windows to test something for me. Specifically, this: a) Check out git head, configure using: ./autogen.sh && ./configure && make clean all and then run the test: src/test_libFLAC/test_libFLAC.exe and confirm that fails with: testing FLAC__stream_decoder_process_until_end_of_stream()... FAILED, returned false, state = 4 (FLAC__STREAM_DECODER_END_OF_STREAM) b) Check out a old revision using: git branch test-regression a606e1a7ef5b0bc0d3c4feef56233...
2014 Jul 02
2
uint64 -> double conversion
Erik de Castro Lopo wrote: > Hadn't decided yet. Please give me 12 hours. Gotta go to > work now :-) All right. BTW, test_libFLAC is still broken for MSVS: CPU_IS_LITTLE_ENDIAN is undefined. It's possible to add the definition for this preprocessor macro to test_libFLAC.vcproj, but maybe there exists more elegant way?