Commit Graph

1788 Commits

Author SHA1 Message Date
Erik de Castro Lopo
b809328af9 src/file_io.c : Don't call close() on a file descriptor of -1. 2010-06-27 17:23:25 +10:00
Erik de Castro Lopo
a8ca4740d5 src/sndfile.c : Only support writing mono SVX files. 2010-06-27 17:18:54 +10:00
Erik de Castro Lopo
fad92da4d3 configure.ac : Version 1.0.22pre4. 2010-06-09 21:42:27 +10:00
Erik de Castro Lopo
ba6b4af0ea Add support for reading and writing stereo SVX files. 2010-06-09 21:27:14 +10:00
Erik de Castro Lopo
087e346c9e src/sndfile.c : Use SF_ASSERT to ensure sizeof (sf_count_t) == 8. 2010-06-09 20:48:12 +10:00
Erik de Castro Lopo
58f9151396 src/common.h : Add macro SF_ASSERT. 2010-06-09 20:47:07 +10:00
Erik de Castro Lopo
70b4f49f85 programs/ : Update metadata after the audio data is copied. Other minor fixes. Patch from Marius Hennecke. 2010-05-07 22:10:58 +10:00
Erik de Castro Lopo
3eb6954930 configure.ac : When compiling with x86_64-w64-mingw32-gcc link with -static-libgcc flags. 2010-05-07 21:42:14 +10:00
Erik de Castro Lopo
e16eb7a31f doc/api.html : Add comment about sf_open_fd() not working on Windows. 2010-05-04 19:36:21 +10:00
Erik de Castro Lopo
aa7b231ded src/nist.c : Fix a regression reported by Hugh Secker-Walker. 2010-05-04 19:34:52 +10:00
Erik de Castro Lopo
a5bec997a2 tests/pedantic-header-test.sh.in : Fix out of tree builds. 2010-04-25 08:57:01 +10:00
Erik de Castro Lopo
fac9e4a9d7 tests/pedantic-header-test.sh.in : Fix 'make distcheck'. 2010-04-23 21:46:00 +10:00
Erik de Castro Lopo
79eb5e5102 tests/pedantic-header-test.sh.in : Make it work when doing 'make distcheck'. 2010-04-21 19:13:51 +10:00
Erik de Castro Lopo
57dc07f947 tests/sfversion.c : Remove cruft. 2010-04-21 19:13:23 +10:00
Erik de Castro Lopo
1b5335b0ff tests/*.sh.in : Add copyright notices. 2010-04-21 18:25:30 +10:00
Erik de Castro Lopo
9bf0d1b0c5 src/sndfile.h.in : Fix -pedantic warning. 2010-04-21 18:21:44 +10:00
Erik de Castro Lopo
66f6e6cae7 Hook pedantic-header-test into test suite. 2010-04-21 18:17:45 +10:00
Erik de Castro Lopo
d1484cf543 tests/pedantic-header-test.sh.in : New file to test whether sndfile.h can be compiled with gcc's -pedantic flag. 2010-04-21 18:13:26 +10:00
Erik de Castro Lopo
8cabcb3522 New file programs/sndfile-salvage.c. 2010-04-20 21:31:00 +10:00
Erik de Castro Lopo
9797423621 programs/sndfile-convert.c : Fix valgrind warning. 2010-04-09 20:17:49 +10:00
Erik de Castro Lopo
6189d83f31 programs/sndfile-cmp.c : When files differ in the PCM data, also print the difference offset. 2010-04-06 09:47:44 +10:00
Erik de Castro Lopo
a419fbba27 src/aiff.c : Don't use the 'twos' marker for 24 and 32 bit PCM, use 'in24' and 'in32' instead. 2010-03-19 21:55:49 +11:00
Erik de Castro Lopo
358840d84e configure.ac : Bump version 1.0.22pre3. 2010-03-01 22:21:17 +11:00
Erik de Castro Lopo
b7f1dde2d6 tests/test_wrapper.sh.in : Add rdwr_test to the test wrapper script. 2010-02-28 14:14:23 +11:00
Erik de Castro Lopo
68d2ffc36a src/sndfile.c : ix minor issues with sf_read/write_raw(). Bug reported by Milan Krapek. 2010-02-28 14:08:50 +11:00
Erik de Castro Lopo
0d4302b0ef tests/rdwr_test.(def|tpl) : Add new test program and hook into build. 2010-02-28 13:52:11 +11:00
Erik de Castro Lopo
08346be458 tests/utils.tpl : Add functions test_read_raw_or_die and test_write_raw_or_die. 2010-02-28 13:23:56 +11:00
Erik de Castro Lopo
820433c565 configure.ac : Clean up configure report. 2010-02-28 09:05:35 +11:00
Erik de Castro Lopo
5371151d5b programs/sndfile-metadata-set : Apply a patch from Robin Gareus allowing the setting of the time reference field of the BEXT chunk. 2010-02-22 18:31:20 +11:00
Erik de Castro Lopo
88e9d56a15 programs/sndfile-concat.c : Whitespace cleanup. 2010-02-22 18:26:50 +11:00
Erik de Castro Lopo
52d464273f configure.ac : Remove -fpascal-strings from OSX's OS_SPECIFIC_CFLAGS. 2010-02-22 18:26:21 +11:00
Erik de Castro Lopo
a2082ba88c src/ima_adpcm.c : Add a fix from Jonatan Liljedahl to handle predictor overflow when decoding IMA4. 2010-02-06 22:10:01 +11:00
Erik de Castro Lopo
ffc0453edb src/sndfile.hh : Add a constructor which takes an existing file descriptor and then calls sf_open_fd(). 2010-01-26 07:55:02 +11:00
Erik de Castro Lopo
77ec10e93f programs/sndfile-(de)>interleave.c : Improve usage messages. 2010-01-10 12:12:34 +11:00
Erik de Castro Lopo
984161c26b configure.ac : Bump to 1.0.22pre2. 2010-01-10 08:36:52 +11:00
Erik de Castro Lopo
0a34fc9dca Detect and skip and ID3 header at the start of the file. 2010-01-09 23:37:55 +11:00
Erik de Castro Lopo
f40f44cf1a Add new file src/id3.c and hook into build. 2010-01-09 23:33:26 +11:00
Erik de Castro Lopo
99010815ae man/Makefile.am : Fix 'make distcheck'. 2010-01-08 22:00:30 +11:00
Erik de Castro Lopo
4f76bf6e96 doc/api.html : Remove old email address. 2010-01-07 21:04:35 +11:00
Erik de Castro Lopo
69a416a8a5 programs/sndfile-play : Apply patch from Christian Weisgerber and Jacob Meuserto to add support for OpenBSD's sndio. 2010-01-07 21:01:35 +11:00
Erik de Castro Lopo
47ec52127b man/Makefile.am : Change GNU makeism to something more widely supported. 2010-01-07 20:46:51 +11:00
Erik de Castro Lopo
793bc6b49b programs/common.c : Fix update_strings() copyright, comment, album and license are correctly written. 2010-01-07 20:41:47 +11:00
Erik de Castro Lopo
07611d9755 doc/api.html : Discourage the use of sf_read/write_raw(). 2010-01-05 17:54:25 +11:00
Erik de Castro Lopo
66e72fb912 Disable pipe_test if pipe() and waitpid() aren't available. 2009-12-28 08:23:47 +11:00
Erik de Castro Lopo
694fd0d8a9 configure.ac : Test for Unix pipe() and waitpid() functions. 2009-12-28 08:22:54 +11:00
Erik de Castro Lopo
c38daf9cd9 configure.ac : Improve initialisation. 2009-12-17 22:41:32 +11:00
Erik de Castro Lopo
bea70be941 Update shave files from upstream. 2009-12-16 19:42:48 +11:00
Erik de Castro Lopo
aa7e84cc91 Change name of generated file src/Symbols.linux to Symbols.gnu-binutils and
and use the same symbols file for other systems which use GNU binutils like
Debian's kfreebsd.
2009-12-16 05:59:49 +11:00
Erik de Castro Lopo
214c1bfe6c src/sndfile.c : Fix typo in error message. 2009-12-15 22:34:29 +11:00
Erik de Castro Lopo
afad218df1 New man page man/sndfile-interleave.1. 2009-12-15 22:33:51 +11:00