Erik de Castro Lopo
|
edbc326a0b
|
examples/sndfile-bwf-set.c : Add --info-auto-create-date command line option.
|
2008-08-24 19:12:17 +10:00 |
|
Erik de Castro Lopo
|
ebe136d7d1
|
src/sndfile.h.in : Add SFC_SET_ADD_HEADER_PAD_CHUNK.
|
2008-08-23 20:20:04 +10:00 |
|
Erik de Castro Lopo
|
d7d1cc5d0c
|
src/wav.c : Allow 'PAD ' chunk to be modified in RDWR mode.
|
2008-08-23 20:15:01 +10:00 |
|
Erik de Castro Lopo
|
d939e1a372
|
examples/sndfile-info.c : When called with -i or -b option, operate on all files on command line, not just the first.
|
2008-08-21 16:57:27 +10:00 |
|
Erik de Castro Lopo
|
ee05833a00
|
examples/test-sndfile-bwf-set.py : Update tests.
|
2008-08-21 14:19:24 +10:00 |
|
Erik de Castro Lopo
|
44fdbd82ed
|
examples/sndfile-bwf-set.c : Fix the month number in autogenerated date. Use hypen in date instead of slash.
|
2008-08-21 09:18:20 +10:00 |
|
Erik de Castro Lopo
|
50b823175e
|
configure.ac : Bump version to 1.0.18pre23.
|
2008-08-18 22:23:33 +10:00 |
|
Erik de Castro Lopo
|
fa5a4eb7ca
|
examples/Makefile.am : Add file test-sndfile-bwf-set.py to EXTRA_DIST.
|
2008-08-18 22:23:10 +10:00 |
|
Erik de Castro Lopo
|
ba8ec3b854
|
src/strings.c : Tweaks.
|
2008-08-18 22:15:00 +10:00 |
|
Erik de Castro Lopo
|
ca41f2649b
|
tests/command_test.c : Add broadcast info test for WAVEX files.
|
2008-08-18 22:14:27 +10:00 |
|
Erik de Castro Lopo
|
f081b9539d
|
tests/string_test.c : Add string tests for WAVEX and RIFX files.
|
2008-08-18 22:13:53 +10:00 |
|
Erik de Castro Lopo
|
e069dde4fe
|
src/common.h : Double value of SF_MAX_STRINGS.
|
2008-08-18 21:59:02 +10:00 |
|
Erik de Castro Lopo
|
9ef96a6c86
|
src/wav.c : Merge function wavex_write_header into wav_write_header, deleting about 70 lines of code.
|
2008-08-18 21:57:28 +10:00 |
|
Erik de Castro Lopo
|
3596e4f77c
|
tests/utils.tpl : Make sure buffer is intialialized.
|
2008-08-18 21:53:16 +10:00 |
|
Erik de Castro Lopo
|
34d3364a2e
|
examples/test-sndfile-bwf-set.py : Improve printing of test name.
|
2008-08-18 10:18:37 +10:00 |
|
Erik de Castro Lopo
|
5c17eed9a6
|
examples/sndfile-bwf-set.c : Cleanup and fixes.
|
2008-08-18 10:18:05 +10:00 |
|
Erik de Castro Lopo
|
004d9eccdf
|
src/wav.c : Write PAD chunk with default endian-ness, not a specific endian-ness.
|
2008-08-18 09:25:47 +10:00 |
|
Erik de Castro Lopo
|
e78ae0b77b
|
tests/string_test.c : Remove definition of static function libsndfile_str_count, which is no longer used.
|
2008-08-18 09:17:02 +10:00 |
|
Erik de Castro Lopo
|
e127d6d8ad
|
examples/test-sndfile-bwf-set.py : Add Python script to test sndfile-bwf-set/get.
|
2008-08-18 08:53:14 +10:00 |
|
Erik de Castro Lopo
|
431b789fbb
|
src/wav.c : In RDWR mode, pad the header if necessary (ie LIST chunk has moved or length has changed). Minor fixes in wav_write_strings.
|
2008-08-18 08:49:30 +10:00 |
|
Erik de Castro Lopo
|
ee05bdf1b5
|
tests/string_test.c : Polish string_multi_set_test.
|
2008-08-18 08:45:43 +10:00 |
|
Erik de Castro Lopo
|
f0e54b0c04
|
src/(common.h|strings.c) : Add function psf_location_string_count.
|
2008-08-18 07:17:45 +10:00 |
|
Erik de Castro Lopo
|
d4a8ea5fda
|
src/wav.c : In wav_write_tailer, seek to psf->dataend if its greater than zero.
|
2008-08-17 20:25:10 +10:00 |
|
Erik de Castro Lopo
|
51a552bc14
|
Move wavex_ambisonic field from SF_PRIVATE struct to WAV_PRIVATE struct.
|
2008-08-17 18:42:59 +10:00 |
|
Erik de Castro Lopo
|
278b206a88
|
tests/string_test.c : Add a new string_multi_set_test (currently failing).
|
2008-08-17 18:15:31 +10:00 |
|
Erik de Castro Lopo
|
949141db55
|
src/wav.c : Set psf->str_flags before calling wav_read_header.
|
2008-08-17 17:37:20 +10:00 |
|
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 |
|