Erik de Castro Lopo
|
a3956b9cc0
|
src/voc.c : Fix potential heap overflow. Thanks to Tobias Klein (http://www.trapkit.de).
|
2009-04-21 17:38:20 +10:00 |
|
Erik de Castro Lopo
|
2d97dfabee
|
src/sndfile.c : Clear error if opening resource fork fails.
|
2009-04-12 21:39:54 +10:00 |
|
Erik de Castro Lopo
|
5b2779996c
|
tests/utils.tpl : Add check of sf_error to test_open_file_or_die().
|
2009-04-12 21:38:59 +10:00 |
|
Erik de Castro Lopo
|
233d578a1f
|
src/file_io.c : Fix obscure seeking bug reported by Hugh Secker-Walker.
|
2009-04-12 20:31:20 +10:00 |
|
Erik de Castro Lopo
|
9380ad3f9e
|
tests/stdin_test.c : Check psf->error after opening file.
|
2009-04-12 15:28:39 +10:00 |
|
Erik de Castro Lopo
|
b99995bef5
|
tests/ : Cleanup output.
|
2009-04-11 11:30:42 +10:00 |
|
Erik de Castro Lopo
|
968ca73052
|
src/float32.c : Fix f2s_clip_array.
|
2009-03-25 18:22:03 +11:00 |
|
Erik de Castro Lopo
|
12a46a4785
|
Bunch of minor fixes.
|
2009-03-24 19:58:48 +11:00 |
|
Erik de Castro Lopo
|
af353e81d0
|
src/ima_adpcm.c : Remove dead code.
|
2009-03-24 19:55:10 +11:00 |
|
Erik de Castro Lopo
|
5067a0f5b9
|
src/float32.c : In host_read_f2s call convert instead of f2s_array.
|
2009-03-24 19:54:11 +11:00 |
|
Erik de Castro Lopo
|
e635ae7429
|
Shave files : Pulled update from upstream.
|
2009-03-23 22:01:35 +11:00 |
|
Erik de Castro Lopo
|
18397bd17c
|
doc/api.html : Add pointers to example programs in source code tarball.
|
2009-03-19 20:36:54 +11:00 |
|
Erik de Castro Lopo
|
d750073b26
|
Merge in Shave stuff.
|
2009-03-17 14:28:17 +11:00 |
|
Erik de Castro Lopo
|
cf4859c221
|
tests/sfversion.c : Test function sf_version_string.
|
2009-03-17 14:11:18 +11:00 |
|
Erik de Castro Lopo
|
ee663d829f
|
Add public function sf_version_string.
|
2009-03-17 14:10:32 +11:00 |
|
Erik de Castro Lopo
|
bb4018ab7f
|
configure.ac : Add documentation for --disable-external-libs and improve error handling for that option.
|
2009-03-17 14:09:31 +11:00 |
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
12180c5bb3
|
tests/*.c : Don't include un-needed headers.
|
2009-02-22 12:39:48 +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 |
|