Erik de Castro Lopo
|
6ed1e67865
|
Add unique_id field to SF_PRIVATE struct.
|
2008-08-17 16:27:54 +10:00 |
|
Erik de Castro Lopo
|
9b0de382ee
|
src/common.c : Use gettimeofday() to initialize psf_rand_int32.
|
2008-08-17 16:26:34 +10:00 |
|
Erik de Castro Lopo
|
04f40feb8f
|
configure.ac : Test for <sys/time.h> and gettimeofday.
|
2008-08-17 16:23:32 +10:00 |
|
Erik de Castro Lopo
|
82c3e63fac
|
src/broadcast.c : In broadcast_info_copy(), make the src a const pointer.
|
2008-08-17 12:59:45 +10:00 |
|
Erik de Castro Lopo
|
63f389b20b
|
src/sndfile.c : Make sure psf->have_written gets set correctly in mode SFM_RDWR.
|
2008-08-17 12:53:21 +10:00 |
|
Erik de Castro Lopo
|
5506f2e2f3
|
src/wav.c : Fix to WAV parser to allow 'bext' chunk to be updated in place.
|
2008-08-17 12:38:25 +10:00 |
|
Erik de Castro Lopo
|
904ccc26b5
|
tests/command_test.c : Add a new broadcast_rdwr_test (currently failing).
|
2008-08-17 12:27:54 +10:00 |
|
Erik de Castro Lopo
|
82f6b2db86
|
tests/string_test.c : Add a new string_rdwr_test (currently failing for WAV).
|
2008-08-17 12:06:35 +10:00 |
|
Erik de Castro Lopo
|
f2b953d6ec
|
examples/sndfile-bwf-get.c : New file. Hook into build.
|
2008-08-16 21:16:03 +10:00 |
|
Erik de Castro Lopo
|
d49a48124c
|
examples/sndfile-bwf-set.c : Basically working.
|
2008-08-16 18:39:36 +10:00 |
|
Erik de Castro Lopo
|
1dfa1127a5
|
examples/sndfile-bwf-set.c : Progress.
|
2008-08-16 17:18:38 +10:00 |
|
Erik de Castro Lopo
|
9189b62ec2
|
tests/utils.tpl : Add new function create_short_sndfile().
|
2008-08-16 16:28:59 +10:00 |
|
Erik de Castro Lopo
|
686e6c6386
|
examples/ : Break some functionality out of sndfile-convert.c so it can be used in examples/sndfile-bwf-set.c.
|
2008-08-16 16:16:39 +10:00 |
|
Erik de Castro Lopo
|
7ec8cfadf2
|
examples/sndfile-convert.c : In function copy_metadata(), copy broadcast info if present.
|
2008-08-16 16:11:30 +10:00 |
|
Erik de Castro Lopo
|
0c1236235a
|
examples/sndfile-bwf-set.c : Massive updates.
|
2008-08-16 15:46:33 +10:00 |
|
Erik de Castro Lopo
|
e3a79ad03a
|
Add new file examples/sndfile-bwf-set.c and hook into build.
|
2008-08-16 13:09:01 +10:00 |
|
Erik de Castro Lopo
|
f91a269817
|
examples/sndfile-info.c : Minor tweaks.
|
2008-08-16 13:04:47 +10:00 |
|
Erik de Castro Lopo
|
9223da0872
|
configure.ac : Test for localtime and localtime_r.
|
2008-08-16 12:20:50 +10:00 |
|
Erik de Castro Lopo
|
1967c99851
|
src/sndfile.h.in : Fix comments. Patch from Mark Glines.
|
2008-08-11 19:50:17 +10:00 |
|
Erik de Castro Lopo
|
1476a4bc5a
|
tests/misc_test.c : Only run Ogg test if HAVE_EXTERNAL_LIBS is true.
|
2008-07-31 08:40:49 +10:00 |
|
Erik de Castro Lopo
|
65689d4169
|
tests/Makefile.am : Make sure to run mist_test on Ogg/Vorbis files.
|
2008-07-30 12:12:59 +10:00 |
|
Erik de Castro Lopo
|
6dff79f3b2
|
Fix segfault when closing an Ogg/Vorbis file that has been opened for write but had no actual data written to it. Add test.
|
2008-07-30 09:32:26 +10:00 |
|
Erik de Castro Lopo
|
df590f87cb
|
regtest/Makefile.am : Use SQLITE3_CFLAGS to locate sqlite headers.
|
2008-07-19 13:26:01 +10:00 |
|
Erik de Castro Lopo
|
23b082fda8
|
doc/(index|FAQ).html : Add notes about which versions of windows libsndfile works on.
|
2008-07-10 21:36:53 +10:00 |
|
Erik de Castro Lopo
|
79bcee648c
|
Fix handling of Ambisonic files. Thanks to Fons Adriaensen.
|
2008-07-03 20:35:47 +10:00 |
|
Erik de Castro Lopo
|
2b7f4a1ecf
|
tests/misc_test.c : Add a test for correct handling of Ambisonic files.
|
2008-07-03 20:29:42 +10:00 |
|
Erik de Castro Lopo
|
c4d6c64ec6
|
M4/extra_pkg.m4 : Fix macro name.
|
2008-06-29 18:47:31 +10:00 |
|
Erik de Castro Lopo
|
c099ef98ad
|
Use new PKG_CHECK_MOD_VERSION m4 macro.
|
2008-06-29 09:02:33 +10:00 |
|
Erik de Castro Lopo
|
4f249e76fb
|
Add m4 macro PKG_CHECK_MOD_VERSION which is a hacked version of PKG_CHECK_MODULES.
|
2008-06-29 09:01:05 +10:00 |
|
Erik de Castro Lopo
|
3dbb868c31
|
configure.ac : Fix detection/enabling of external libs.
|
2008-06-25 11:03:39 +10:00 |
|
Erik de Castro Lopo
|
2641541953
|
src/aiff.c : Apply a fix from Axel Roebel where if the second loop in the instrument chunk is none, the loop mode is written into the first loop.
|
2008-06-14 13:39:59 +10:00 |
|
Erik de Castro Lopo
|
1d68c20ccc
|
examples/sndfilehandle.cc : Fix includes.
|
2008-06-03 13:47:17 +10:00 |
|
Erik de Castro Lopo
|
1b01b8f609
|
tests/floating_point_test.tpl : Fix for missing external libs.
|
2008-06-03 09:23:18 +10:00 |
|
Erik de Castro Lopo
|
b953c218ce
|
configure.ac : Add comment about requiring vorbis >= 1.2.1.
|
2008-06-03 08:35:06 +10:00 |
|
Erik de Castro Lopo
|
c5aeb77fda
|
src/wav.c : Recognise 'iXML' chunk.
|
2008-06-01 18:00:16 +10:00 |
|
Erik de Castro Lopo
|
5040a33394
|
examples/sndfile-info.c : Fix calculation of BEXT time reference.
|
2008-05-31 20:37:28 +10:00 |
|
Erik de Castro Lopo
|
a848139744
|
src/sd2.c : Minor changes to log messages.
|
2008-05-31 17:58:11 +10:00 |
|
Erik de Castro Lopo
|
4d7c4616d3
|
examples/sndfile-info.c : Print out the BEXT time reference in a sensible format.
|
2008-05-31 17:56:19 +10:00 |
|
Erik de Castro Lopo
|
577345d11d
|
Change time_reference_low and time_reference_high enties of SF_BROADCAST_INFO struct to unsigned.
|
2008-05-31 17:18:11 +10:00 |
|
Erik de Castro Lopo
|
820f9be1c5
|
Fix bugs in src/float32.c and src/double64.c found test added in previous commit.
|
2008-05-31 17:10:11 +10:00 |
|
Erik de Castro Lopo
|
a66d6bcefc
|
Add new file src/test_float.c to test functions float32_(le|be)_(read|write) and double64_(le|be)_(read|write). Hook into build and testsuite.
|
2008-05-31 17:08:29 +10:00 |
|
Erik de Castro Lopo
|
c3a28747aa
|
configure.ac : More merges.
|
2008-05-31 13:38:50 +10:00 |
|
Erik de Castro Lopo
|
5e01337aca
|
Merge changes that remove flac/ogg/vorbis sources.
|
2008-05-31 13:37:40 +10:00 |
|
Erik de Castro Lopo
|
e9df5dbe8d
|
doc/libsndfile.css.in : Increase line spacing.
|
2008-05-30 14:31:44 +10:00 |
|
Erik de Castro Lopo
|
8e030eedc4
|
.bzrignore : Remove remains of FLAC/OGG/VORBIS.
|
2008-05-22 09:23:29 +10:00 |
|
Erik de Castro Lopo
|
1f7c78551b
|
configure.ac : Fix default for enable_external_libs.
|
2008-05-22 09:19:27 +10:00 |
|
Erik de Castro Lopo
|
9b81a5275c
|
src/aiff.c : Fix x86_64 compile issue.
|
2008-05-21 21:21:16 +10:00 |
|
Erik de Castro Lopo
|
165d245859
|
src/command.c : Use HAVE_EXTERNAL_LIBS to ensure that the SFC_GET_FORMAT_* commands return the right data when external libs are disabled.
|
2008-05-21 20:57:54 +10:00 |
|
Erik de Castro Lopo
|
7c39404d87
|
tests/external_libs_test.c : Add new test and hook into build and test suite.
|
2008-05-21 20:55:53 +10:00 |
|
Erik de Castro Lopo
|
a2ce5feb79
|
Fix tests when configured with --disable-external-libs.
|
2008-05-21 19:20:24 +10:00 |
|