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
|
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
|
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 |
|
Erik de Castro Lopo
|
5a93e505ce
|
src/sndfile.c : Fix possible psf NULL dereference on SFC_GET_LIB_VERSION.
|
2009-02-20 21:48:57 +11:00 |
|
Erik de Castro Lopo
|
041e8ecd7d
|
Hack : Add Makefile and sndfile-fuzzbomb tweaks.
|
2009-02-20 20:57:50 +11:00 |
|
Erik de Castro Lopo
|
4e6d450dc3
|
Octave/octave_test.sh : Unset TERM environment variable and export LD_LIBRARY_PATH.
|
2009-02-20 18:35:16 +11:00 |
|
Erik de Castro Lopo
|
f75e0f1231
|
configure.ac : Add missing '.' in comment (vorbis version number).
|
2009-02-18 08:33:34 +11:00 |
|
Erik de Castro Lopo
|
fd9e41146a
|
src/file_io.c : In windows code, cast LPVOID to 'char*' in printf.
|
2009-02-16 10:40:22 +11:00 |
|
Erik de Castro Lopo
|
6ab21f7671
|
src/wav.c : Handle four zero bytes as a marker within a LIST or INFO chunk. Thanks to Rogrio Brito for supplying an example file.
|
2009-02-15 19:31:07 +11:00 |
|
Erik de Castro Lopo
|
b038515b4e
|
M4/octave.m4 : Clear the TERM environment before evaluating anything in Octave.
|
2009-02-15 09:34:21 +11:00 |
|
Erik de Castro Lopo
|
033cc5ca35
|
Use C99 snprintf everywhere.
|
2009-02-14 08:32:12 +11:00 |
|
Erik de Castro Lopo
|
0733b9962c
|
configure.ac : Chmod test_wrapper.sh correctly.
|
2009-02-12 07:09:25 +11:00 |
|
Erik de Castro Lopo
|
23d8864739
|
tests/Makefile.am : Replace all tests with a single invocation of the test wrapper script.
|
2009-02-11 09:31:54 +11:00 |
|
Erik de Castro Lopo
|
cf3fb080f9
|
configure.ac : Generate tests/test_wrapper.sh from the template.
|
2009-02-11 09:31:36 +11:00 |
|