Commit Graph

1818 Commits

Author SHA1 Message Date
Erik de Castro Lopo
2fe4f99771 src/rf64.c : Minor tweaks and additional sanity checking. 2010-10-09 16:45:05 +11:00
Erik de Castro Lopo
9286b2c335 tests/pedantic-header-test.sh.in : Handle unusual values of CC environment variable. 2010-10-09 16:44:33 +11:00
Erik de Castro Lopo
c0dc34eb1a src/sndfile.hh : Add a missing 'inline' before a constructor defintion. 2010-10-08 18:43:25 +11:00
Erik de Castro Lopo
c114f21ecf Makefile.am : Add *~ to CLEANFILES. 2010-10-06 22:16:41 +11:00
Erik de Castro Lopo
76d95ca6c3 src/rf64.c : Minor tweaks. 2010-10-06 21:26:55 +11:00
Erik de Castro Lopo
264db5bc6a src/common.h : Add macro NOT. 2010-10-06 19:40:51 +11:00
Erik de Castro Lopo
6c5bc2fe8e src/sndfile.c : Fix a typo in the error string for SFE_OPEN_PIPE_RDWR. 2010-10-05 19:24:29 +11:00
Erik de Castro Lopo
fe08ea435f tests/ : Whitespace fixes. 2010-10-04 22:25:33 +11:00
Erik de Castro Lopo
179f745ab3 Add function psf_safe_strncpy() to common.h and use as appropriate. 2010-10-04 22:20:00 +11:00
Erik de Castro Lopo
01605fd4ca src/ : Add ability to read/write tracknumber and genre to flac/ogg/wav files. 2010-10-04 21:55:15 +11:00
Erik de Castro Lopo
d37b2c48e1 configure.ac : Version 1.0.23pre1. 2010-10-04 21:36:57 +11:00
Erik de Castro Lopo
98b5b70635 Release 1.0.22. 2010-10-04 11:39:47 +11:00
Erik de Castro Lopo
76bc251810 src/test_broadcast_var.c : Fix OSX stack check error. 2010-10-03 21:51:28 +11:00
Erik de Castro Lopo
229e66bfb0 Tweak SF_BROADCAST_INFO tests. 2010-10-03 20:48:43 +11:00
Erik de Castro Lopo
036980c71a src/ : Rewrite of SF_BROADCAST_INFO handling. 2010-10-03 20:47:27 +11:00
Erik de Castro Lopo
ed5fee79a3 src/sds.c : Set sustain_loop_end to 0 as suggested by Brian Lewis. 2010-09-30 18:04:58 +10:00
Erik de Castro Lopo
d3d2b397f0 tests/pedantic-header-test.sh.in : Exit 0 if the source file isn't present. 2010-09-30 07:46:49 +10:00
Erik de Castro Lopo
b1f6b48b93 src/sds.c : Remove cruft. 2010-09-29 20:58:28 +10:00
Erik de Castro Lopo
9fc3c09c85 tests/write_read_test.tpl : Don't allow SDS files to have a long frame count. 2010-09-29 20:41:03 +10:00
Erik de Castro Lopo
75c3f5873a src/sds.c : Make sure the correct frame count gets written into the header. 2010-09-29 20:37:59 +10:00
Erik de Castro Lopo
44c0540566 src/aiff.c : Minor cleanup. 2010-09-27 18:42:07 +10:00
Erik de Castro Lopo
1efce8d823 src/sds.c : Fix the packet number location and the checksum. 2010-09-17 19:05:55 +10:00
Erik de Castro Lopo
8deeb575a8 Fix a bunch of minor issues found using static analysis. 2010-09-10 18:33:27 +10:00
Erik de Castro Lopo
71213e1a7e Add file containing tests for broadcast_set_var(). 2010-08-23 22:02:25 +10:00
Erik de Castro Lopo
c76d613445 Add file src/test_strncpy_crlf.c and hook into build/tests. 2010-08-22 20:41:54 +10:00
Erik de Castro Lopo
c67942ea42 Move function strncpy_crlf() to src/common.c so the function can be tested in isolation. 2010-08-22 20:36:37 +10:00
Erik de Castro Lopo
1977dfa133 src/broadcast.c : Add debugging code that is disabled by default. 2010-08-18 20:16:05 +10:00
Erik de Castro Lopo
b7e1eb5b86 src/common.h : Move code around to make comments make sense. 2010-08-18 20:14:09 +10:00
Erik de Castro Lopo
e00521cea3 programs/sndfile-info.c : Print 'unknown' if frame count == SF_COUNT_MAX. 2010-08-02 19:23:03 +10:00
Erik de Castro Lopo
3dcda1f0aa src/flac.c : Handle case when file meta data says file has zero length. 2010-08-02 19:22:08 +10:00
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