Commit Graph

1265 Commits

Author SHA1 Message Date
Erik de Castro Lopo
18d5da3d4f configure.ac : Set object format to aout for OS/2. Thanks to David Yeo. 2008-04-19 13:13:07 +10:00
Erik de Castro Lopo
c300da31f3 autogen.sh, configure.ac : Minor tweaks. 2008-04-17 09:37:22 +10:00
Erik de Castro Lopo
3fde335b5b src/VORBIS/lib/codebook.c : Sync from upstream SVN. 2008-04-17 09:35:39 +10:00
Erik de Castro Lopo
d24b257f1d src/binheader_writef_check.py : Add brief comment. 2008-04-13 19:38:15 +10:00
Erik de Castro Lopo
08f138133d src/OGG/bitwise.c : Sync from upstream SVN. 2008-04-13 11:56:26 +10:00
Erik de Castro Lopo
533d4c0b19 Bump to version 1.0.18pre21. 2008-04-13 10:27:05 +10:00
Erik de Castro Lopo
5272ef7970 src/ogg.c : Add a patch that fixes finding the length in samples of an Ogg/Vorbis file. 2008-04-13 10:09:22 +10:00
Erik de Castro Lopo
21f9415f16 src/aiff.c : Fix up handling of 'APPL' chunk. Thanks to Axel Roebel for bringing up this issue. 2008-04-10 12:35:23 +10:00
Erik de Castro Lopo
ef033ccb8c tests : Always pass 0 as the third argument to open when OS_IS_WIN32. 2008-04-06 20:26:16 +10:00
Erik de Castro Lopo
6e98e65ca3 Merge from -mingw branch. 2008-04-06 17:22:20 +10:00
Erik de Castro Lopo
f18a084e2c tests/Makefile.am : When cross compiling from Linux to windows and running the test suite under Wine, create a symbolic link to the libsndfile DLL. 2008-04-06 16:26:46 +10:00
Erik de Castro Lopo
a5f5a3abee tests/*.c : Add calls to sf_close() where needed. 2008-04-06 16:24:39 +10:00
Erik de Castro Lopo
091d6ac84e Sync to mdev branch. 2008-04-06 08:41:08 +10:00
Erik de Castro Lopo
bbcaa89468 src/Makefile.am : Fix 'make distcheck'. 2008-04-05 21:54:18 +11:00
Erik de Castro Lopo
1741c196c2 More cleanup. 2008-04-05 21:23:03 +11:00
Erik de Castro Lopo
2e97a51cdd Clean out cruft. 2008-04-05 20:13:47 +11:00
Erik de Castro Lopo
8c3a422ed8 Merge from mdev branch. 2008-04-04 07:29:19 +11:00
Erik de Castro Lopo
adc85e91de src/test_* : Collapse all tests into a single executable. 2008-04-03 22:19:11 +11:00
Erik de Castro Lopo
7c059d2207 configure.ac : Fix up octave detection. 2008-04-01 21:28:59 +11:00
Erik de Castro Lopo
0ec0efb4df src/FLAC : Run test_libFLAC executable directly instead of via a shell script. 2008-03-31 20:57:30 +11:00
Erik de Castro Lopo
de22d72f1f Merge from -mdev branch. 2008-03-30 23:28:57 +11:00
Erik de Castro Lopo
d443a84e0d configure.ac : Tweaks. 2008-03-30 23:28:25 +11:00
Erik de Castro Lopo
e80b9599f7 src/FLAC : Sync to upstream CVS. 2008-03-30 22:49:12 +11:00
Erik de Castro Lopo
9e016ccea3 src/Makefile.am : Fix comment. 2008-03-27 12:41:02 +11:00
Erik de Castro Lopo
917fa95c17 More MinGW fixes. 2008-03-25 22:38:23 +11:00
Erik de Castro Lopo
6f4589c425 src/FLAC : MinGW fixes. 2008-03-25 22:32:50 +11:00
Erik de Castro Lopo
9e94d2443c tests/locale_test.c : Disable some tests when OS_IS_WIN32. 2008-03-25 22:21:13 +11:00
Erik de Castro Lopo
b30f66ea02 src/common.h : Make SF_MIN and SF_MAX macros MinGW friendly. 2008-03-25 22:17:32 +11:00
Erik de Castro Lopo
42b8a1e0f8 examples/sndfile-(info|play).c : Use Sleep function from <windows.h> instead of _sleep. 2008-03-25 22:15:04 +11:00
Erik de Castro Lopo
55f2a58e66 Add file mingw-configure.sh. 2008-03-20 13:22:21 +11:00
Erik de Castro Lopo
93cc86a4b2 doc/FAQ.html : Tweaks to pcm16 <-> float conversion answer. 2008-03-11 18:47:19 +11:00
Erik de Castro Lopo
a4ad834ecf Remove Make.bat. 2008-02-10 10:26:37 +11:00
Erik de Castro Lopo
ebb11f24d3 Makefile.am : Add DISTCHECK_CONFIGURE_FLAGS. 2008-02-10 10:26:05 +11:00
Erik de Castro Lopo
75db177cd9 src/OGG : Sync to upstream SVN. 2008-02-10 10:24:39 +11:00
Erik de Castro Lopo
78800c8755 examples/sndfile-jackplay.c : Minor tweaks to warning message printed when compiled without libjack. 2008-02-05 09:47:59 +11:00
Erik de Castro Lopo
61158311ed src/aiff.c : Refactor and bug fix header re-writing in SFM_RDWR mode. 2008-01-27 14:41:45 +11:00
Erik de Castro Lopo
900ff60b44 tests/peak_chunk_test.c : Improve read_write_peak_test to find more errors. 2008-01-27 13:45:21 +11:00
Erik de Castro Lopo
79143c12c0 src/chunk.c : Remove debug. 2008-01-26 10:20:41 +11:00
Erik de Castro Lopo
ab2eda50a0 Use new chunk logging to fix problem with AIFF in RDWR mode. 2008-01-24 17:37:29 +11:00
Erik de Castro Lopo
80361c6117 New file for storing and retrieving info about header chunks. Hook into build. 2008-01-24 17:36:36 +11:00
Erik de Castro Lopo
ac6d98ab26 tests/write_read_test.tpl : Minor tweaks. 2008-01-24 16:07:50 +11:00
Erik de Castro Lopo
d7a3165716 src/aiff.c : Fix reading of COMM encoding string. 2008-01-24 07:29:18 +11:00
Erik de Castro Lopo
12af3da5ca tests/aiff_rw_test.c : Fix error reporting. 2008-01-22 14:11:45 +11:00
Erik de Castro Lopo
191a180004 src/sndfile.c : Allow SFC_SET_ADD_PEAK_CHUNK in SFM_RDWR mode. 2008-01-22 14:10:29 +11:00
Erik de Castro Lopo
457db0a732 src/command.c : Add WVE to the list of major formats. 2008-01-22 06:38:50 +11:00
Erik de Castro Lopo
504a18fa0e src/wav.c : Update copyright dates. 2008-01-21 09:44:59 +11:00
Erik de Castro Lopo
36f9dbf765 tests/peak_chunk_test.c : Minor tweaks. 2008-01-21 09:20:58 +11:00
Erik de Castro Lopo
a7d411f19b tests/write_read_test.tpl : Fix reporting of errors in new_rdwr_XXXX_test. 2008-01-21 09:02:11 +11:00
Erik de Castro Lopo
e108e8bdaf src/common.h : Minor cleanup. 2008-01-21 09:00:31 +11:00
Erik de Castro Lopo
2d8dddb7e2 src/common.[ch] : Add internal functions str_of_major_format, str_of_minor_format, str_of_open_mode and str_of_endianness. 2008-01-21 06:59:54 +11:00