1117 Commits

Author SHA1 Message Date
Erik de Castro Lopo
26438fe108 src/common.h : Fix SF_MAX and SF_MIN so they can be nested. 2007-11-03 17:07:08 +11:00
Erik de Castro Lopo
43a69d5143 tests/floating_point_test.tpl : Fix signed/unsigned comparison warning. 2007-11-03 16:07:17 +11:00
Erik de Castro Lopo
7fa2794fc5 src/ogg.c : Minor clean up of log output. 2007-11-03 13:41:55 +11:00
Erik de Castro Lopo
966c9cfbcb Merge from -mdev branch. 2007-10-28 22:10:39 +11:00
Erik de Castro Lopo
d521b34f88 src/sndfile.h.in : Add identifier SFC_SET_ENCODING_QUALITY. 2007-10-28 22:08:54 +11:00
Erik de Castro Lopo
61472b8599 src/sd2.c : Identify sample-rate/sample-size/channels by resource id. 2007-10-26 19:42:58 +10:00
Erik de Castro Lopo
893a48ae5d src/sd2.c : Be a little more lax in what is acceptable. 2007-10-26 10:13:47 +10:00
Erik de Castro Lopo
80d10955dc configure.ac : Remove --disable-flac option. 2007-10-25 21:13:54 +10:00
Erik de Castro Lopo
5204da507f src/broadcast.c : Make sure coding_history is nul terminated before doing strlen. 2007-10-25 09:27:14 +10:00
Erik de Castro Lopo
8dc1ec5a43 Improvements to handling of broadcast info in WAV files. Thanks to Frederic Cornu and other for their input. 2007-10-25 06:10:46 +10:00
Erik de Castro Lopo
402da6ba13 src/FLAC/include/share/alloc.h : Mingw fix for SIZE_T_MAX from Uli Franke. 2007-10-24 21:21:16 +10:00
Erik de Castro Lopo
146897afb8 src/broadcast.c : Update copyright, remove arch-tag. 2007-10-24 21:11:30 +10:00
Erik de Castro Lopo
82ee6c7901 Move tests from open_fail_test.c to error_test.c and remove the former. 2007-10-23 06:33:35 +10:00
Erik de Castro Lopo
d7c919f121 Fix gcc-4.2 warning messages. 2007-10-22 23:02:11 +10:00
Erik de Castro Lopo
0cda250b13 configure.ac : Bump version to 1.0.18pre18. 2007-10-22 22:59:54 +10:00
Erik de Castro Lopo
14e0c734ba Merge from -scale-clip branch. 2007-10-22 19:50:46 +10:00
Erik de Castro Lopo
2d02bb2bbf doc/command.html : Add docs for SFC_SET_INT_FLOAT_WRITE command. 2007-10-22 19:48:34 +10:00
Erik de Castro Lopo
8c9d0101f1 tests/scale_clip_test.(def|tpl) : Add tests for SFC_SET_INT_FLOAT_WRITE command. 2007-10-22 19:48:17 +10:00
Erik de Castro Lopo
7c28ca3b10 tests/scale_clip_test.tpl : Start work on SFC_SET_SCALE_INT_FLOAT_WRITE tests. 2007-10-22 19:07:51 +10:00
Erik de Castro Lopo
d1a2a5bf83 tests/scale_clip_test.tpl : Rename some test functions. 2007-10-22 18:47:05 +10:00
Erik de Castro Lopo
eda374c4c0 Merge from -mdev branch. 2007-10-21 20:28:27 +10:00
Erik de Castro Lopo
87b2c095b3 Remove function sf_get_info (only ever in pre-release code). 2007-10-21 17:44:58 +10:00
Erik de Castro Lopo
fc54aad003 Add test for SFC_GET_CURRENT_SF_INFO. 2007-10-21 17:29:04 +10:00
Erik de Castro Lopo
9a536390bc Add command SFC_GET_CURRENT_SF_INFO. 2007-10-21 17:27:58 +10:00
Erik de Castro Lopo
d1205e267e Minor tweaks. 2007-10-21 16:34:31 +10:00
Erik de Castro Lopo
24554da1c2 src/VORBIS/lib/Makefile.am : Fix warning message. 2007-10-16 22:17:32 +10:00
Erik de Castro Lopo
0a2a698771 Merge from -mdev branch. 2007-10-16 21:54:39 +10:00
Erik de Castro Lopo
4d8f2d9c77 src/wav.c : Add parsing of 'exif' chunks. Orignally coded by Trent Apted. 2007-10-15 21:13:59 +10:00
Erik de Castro Lopo
225cd53bf4 Put config stuff in Cfg dir. 2007-10-15 20:09:49 +10:00
Erik de Castro Lopo
a516149c22 src/w64.c : Fix writing of 'riff' chunk length and check for correct value in parser. 2007-10-10 14:04:02 +10:00
Erik de Castro Lopo
d4ef5e4320 doc/index.html : Link to MP3 FAQ entry. 2007-09-20 06:43:13 +10:00
Erik de Castro Lopo
501a39b148 src/FLAC/include/share/Makefile.am : Make sure alloc.h is distributed (fix 'make distcheck'). 2007-09-18 23:10:12 +10:00
Erik de Castro Lopo
c74da57ece src/flac.c : Move the blocksize check to an earlier stage of flac_buffer_copy. 2007-09-18 06:14:28 +10:00
Erik de Castro Lopo
2c4a0d9ea7 src/FLAC : Minor tweaks. 2007-09-13 07:40:25 +10:00
Erik de Castro Lopo
0131ec9394 Add two benchmark results for current version. 2007-09-12 21:51:44 +10:00
Erik de Castro Lopo
e2a1983432 src/FLAC : Huge merge from FLAC upstream. 2007-09-12 21:50:58 +10:00
Erik de Castro Lopo
98e1abafb9 Change license to all example programs to BSD. 2007-09-10 19:20:13 +10:00
Erik de Castro Lopo
3b3309f4b6 Bump configure.ac version. 2007-09-08 12:07:07 +10:00
Erik de Castro Lopo
5de99671cb Check the blocksize returned from the FLAC decoder to prevent buffer overruns. 2007-09-08 12:03:46 +10:00
Erik de Castro Lopo
4999ed1edf Octave/octave_test.sh : Disable test on OSX. Can't get it to work. 2007-09-08 09:42:42 +10:00
Erik de Castro Lopo
8510af8e97 src/FLAC/include/FLAC/metadata.h : Include <sys/types.h> for off_t. 2007-09-08 09:39:53 +10:00
Erik de Castro Lopo
c74b8d785c M4/octave.m4 : Minor tweaks. 2007-09-07 11:51:27 +10:00
Erik de Castro Lopo
947657361e Fix build when Octave headers are not present. 2007-09-07 10:16:40 +10:00
Erik de Castro Lopo
b83d39cd53 Bump configure.ac version. 2007-09-07 10:16:27 +10:00
Erik de Castro Lopo
bf538dd4f2 Consolidate all octave related m4 macros into a single file. 2007-09-05 18:12:18 +10:00
Erik de Castro Lopo
7cd2eae5d9 src/FLAC : Sync to upstream. 2007-09-03 19:11:53 +10:00
Erik de Castro Lopo
3f792033d5 Remove workarounds for vorbis x86-64 bug. 2007-09-01 18:21:44 +10:00
Erik de Castro Lopo
df0f616d9d src/VORBIS : Sync from upstream (enable test code). 2007-08-31 15:09:05 +10:00
Erik de Castro Lopo
e59c7ca395 src/VORBIS/test : Progress on tests. 2007-08-31 09:48:46 +10:00
Erik de Castro Lopo
137e13f720 src/VORBIS/test/test.c : Cleanup in preparation for more tests. 2007-08-30 21:54:30 +10:00