Commit Graph

1788 Commits

Author SHA1 Message Date
Erik de Castro Lopo
aad0c4bf0d src/common.h : Define SF_PLATFORM_S64 for non-gcc compilers with 'long long' type. 2009-03-17 14:08:45 +11:00
Erik de Castro Lopo
f2e1e833de tests/pcm_test.tpl : Improve output. 2009-03-17 03:09:10 +11:00
Erik de Castro Lopo
c9d5d5cab1 src/sndfile.h.in : Check for either _MSCVER or _MSC_VER being defined. 2009-03-15 08:24:45 +11:00
Erik de Castro Lopo
8707b0f610 Add SF_MAX_CHANNELS (set to 256) and use it. 2009-03-15 08:16:17 +11:00
Erik de Castro Lopo
1197c932da src/flac.c : Remove un-needed #include. 2009-03-15 08:15:45 +11:00
Erik de Castro Lopo
85c6b26122 tests/vorbis_test.c : Relax test slighly to allow test to pass on more CPUs etc. 2009-03-04 11:44:42 +11:00
Erik de Castro Lopo
1a9dd0819b configure.ac : Detect vorbis_version_string() correctly. 2009-03-03 09:40:15 +11:00
Erik de Castro Lopo
5f615adc06 Update shave files and enable by default in configure.ac. 2009-03-03 05:51:01 +11:00
Erik de Castro Lopo
5173b47550 configure.ac : Document vorbis versions. 2009-03-03 04:05:04 +11:00
Erik de Castro Lopo
20d7483c50 configure.ac : Fix --enable-external-libs logic. 2009-03-03 03:49:45 +11:00
Erik de Castro Lopo
5566104c77 doc/index.html : Add a 'See Also' section with a link to sndfile-tools. 2009-03-02 19:55:29 +11:00
Erik de Castro Lopo
46b25d069e src/create_symbols_file.py : Add function sf_version_string. 2009-03-02 10:41:13 +11:00
Erik de Castro Lopo
387c9c5a10 src/sndfile.(c|h.in) : Add function sf_version_string. 2009-03-02 10:39:22 +11:00
Erik de Castro Lopo
48f150049d NEWS README doc/*.html : Updates for 1.0.19 release. 2009-03-02 09:10:55 +11:00
Erik de Castro Lopo
9b3d22d4fe src/ogg.c : Only call vorbis_version_string() from libvorbis if present. 2009-03-01 22:20:35 +11:00
Erik de Castro Lopo
3402a50c0b configure.ac : Detect the presence/absence of vorbis_version_string() in libvorbis. 2009-03-01 22:19:38 +11:00
Erik de Castro Lopo
56eea7e1e4 tests/win32_test.c : Fix resource leak. 2009-03-01 20:47:32 +11:00
Erik de Castro Lopo
5af90caee6 src/(sndfile|svx).c : Check return values of file_io functions. 2009-03-01 20:44:18 +11:00
Erik de Castro Lopo
9ebb270fb1 src/(sd2|wav).c : Fix potential read beyond end of buffer. 2009-03-01 20:43:30 +11:00
Erik de Castro Lopo
cc3b9cfaca src/nist.c : Fix reading of header value sample_n_bytes. 2009-03-01 20:42:55 +11:00
Erik de Castro Lopo
575ed3eb50 src/aiff.c : Fix resource leak and potential read beyond end of buffer. 2009-03-01 20:42:32 +11:00
Erik de Castro Lopo
75d92caa79 src/(aiff|rf64|wav).c : Eliminate dead code, more validation of data read from file. 2009-02-24 20:22:51 +11:00
Erik de Castro Lopo
c86546efd9 tests/win32_test.c : Don't use sprintf, even on windows. 2009-02-24 11:04:46 +11:00
Erik de Castro Lopo
850311611c Use Shave to clean up automake/libtool output. 2009-02-24 10:26:10 +11:00
Erik de Castro Lopo
6c214803ab src/test_file_io.c : Use snprintf instead of strncpy in test program. 2009-02-23 02:59:57 +11:00
Erik de Castro Lopo
cf815c36c9 doc/index.html : Widen counter. 2009-02-22 21:28:05 +11:00
Erik de Castro Lopo
081903f510 regtest/*.c : Bunch of fixes. 2009-02-22 19:58:45 +11:00
Erik de Castro Lopo
590f2ad788 src/ima_adpcm.c : Fix encoding bug introduced by bzr change 1265. 2009-02-22 18:06:10 +11:00
Erik de Castro Lopo
243ebd84f5 src/(wav|w64).c : Handle error return values from psf_ftell. 2009-02-22 17:20:34 +11:00
Erik de Castro Lopo
f3d0a6e5ce src/wav_w64.c : Fix handling and error checking of MSADPCM coefficient arrays. 2009-02-22 17:18:30 +11:00
Erik de Castro Lopo
cea25d4c24 src/xi.c : Handle error return values from psf_ftell. 2009-02-22 17:11:05 +11:00
Erik de Castro Lopo
ab281c00da Ifdef out dead code that will be resurected some time in the future. 2009-02-22 17:08:41 +11:00
Erik de Castro Lopo
d094000da2 src/sndfile.c : Remove un-needed test (always true). 2009-02-22 17:04:26 +11:00
Erik de Castro Lopo
7d59a41550 src/sd2.c : Improve handling of heap allocated buffer. 2009-02-22 17:03:09 +11:00
Erik de Castro Lopo
2c30efe7f9 src/aiff.c : Remove un-needed test (unsigned > 0). 2009-02-22 17:01:37 +11:00
Erik de Castro Lopo
c924272b52 src/aiff.c : Fix potential memory leak in handling of 'MARK' chunk. 2009-02-22 16:57:16 +11:00
Erik de Castro Lopo
af03cbfac4 Fix 'unused variable' warnings. 2009-02-22 16:55:03 +11:00
Erik de Castro Lopo
7af1f475ce tests/win32_test.c : Add missing close on file descriptor. 2009-02-22 16:53:48 +11:00
Erik de Castro Lopo
93f64ea54a src/test_ima_oki_adpcm.c : Fix read beyond end of array. 2009-02-22 13:19:21 +11:00
Erik de Castro Lopo
d3f52ad480 tests/test_wrapper.sh.in : Add 'set -e' so the script exits on error. 2009-02-22 13:08:37 +11:00
Erik de Castro Lopo
c436f3343b src/audio_detect.c : Don't include un-needed headers. 2009-02-22 13:08:01 +11:00
Erik de Castro Lopo
a608fc7be1 programs/*.c : Don't include un-needed headers. 2009-02-22 12:42:32 +11:00
Erik de Castro Lopo
294cdd7f27 programs/sndfile-info.c : Remove dead code. 2009-02-22 12:41:40 +11:00
Erik de Castro Lopo
12180c5bb3 tests/*.c : Don't include un-needed headers. 2009-02-22 12:39:48 +11:00
Erik de Castro Lopo
0015d49d21 src/dither.c : Minor fixes to unused code (satisfy Coverity). 2009-02-22 12:38:58 +11:00
Erik de Castro Lopo
2616474ada src/GSM610/*.c : Don't include un-needed headers. 2009-02-22 12:34:15 +11:00
Erik de Castro Lopo
c19e35e3e5 src/ima_adpcm.c : Clamp values to a valid range before indexing ima_step_size array. 2009-02-22 12:32:33 +11:00
Erik de Castro Lopo
1f2a819edf src/caf.c : Validate channels per frame value before using. 2009-02-22 09:02:13 +11:00
Erik de Castro Lopo
dbf293d2a6 src/sndfile.c : Whitespace fix. 2009-02-21 18:07:18 +11:00
Erik de Castro Lopo
e840299f8b src/sd2.c : Validate data before using. 2009-02-21 17:55:51 +11:00