Commit Graph

448 Commits

Author SHA1 Message Date
Erik de Castro Lopo
b66167e4a3 caf.c : Fix writing of PCM_32, writing of little endian files. 2005-07-08 10:42:08 +00:00
Erik de Castro Lopo
0e45147106 common.c : Fix printing of Frames. 2005-07-08 10:03:57 +00:00
Erik de Castro Lopo
921e566525 caf.c : Add file write support. 2005-07-08 09:38:34 +00:00
Erik de Castro Lopo
825b395819 index.html : Add Apple CAF to support matrix. 2005-07-08 09:32:49 +00:00
Erik de Castro Lopo
122d45556e sndfile.c : Add CAF to sf_format_check(). 2005-07-07 23:18:25 +00:00
Erik de Castro Lopo
2eaffaadd8 sndfile-convert.c : Add support for CAF files. 2005-07-07 23:17:45 +00:00
Erik de Castro Lopo
a35bd62986 caf.c : Add support for reading alaw and ulaw data. 2005-07-07 13:51:39 +00:00
Erik de Castro Lopo
fd3c6c030a Add new public error code SF_ERR_UNSUPPORTED_ENCODING. 2005-07-07 13:36:11 +00:00
Erik de Castro Lopo
0e40db36b7 caf.c : Add handling of varying 'desc' chunk sizes. 2005-07-07 13:19:14 +00:00
Erik de Castro Lopo
89dd2ee8d2 caf.c : First pass attempt at reading files now working. 2005-07-07 13:07:54 +00:00
Erik de Castro Lopo
7eddb9833e Have example CAF files. Start work on reading. 2005-07-07 10:52:31 +00:00
Erik de Castro Lopo
20af0965dc Improve detection of CAF files. 2005-07-07 10:29:10 +00:00
Erik de Castro Lopo
2927fd55d4 Cleanup caf.c. 2005-07-07 08:39:57 +00:00
Erik de Castro Lopo
1a7dd6793b Fix Q/A about reading/writing memory buffers. 2005-07-07 08:38:51 +00:00
Erik de Castro Lopo
31ae3ca6eb New file caf.c and hook into build. 2005-07-04 07:24:43 +00:00
Erik de Castro Lopo
620784de07 Fix sign conversion errors reported by gcc-4.0. 2005-07-04 07:23:48 +00:00
Erik de Castro Lopo
8cedbc6b72 Update ChangeLog. 2005-06-22 10:45:31 +00:00
Erik de Castro Lopo
1945dc2040 Remove redundant error code SFE_WAV_FMT_TOO_BIG. 2005-06-20 22:54:07 +00:00
Erik de Castro Lopo
2c13923017 wav_w64.c : Fix handling of stupidly large 'fmt ' chunks. 2005-06-20 22:45:00 +00:00
Erik de Castro Lopo
a9a8cf7c6c Add file regtest/.arch-inventory. 2005-06-20 07:06:40 +00:00
Erik de Castro Lopo
151b16e5ac Fix compiling when sqlite is missing. 2005-06-20 07:04:21 +00:00
Erik de Castro Lopo
45d29ad926 Allow sqlite support to be disabled in configure script. 2005-06-20 07:01:43 +00:00
Erik de Castro Lopo
eac289fb96 Ensure inclusion of local sndfile.h. 2005-06-20 07:00:31 +00:00
Erik de Castro Lopo
519095aa0c Return SF_ERR_MALFORMED_FILE if header parsing fails. 2005-06-20 06:44:58 +00:00
Erik de Castro Lopo
910fdfe56d Add public error value : SF_ERR_MALFORMED_FILE. 2005-06-20 06:03:18 +00:00
Erik de Castro Lopo
5dddc3ad51 Manual merge of virtual i/o code. 2005-06-11 06:27:27 +00:00
Erik de Castro Lopo
b27ed7ee58 Bunch of win32 fixups. 2005-06-11 04:15:02 +00:00
Erik de Castro Lopo
d47d2ce0fb Change order of dirs in SUBDIRS. 2005-06-10 08:52:18 +00:00
Erik de Castro Lopo
a9aec54fbf Fix return values of a couple of sf_command()s. 2005-06-10 08:34:24 +00:00
Erik de Castro Lopo
627662740c Fix documented return values of SFC_SET_NORM_DOUBLE and SFC_SET_NORM_FLOAT. 2005-06-10 08:33:39 +00:00
Erik de Castro Lopo
cdc45c6121 Final integration of regtest code. 2005-05-17 12:47:23 +00:00
Erik de Castro Lopo
5675ac1897 Start integrating regtest. 2005-05-17 11:56:15 +00:00
Erik de Castro Lopo
b9fdfad449 Add in regtest files. 2005-05-17 11:44:38 +00:00
Erik de Castro Lopo
efcc3f7e40 Fix a regression in handling of long ICMT chunks. 2005-05-17 09:43:59 +00:00
Erik de Castro Lopo
ede89ebb1c aiff.c : Fix parsing of odd length ANNO chunks. 2005-05-15 01:04:54 +00:00
Erik de Castro Lopo
8916a519a1 Bump configure.ac version to 1.0.12pre9. 2005-05-15 01:02:22 +00:00
Erik de Castro Lopo
4df9d9e5f9 libsndfile.spec.in : Add html docs to the files section. 2005-05-14 23:34:08 +00:00
Erik de Castro Lopo
dcf20ed12d Change the include guard in common.h to prevent clashes with other software. 2005-05-14 11:07:32 +00:00
Erik de Castro Lopo
7ed5aeda3f Improve error handling in code for playback under Linux/ALSA. 2005-05-12 09:54:05 +00:00
Erik de Castro Lopo
c72d488e91 Bump configure.ac version, update ChangeLog. 2005-05-10 10:43:25 +00:00
Erik de Castro Lopo
d343bda014 Fix for WAV file with off LIST chunks. 2005-05-10 10:33:25 +00:00
Erik de Castro Lopo
cf43fb1528 Fix writing of IRCAM files. 2005-05-10 09:11:51 +00:00
Erik de Castro Lopo
70d55c6028 Minor whitespace cleanup. 2005-04-30 14:35:03 +00:00
Erik de Castro Lopo
9337fca3d2 Bump configure.ac version to 1.0.12pre7. 2005-04-30 12:16:39 +00:00
Erik de Castro Lopo
0be787c794 Write correct wavex channels masks for the most common channel configurations. 2005-04-30 11:38:47 +00:00
Erik de Castro Lopo
801cbb367f Robustify parsing of 'basc' chunks. 2005-04-30 11:37:21 +00:00
Erik de Castro Lopo
c165fc1f3f development.html : yet more win32/tla updates. 2005-04-29 12:52:37 +00:00
Erik de Castro Lopo
69e28f8bb3 Add dependancies for autogen. 2005-04-27 08:03:47 +00:00
Erik de Castro Lopo
771e688209 Update copyright dates. 2005-04-24 14:02:12 +00:00
Erik de Castro Lopo
92c7800d22 Update development.html with info regarding cygwin. 2005-04-24 05:16:41 +00:00