Commit Graph

38 Commits

Author SHA1 Message Date
Erik de Castro Lopo
9eb5e33974 tests/write_read_test.tpl : Add multi_seek_test. 2007-06-10 12:19:33 +10:00
Erik de Castro Lopo
2883d6b4cc *.(def|tpl) : Remove arch-tag comments from end of files. 2007-06-09 21:40:30 +10:00
Erik de Castro Lopo
320836e40b Make new FLAC stuff build and run correctly. 2006-10-31 08:38:04 +11:00
Erik de Castro Lopo
0662d8a7c6 Fix gcc-4.1 type punned pointer warnings. 2006-06-21 13:15:05 +00:00
Erik de Castro Lopo
4d16583112 write_read_test.tpl : Change the order of some tests. 2006-05-22 01:35:15 +00:00
Erik de Castro Lopo
6fb384c705 Merge RIFX stuff from --rifx branch.
Patches applied:

 * erikd@miles--2004/libsndfile--rifx--0--base-0
   tag of erikd@miles--2004/libsndfile--mdev--1.0--patch-613

 * erikd@miles--2004/libsndfile--rifx--0--patch-1
   Add patch from Jesse Chappell for RIFX file support (needs work).

 * erikd@miles--2004/libsndfile--rifx--0--patch-2
   Merge from --mdev branch.

 * erikd@miles--2004/libsndfile--rifx--0--patch-3
   write_read_test.tpl : Add RIFX tests.

 * erikd@miles--2004/libsndfile--rifx--0--patch-4
   More minor RIFX fixes.

 * erikd@miles--2004/libsndfile--rifx--0--patch-5
   Add RIFX tests.
2006-03-11 10:51:45 +00:00
Erik de Castro Lopo
46616084ec write_read_test.tpl : Fix issue with AU files. 2005-11-19 02:10:13 +00:00
Erik de Castro Lopo
f3ea80efe5 Fix autoconf config issues using new file sfconfig.h. 2005-09-03 06:12:30 +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
3002bfd2d6 Add support for 8 bit signed integers in CAF files. 2005-07-09 01:18:29 +00:00
Erik de Castro Lopo
67f408112e Add tests for CAF. 2005-07-08 10:43:00 +00:00
Erik de Castro Lopo
19034b992d Delete subtypes SF_FORMAT_FLAC_* and replace with SF_FORMAT_PCM_*. 2005-02-12 09:24:04 +00:00
Erik de Castro Lopo
6b1948a329 Fix conditional compiling/testing of flac. 2005-01-30 00:43:52 +00:00
Erik de Castro Lopo
0a8ac7888b Fix make distcheck. 2005-01-29 12:36:57 +00:00
Erik de Castro Lopo
49161896a1 Manual merge FLAC handling from experimental --flac branch. 2005-01-29 05:33:57 +00:00
Erik de Castro Lopo
f3305648c3 Final phase of write_read_test clean up. 2005-01-27 08:51:26 +00:00
Erik de Castro Lopo
2cedfa02da Second pass of write_read_test clean up. 2005-01-26 23:32:44 +00:00
Erik de Castro Lopo
4405695df3 First pass clean up of write_read_test. 2005-01-26 23:07:59 +00:00
Erik de Castro Lopo
06514d012e Update copyright notices. 2005-01-26 22:46:37 +00:00
Erik de Castro Lopo
ff230feee9 Make write_read_test pass distcheck. 2005-01-26 07:18:05 +00:00
Erik de Castro Lopo
6cfafbf99c Rename SF_SEEK_ERROR to PSF_SEEK_ERROR. 2005-01-25 22:06:27 +00:00
Erik de Castro Lopo
39d6cbe4d7 Update to write_read_test which breaks PAF. 2005-01-25 12:53:02 +00:00
Erik de Castro Lopo
00e047fb44 Add functions to check for file descriptor leakage. 2004-10-31 09:28:42 +00:00
Erik de Castro Lopo
4c5b62dbd9 Add a delete_file() function which also deletes the resource fork of SD2. files. 2004-10-29 10:10:29 +00:00
Erik de Castro Lopo
b8825e69e3 Update test progs to handle modified test_open_file_or_die().
Patches applied:

 * erikd@miles--2004/libsndfile--weird--1.0--base-0
   tag of erikd@miles--2004/libsndfile--mdev--1.0--patch-300

 * erikd@miles--2004/libsndfile--weird--1.0--patch-1
   Remove old definition of SF_FORMAT_SD2 from common.h.

 * erikd@miles--2004/libsndfile--weird--1.0--patch-2
   Move rsrc filename construction to psf_open_rsrc() and add SFE_SD2_FD_DISALLOWED.
2004-10-28 22:21:40 +00:00
Erik de Castro Lopo
b93c6e9c4b Add sd2 tests and use allow_fd. 2004-10-28 09:51:40 +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
919e5d2a56 Update usage of check_log_buffer_or_die(). 2004-05-21 00:37:31 +00:00
Erik de Castro Lopo
a70cda042e Minor cleanup (write_read_test.tpl). 2004-05-19 11:49:30 +00:00
Erik de Castro Lopo
01b7028242 Fixed a bug with the header of zero length SF_FORMAT_FLOAT aiff files, add empty_file_test(). 2004-05-16 04:07:16 +00:00
Erik de Castro Lopo
9f1ed66e31 Merge changes for WAVEFORMATEXTENSIBLE.
Patches applied:

 * erikd@miles--2004/libsndfile--hack--0--base-0
   tag of erikd@miles--2004/libsndfile--mdev--1.0--patch-71

 * erikd@miles--2004/libsndfile--hack--0--patch-1
   Merge reconfigure.mk fix.

 * erikd@miles--2004/libsndfile--hack--0--patch-2
   Initial mods to add WAVEX format.

 * erikd@miles--2004/libsndfile--hack--0--patch-3
   Preparations to handle WAVEFORMATEXENSIBLE.

 * erikd@miles--2004/libsndfile--hack--0--patch-4
   Add tests for WAVEX headers.

 * erikd@miles--2004/libsndfile--hack--0--patch-5
   Add *.wavex and run-* to precious files.

 * erikd@miles--2004/libsndfile--hack--0--patch-6
   Add SF_FORMAT_WAVEX stuff supplied by David Viens
2004-03-30 10:12:48 +00:00
Erik de Castro Lopo
7dd9999097 Add AVR file handling.
Patches applied:

 * erikd@miles--2004/libsndfile--avr--0--base-0
   tag of erikd@miles--2004/libsndfile--mdev--1.0--patch-68

 * erikd@miles--2004/libsndfile--avr--0--patch-1
   Move config.h to top of file.

 * erikd@miles--2004/libsndfile--avr--0--patch-2
   Add AVR file support.

 * erikd@miles--2004/libsndfile--avr--0--patch-3
   Fix minor bugs in AVR handling.

 * erikd@miles--2004/libsndfile--avr--0--patch-4
   Add AVR tests.
2004-03-26 09:35:47 +00:00
Erik de Castro Lopo
e465600b95 Fixed a bug that was causing valgrind to report a memory leak. 2004-03-21 08:44:49 +00:00
Erik de Castro Lopo
11ded6e6c7 Fix compiler warning on Win32. 2004-03-14 01:43:27 +00:00
Erik de Castro Lopo
b27fdfb4d4 Add 2004 copyright dates. 2004-03-01 08:51:25 +00:00
Erik de Castro Lopo
26efcb703f More zip.com.au to mega-nerd.com changes. 2004-02-13 12:31:34 +00:00
Erik de Castro Lopo
a1e9265cad initial import
(automatically generated log message)
2004-01-21 07:46:34 +00:00
Erik de Castro Lopo
cb979e10a7 First snapshot of the public project. 2007-05-14 19:55:24 +10:00