1016 Commits

Author SHA1 Message Date
Erik de Castro Lopo
8bb0495857 src/common.c : Use size_t instead of int for size params with varargs. 2011-02-27 20:44:02 +11:00
Erik de Castro Lopo
4a7af75fdd doc/index.html : Update supported platforms with more Debian platforms and Android. 2011-02-09 20:48:31 +11:00
Erik de Castro Lopo
15b63dfca8 tests/cpp_test.cc : Add test for LPCWSTR version of the SndfileHandle constructor. 2011-01-27 20:51:09 +11:00
Erik de Castro Lopo
c481b6e553 src/sndfile.hh : Add an LPCWSTR version of the SndfileHandle constructor to the SndfileHandle class definition. 2011-01-27 20:49:30 +11:00
Erik de Castro Lopo
b29ae8abdb programs/sndfile-play.c : Remove cruft. 2011-01-19 21:07:34 +11:00
Erik de Castro Lopo
41c36ef340 tests/cpp_test.cc : Add tests for two new methods. Also supplied by Tim Blechmann. 2010-12-01 19:44:17 +11:00
Erik de Castro Lopo
597b796d60 src/sndfile.hh : Add methods rawHandle() and takeOwnership(). Thanks to Tim Blechmann. 2010-12-01 19:42:54 +11:00
Erik de Castro Lopo
b90f6fb2b0 doc/api.html : Add mention of use of sf_strerror() when sf_open() fails. 2010-11-11 20:02:14 +11:00
Erik de Castro Lopo
5a25432708 src/sndfile.h.in : Fix comments on sf_count_t. 2010-11-01 21:06:49 +11:00
Erik de Castro Lopo
ba3ca03df2 configure.ac : Make TYPEOF_SF_COUNT_T int64_t where possible. 2010-11-01 21:05:22 +11:00
Erik de Castro Lopo
49ba958dd6 Handle non-zero offset field in SSND chunk. 2010-10-26 09:44:37 +11:00
Erik de Castro Lopo
6816f9b2da configure.ac : Sed fix for FreeBSD. Thanks Tony Theodore. 2010-10-20 21:25:06 +11:00
Erik de Castro Lopo
034c20033d Switch from shave to automake-1.11's AM_SILENT_RULES. 2010-10-14 21:06:10 +11:00
Erik de Castro Lopo
04c6142b7d shave.in M4/shave.m4 : Fix shave invocation of windres compiler. 2010-10-14 21:00:24 +11:00
Erik de Castro Lopo
d833c0761b src/rf64.c : More work to make the parser more robust and accepting of mal-formed files. 2010-10-13 20:09:16 +11:00
Erik de Castro Lopo
f64db79782 shave*.in : Sync to upstream version. 2010-10-13 18:26:09 +11:00
Erik de Castro Lopo
7fa1c57c37 src/rf64.c : Fix size of 'ds64' chunk when writing RF64. 2010-10-12 21:20:33 +11:00
Erik de Castro Lopo
5f5bbb50d4 tests/string_test.c : Add tests for SF_STR_GENRE and SF_STR_TRACKNUMBER. 2010-10-12 20:26:34 +11:00
Erik de Castro Lopo
43eba45a81 src/ : Use functions psf_strlcpy() and psf_strlcat() as appropriate. 2010-10-12 19:50:26 +11:00
Erik de Castro Lopo
ca0c4b82a5 src/common.h : Add functions psf_strlcpy() and psf_strlcat(). 2010-10-12 19:47:08 +11:00
Erik de Castro Lopo
565e1c0fe1 programs/*.c : Add the libsndfile version to the usage message of all programs. 2010-10-11 20:33:52 +11:00
Erik de Castro Lopo
08d35de4cd Updates for 1.0.23 release. 2010-10-10 15:31:23 +11:00
Erik de Castro Lopo
c4491c45eb doc/api.html : Update to add missing SF_FORMAT_* values. Closed Debian bug #545257. 2010-10-10 14:13:39 +11:00
Erik de Castro Lopo
84d1393898 Add version string resources to the windows DLL. 2010-10-10 12:43:08 +11:00
Erik de Castro Lopo
08f50fb701 src/ : Use python 2.6. 2010-10-09 23:34:15 +11:00
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
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
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
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
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