Commit Graph

448 Commits

Author SHA1 Message Date
Erik de Castro Lopo
7e70aa2ac1 Allow sd2 handling of any length resource fork. 2004-10-26 08:41:59 +00:00
Erik de Castro Lopo
f110017521 Prepare for allowing any sized resource fork. 2004-10-26 03:43:19 +00:00
Erik de Castro Lopo
8168cf0c96 Merge sd2 chanegs from MacStuff. 2004-10-25 13:03:43 +00:00
Erik de Castro Lopo
1ef19c4e90 Bump version in configure.ac, update ChangeLog. 2004-10-24 00:57:07 +00:00
Erik de Castro Lopo
1541327bb2 Minor sd2 cleanup. 2004-10-24 00:55:47 +00:00
Erik de Castro Lopo
6bcb85f68f Reading sd2 files now working. 2004-10-23 12:43:20 +00:00
Erik de Castro Lopo
17c5b57969 Add error messages for sd2 files. 2004-10-23 12:41:03 +00:00
Erik de Castro Lopo
3a33e956cc Minor updates to common.[ch]. 2004-10-23 11:11:07 +00:00
Erik de Castro Lopo
eefc128507 Disable sd2 code. 2004-10-19 08:43:58 +00:00
Erik de Castro Lopo
c7a3c73d0c Update ChangeLog. 2004-10-17 01:30:53 +00:00
Erik de Castro Lopo
22a94e6d3b Update Win32 (MSVC++) and MacOS9 specific headers. 2004-10-17 01:13:28 +00:00
Erik de Castro Lopo
f058179440 Remove use of __func__ in test programs (MSVC++ doesn't grok this). 2004-10-17 01:12:35 +00:00
Erik de Castro Lopo
76da341956 Update file_io.c to include win32 psf_open_rsrc(). 2004-10-17 00:19:54 +00:00
Erik de Castro Lopo
4089926b2b Cleanup and fix sfendswap.h. 2004-10-14 00:34:26 +00:00
Erik de Castro Lopo
a3cdfcb22b Improve endswap tests. 2004-10-14 00:33:13 +00:00
Erik de Castro Lopo
defcfda191 Add check for existance of long long type. 2004-10-14 00:17:05 +00:00
Erik de Castro Lopo
d4a4aa70a6 Update .arch-inventory. 2004-10-13 00:30:28 +00:00
Erik de Castro Lopo
807f5c916d Make sure test_endswap is built. 2004-10-13 00:27:57 +00:00
Erik de Castro Lopo
1c18722ed2 Save filepath and filename, add try_resource_fork(). 2004-10-12 12:25:25 +00:00
Erik de Castro Lopo
5755d046f6 Fix error codes on file open. 2004-10-12 12:24:14 +00:00
Erik de Castro Lopo
03a4b0598e Fix experimental code which was still using psf->buffer. 2004-10-12 08:17:13 +00:00
Erik de Castro Lopo
678430b156 Add function try_resource_fork() needed for SD2 files. 2004-10-12 06:34:59 +00:00
Erik de Castro Lopo
aa6907a3d5 Refactor psf_fopen() and add psf_open_rsrc(). 2004-10-12 04:33:58 +00:00
Erik de Castro Lopo
2a117a2027 Add test_endswap. 2004-10-12 03:13:15 +00:00
Erik de Castro Lopo
328931eff3 Improve type safety of endswap stuff, fix double64.c. 2004-10-12 03:06:40 +00:00
Erik de Castro Lopo
782e64d51b Include <stdin.h> in common.h. 2004-10-10 07:17:52 +00:00
Erik de Castro Lopo
e971167f23 Fix double endswap/read/write bug on x86. 2004-10-07 13:23:20 +00:00
Erik de Castro Lopo
3f5201d59e Fix minor bug in endian_type definitions. 2004-10-07 13:14:19 +00:00
Erik de Castro Lopo
00b9fa6629 For new (float|double)_(short|int)_test() do both endian-nesses as well. 2004-10-07 10:59:59 +00:00
Erik de Castro Lopo
be932e3fac Fix minor bug in endswap_long_*() and improve type safety. 2004-10-07 00:23:35 +00:00
Erik de Castro Lopo
6ec81f5c2a Add comment about -no-undefined. Update ChangeLog. 2004-10-06 09:16:31 +00:00
Erik de Castro Lopo
daa24002e3 Fix test programs for win32/mingw. 2004-10-06 08:43:49 +00:00
Erik de Castro Lopo
baac248ea7 Fix configure.ac for win32/mingw. 2004-10-06 08:42:42 +00:00
Erik de Castro Lopo
578ab3025a Add -no-undefined to libsndfile_la_LDFLAGS, allowing win32 DLLs to be built. Fix test programs for win32. 2004-10-06 08:38:38 +00:00
Erik de Castro Lopo
997072da13 Fix minor errors in (float|double)_(int|short)_test(). 2004-10-05 12:39:20 +00:00
Erik de Castro Lopo
ffb29988f9 Fix initialisation stuff for SFC_SCALE_FLOAT_INT_READ. 2004-10-05 12:36:36 +00:00
Erik de Castro Lopo
749ef162a6 Cleanup psf_calc_signal_max(). 2004-10-05 12:33:08 +00:00
Erik de Castro Lopo
b049647824 Add AC_SUBST(LIBTOOL_DEPS) to configure.ac. 2004-10-05 08:41:31 +00:00
Erik de Castro Lopo
5a06d12115 Fix un-initialised variable in SFC_SET_SCALE_FLOAT_INT_READ. 2004-10-05 08:39:20 +00:00
Erik de Castro Lopo
e446bf7440 Document SFC_SET_SCALE_FLOAT_INT_READ. 2004-09-30 16:01:03 +00:00
Erik de Castro Lopo
9540d9deec Rename SFC_SET_FLOAT_INT_MULTIPLIER to SFC_SET_SCALE_FLOAT_INT_READ. 2004-09-30 15:58:58 +00:00
Erik de Castro Lopo
5f691ffe65 Remove data file after tests. 2004-09-30 20:19:26 +00:00
Erik de Castro Lopo
7bb66e44a0 Add tests for SFC_SET_FLOAT_INT_MULTIPLIER. 2004-09-30 12:46:02 +00:00
Erik de Castro Lopo
e505e5392e Implement SFC_SET_FLOAT_INT_MULTIPLIER inf float32.c and double64.c.. 2004-09-30 12:44:16 +00:00
Erik de Castro Lopo
1378d1fcc2 Support for SFC_FLOAT_INT_MULTIPLIER in float32.c. 2004-09-30 12:06:41 +00:00
Erik de Castro Lopo
d4dca52984 Updates for compiling on win32. 2004-09-30 11:52:59 +00:00
Erik de Castro Lopo
d8cad14445 Fix after changes to gen_windowed_sine(). 2004-09-30 11:48:15 +00:00
Erik de Castro Lopo
e155d36435 Make separate float and double versions of gen_windowed_sine(). 2004-09-30 11:44:04 +00:00
Erik de Castro Lopo
188247ede6 Add fflush to win32 usage message. 2004-09-30 09:04:23 +00:00
Erik de Castro Lopo
1c8898cdcb Fix warnings from automake 1.8 and later. 2004-09-29 10:36:49 +00:00