Commit Graph

482 Commits

Author SHA1 Message Date
Erik de Castro Lopo
45fb540acf Apply fix to allow building from outside the source dir. 2005-08-14 23:06:30 +00:00
Erik de Castro Lopo
94dec2df1c sndfile-convert.c : Add support for writing to VOX adpcm output files. 2005-08-10 09:18:51 +00:00
Erik de Castro Lopo
feef987349 create_symbols_file.py : Make sure sf_write_fsync is an exported symbol. 2005-08-10 09:01:01 +00:00
Erik de Castro Lopo
4418bca279 FAQ.html : Fix typo. 2005-07-31 05:27:13 +00:00
Erik de Castro Lopo
368e2dcbc6 FAQ.html : Do you plan to support XYZ codec. 2005-07-31 05:20:04 +00:00
Erik de Castro Lopo
e2465df58f api.html : Document the new function sf_write_sync(). 2005-07-31 00:40:59 +00:00
Erik de Castro Lopo
e47f2e5ac2 file_io.c : Implement win32 version of psf_fsync(). 2005-07-28 14:09:39 +00:00
Erik de Castro Lopo
6c7bb3dc3f Add funtions sf_write_sync() to the API. 2005-07-28 11:29:28 +00:00
Erik de Castro Lopo
1bf3e32333 caf.c : Add support for 'peak' chunk. 2005-07-24 11:02:25 +00:00
Erik de Castro Lopo
c4fe0c644d More PEAK info handling updates. 2005-07-24 07:56:41 +00:00
Erik de Castro Lopo
4e8d38fb7f More minor PEAK storage changes. 2005-07-24 02:13:26 +00:00
Erik de Castro Lopo
4747955bb8 Change the way PEAK chunk info is stored internally. 2005-07-24 02:06:07 +00:00
Erik de Castro Lopo
e09b30bc1f Fix allocation for PEAK_CHUNK_32 (bug found using valgrind). 2005-07-23 07:25:32 +00:00
Erik de Castro Lopo
12f02a994f flac.c : Add debug and make private functions static. 2005-07-23 07:24:07 +00:00
Erik de Castro Lopo
567dab060c nist.c : Fix a bug where a variable was being used without being initialized. 2005-07-23 06:12:38 +00:00
Erik de Castro Lopo
1ae9d20e71 Rename PEAK_CHUNK and PEAK_POS to PEAK_CHUNK_32 and PEAK_POS_32. 2005-07-21 10:19:29 +00:00
Erik de Castro Lopo
5751ad0e64 Remove had_peak field of SF_PRIVATE, use pchunk != NULL instead. 2005-07-21 09:53:16 +00:00
Erik de Castro Lopo
53c996b794 Move peak_loc field of SF_PRIVATE struct to PEAK_CHUNK struct. 2005-07-21 09:33:58 +00:00
Erik de Castro Lopo
202acea872 wav.c : Prevent files with unknown chunks from being opened read/write. 2005-07-19 12:33:32 +00:00
Erik de Castro Lopo
0777d4a596 Remove unused SF_PRIVATE field end_of_file. 2005-07-14 12:08:46 +00:00
Erik de Castro Lopo
07ffec7ef9 caf.c : Replace uint32_t with unsigned int. 2005-07-14 20:31:26 +00:00
Erik de Castro Lopo
8a716dbe75 aiff.c : Move to new (correct) AIFF string style. 2005-07-12 11:58:37 +00:00
Erik de Castro Lopo
8990675098 common.c : Change the 'S' format specifier to write AIFF style strings. 2005-07-12 11:50:04 +00:00
Erik de Castro Lopo
09f7c59dfc caf.c : Prepare for add handling of CAF 'peak' chunks. 2005-07-12 11:38:30 +00:00
Erik de Castro Lopo
416f70b2dc command.c : Add CAF to the format arrays. 2005-07-11 21:18:06 +00:00
Erik de Castro Lopo
b11667f734 mat5.c : Modify header writing. 2005-07-11 13:06:04 +00:00
Erik de Castro Lopo
689eb3dbac Documentation updates. 2005-07-13 02:48:52 +00:00
Erik de Castro Lopo
2cccaf5416 Allow SFE_UNSUPPORTED_FORMAT as an error from sf_open(). 2005-07-10 08:53:10 +00:00
Erik de Castro Lopo
4cb31999b3 caf.c : Add a free chunk on on write so that data offset is 0x1000. 2005-07-10 07:40:51 +00:00
Erik de Castro Lopo
d0c0a75b46 Increase the size of SF_HEADER_LEN. 2005-07-10 07:36:28 +00:00
Erik de Castro Lopo
32cdbbe71c Bump version to 1.0.12pre10. 2005-07-09 05:48:30 +00:00
Erik de Castro Lopo
3002bfd2d6 Add support for 8 bit signed integers in CAF files. 2005-07-09 01:18:29 +00:00
Erik de Castro Lopo
bdc0530f46 caf.c : Fix writing files on little endian systems. 2005-07-08 11:47:15 +00:00
Erik de Castro Lopo
67f408112e Add tests for CAF. 2005-07-08 10:43:00 +00:00
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