Commit Graph

1352 Commits

Author SHA1 Message Date
Erik de Castro Lopo
a3ac5a2f87 tests/lossy_comp_test.c : More debug output improvements. 2007-11-17 16:08:39 +11:00
Erik de Castro Lopo
397c4513e0 tests/lossy_comp_test.c : Remove stupid and blatantly wrong casts. 2007-11-17 15:54:51 +11:00
Erik de Castro Lopo
3ae0a715f3 tests/lossy_comp_test.c : Rename raw_read_test() to read_raw_test(). 2007-11-17 15:42:17 +11:00
Erik de Castro Lopo
fecb5c56eb src/sndfile.c : Add code to prevent sf_read_raw from reading past the end of the audio data. 2007-11-17 14:26:57 +11:00
Erik de Castro Lopo
e81a508411 tests/lossy_comp_test.c : Add raw_read_test to check that raw reads do not go past the end of the audio data section. 2007-11-17 14:25:39 +11:00
Erik de Castro Lopo
e70aaed8f5 tests/lossy_comp_test.c : Clean up error output messages. 2007-11-17 14:22:12 +11:00
Erik de Castro Lopo
88a0dec4a2 src/sndfile.c : Remove redundant code. 2007-11-17 12:57:00 +11:00
Erik de Castro Lopo
bef4583376 tests/command_test.c : Tweaks to version test. 2007-11-17 09:51:15 +11:00
Erik de Castro Lopo
8ff611b86e src/sndfile.c : Fix calculation of internal value psf->read_current when attempting to read past end of audio data. 2007-11-17 09:44:16 +11:00
Erik de Castro Lopo
141884b65c More OS/2 fixes from David Yeo. 2007-11-16 21:16:56 +11:00
Erik de Castro Lopo
a97e89d115 Improve handling of requirements for O_BINARY as suggested by Ed Schouten. 2007-11-12 19:55:30 +11:00
Erik de Castro Lopo
ae91d07d82 Patch from Robs to fix VOX ADPCM. Still needs some work. 2007-11-11 20:40:34 +11:00
Erik de Castro Lopo
24244ea5bf src/create_symbols_file.py : Add support for OS/2. 2007-11-11 17:13:15 +11:00
Erik de Castro Lopo
1d9d090ed4 Merge from -mdev. 2007-11-11 13:47:53 +11:00
Erik de Castro Lopo
d5424a2813 src/common.h : Fix symbol class when SF_MIN is nested inside SF_MAX or vice versa. 2007-11-11 13:36:30 +11:00
Erik de Castro Lopo
5406298115 Use AC_GCC_VERSION to work around gcc-4.2 inline warning stupidity. 2007-11-05 15:18:42 +11:00
Erik de Castro Lopo
59e7515972 Add file M4/gcc_version.m4. 2007-11-05 15:17:59 +11:00
Erik de Castro Lopo
0ff5d92db9 Merge from -mdev branch. 2007-11-04 23:28:33 +11:00
Erik de Castro Lopo
7fa264bbeb tests/floating_point_test.tpl : Fix signed/unsigned comparison warning. 2007-11-04 23:27:38 +11:00
Erik de Castro Lopo
a85ecb5cf8 Merge from -mdev branch. 2007-11-04 23:00:38 +11:00
Erik de Castro Lopo
b164ee81af Octave/octave_test.sh : Allow test to run when configured with --disable-shared. 2007-11-04 22:41:47 +11:00
Erik de Castro Lopo
fa009543c4 src/VORBIS/lib/os.h : Treat __x86_64__ same as __i386__. 2007-11-04 21:06:45 +11:00
Erik de Castro Lopo
a68879b66f Change SFC_SET_ENCODING_QUALITY to SFC_SET_VBR_ENCODING_QUALITY. 2007-11-04 15:39:12 +11:00
Erik de Castro Lopo
d813b2e344 tests/vorbis_test.c : Add trivial test of SFC_SET_ENCODING_QUALITY functionality. 2007-11-03 21:48:56 +11:00
Erik de Castro Lopo
9fe963cd95 src/ogg.c : Fix setting of encoding quality. 2007-11-03 21:47:36 +11:00
Erik de Castro Lopo
e971368bd7 Add function file_length to utils.tpl and use it in multi_file_test.c. 2007-11-03 21:46:57 +11:00
Erik de Castro Lopo
618543d08c src/ogg.c : Handle SFC_SET_ENCODING_QUALITY. 2007-11-03 18:39:57 +11:00
Erik de Castro Lopo
473d8078d2 Merge from -mdev branch. 2007-11-03 17:49:53 +11:00
Erik de Castro Lopo
83161165eb Update .bzrignore. 2007-11-03 17:23:14 +11:00
Erik de Castro Lopo
26438fe108 src/common.h : Fix SF_MAX and SF_MIN so they can be nested. 2007-11-03 17:07:08 +11:00
Erik de Castro Lopo
43a69d5143 tests/floating_point_test.tpl : Fix signed/unsigned comparison warning. 2007-11-03 16:07:17 +11:00
Erik de Castro Lopo
7fa2794fc5 src/ogg.c : Minor clean up of log output. 2007-11-03 13:41:55 +11:00
Erik de Castro Lopo
6215c4c47c Add example program using the C++ SndfileHandle class. 2007-11-03 12:50:53 +11:00
Erik de Castro Lopo
98f04e3ef3 Add tests for correct updating of broadcast WAV coding history. 2007-11-03 11:58:33 +11:00
Erik de Castro Lopo
f3249016df tests/utils.tpl : Increase the printing width for print_test_name(). 2007-11-03 11:57:42 +11:00
Erik de Castro Lopo
2dc0de05db src/aiff.c : Fix typo. 2007-11-03 08:13:01 +11:00
Erik de Castro Lopo
6db070e5e4 Minor safety improvements. 2007-10-30 21:48:38 +11:00
Erik de Castro Lopo
d2f29f5a82 Add error codes SFE_ZERO_MAJOR_FORMAT and SFE_ZERO_MINOR_FORMAT. 2007-10-29 14:15:07 +11:00
Erik de Castro Lopo
966c9cfbcb Merge from -mdev branch. 2007-10-28 22:10:39 +11:00
Erik de Castro Lopo
d521b34f88 src/sndfile.h.in : Add identifier SFC_SET_ENCODING_QUALITY. 2007-10-28 22:08:54 +11:00
Erik de Castro Lopo
61472b8599 src/sd2.c : Identify sample-rate/sample-size/channels by resource id. 2007-10-26 19:42:58 +10:00
Erik de Castro Lopo
893a48ae5d src/sd2.c : Be a little more lax in what is acceptable. 2007-10-26 10:13:47 +10:00
Erik de Castro Lopo
80d10955dc configure.ac : Remove --disable-flac option. 2007-10-25 21:13:54 +10:00
Erik de Castro Lopo
5204da507f src/broadcast.c : Make sure coding_history is nul terminated before doing strlen. 2007-10-25 09:27:14 +10:00
Erik de Castro Lopo
8dc1ec5a43 Improvements to handling of broadcast info in WAV files. Thanks to Frederic Cornu and other for their input. 2007-10-25 06:10:46 +10:00
Erik de Castro Lopo
402da6ba13 src/FLAC/include/share/alloc.h : Mingw fix for SIZE_T_MAX from Uli Franke. 2007-10-24 21:21:16 +10:00
Erik de Castro Lopo
146897afb8 src/broadcast.c : Update copyright, remove arch-tag. 2007-10-24 21:11:30 +10:00
Erik de Castro Lopo
82ee6c7901 Move tests from open_fail_test.c to error_test.c and remove the former. 2007-10-23 06:33:35 +10:00
Erik de Castro Lopo
d7c919f121 Fix gcc-4.2 warning messages. 2007-10-22 23:02:11 +10:00
Erik de Castro Lopo
0cda250b13 configure.ac : Bump version to 1.0.18pre18. 2007-10-22 22:59:54 +10:00