Erik de Castro Lopo
|
b404b718c0
|
sndfile-play.c : Explicitly set endian-ness as well as setting 16 bit output.
|
2006-07-15 10:42:24 +00:00 |
|
Erik de Castro Lopo
|
fd812fbc18
|
Fix psf->dataoffset for headerless files opened based on filename extension.
|
2006-06-23 00:10:37 +00:00 |
|
Erik de Castro Lopo
|
0662d8a7c6
|
Fix gcc-4.1 type punned pointer warnings.
|
2006-06-21 13:15:05 +00:00 |
|
Erik de Castro Lopo
|
12633db1bf
|
sndfile.c : Fixed a login bug in sf_seek().
|
2006-06-20 13:04:05 +00:00 |
|
Erik de Castro Lopo
|
f5020b8440
|
file_io.c : Make sure psf->syserr is set correctly on win32.
|
2006-06-20 12:58:26 +00:00 |
|
Erik de Castro Lopo
|
f90ff01b4c
|
configure.ac : Fixed detection of S_IRGRP.
|
2006-06-04 12:23:54 +00:00 |
|
Erik de Castro Lopo
|
fcf46c98d2
|
sndfile-convert.c : Add conversion SF_INSTRUMENT data when present.
|
2006-05-30 13:18:56 +00:00 |
|
Erik de Castro Lopo
|
d32f698602
|
Remove fdate field from SF_PRIVATE struct and replace it with codec_data.
|
2006-05-22 05:12:36 +00:00 |
|
Erik de Castro Lopo
|
312223264b
|
aiff.c : When writing 'AIFC' files, make sure get an 'FVER' gets added.
|
2006-05-22 03:57:16 +00:00 |
|
Erik de Castro Lopo
|
1d3732fee4
|
Add a minimal win32 test program, fix Mingw build script.
|
2006-05-10 04:35:37 +00:00 |
|
Erik de Castro Lopo
|
edba01c923
|
Fix printf formatting for int64_t on 64 bit machines.
|
2006-05-05 11:34:27 +00:00 |
|
Erik de Castro Lopo
|
29d727dba6
|
double64.c : Clean up double64_get_capability().
|
2006-05-04 12:25:51 +00:00 |
|
Erik de Castro Lopo
|
6b36b196c7
|
Add new file to check for bad parameters passed to psf_binheader_writef(), add to Makefile.am, fix bugs.
|
2006-05-04 10:54:47 +00:00 |
|
Erik de Castro Lopo
|
c3efe4fd96
|
Fix an x86_64 issue of int being passed via stdargs to a size_t.
|
2006-05-03 10:20:06 +00:00 |
|
Erik de Castro Lopo
|
5c9136b5b9
|
Fix more signed/unsigned issues.
|
2006-05-02 13:30:11 +00:00 |
|
Erik de Castro Lopo
|
50823c0383
|
double64.c : Fix a signed/unsigned issue.
|
2006-05-02 10:39:07 +00:00 |
|
Erik de Castro Lopo
|
25e21e1306
|
Fix a couple of signed/unsigned problems.
|
2006-05-02 10:23:11 +00:00 |
|
Erik de Castro Lopo
|
d1da6dbaaa
|
Add a channel_map pointer to the SF_PRIVATE struct.
|
2006-05-01 08:54:27 +00:00 |
|
Erik de Castro Lopo
|
038d8f62c7
|
sndfile-info.c : Clean up usage of SF_INFO struct.
|
2006-04-30 12:51:24 +00:00 |
|
Erik de Castro Lopo
|
acd834c013
|
sndfile.h.in : Define enums for channel mapping.
|
2006-04-30 10:58:01 +00:00 |
|
Erik de Castro Lopo
|
06540d5da3
|
Updates for 1.0.16 release.
|
2006-04-30 10:36:12 +00:00 |
|
Erik de Castro Lopo
|
863b324211
|
tests/util.tpl : Add function exit_if_true().
|
2006-04-29 00:01:28 +00:00 |
|
Erik de Castro Lopo
|
d6ff32fd4f
|
Update tests for new commands.
|
2006-04-15 01:03:43 +00:00 |
|
Erik de Castro Lopo
|
9163c74a1b
|
Fix a bug which when PEAK chunk was enabled/disabled a couple of times and update peak_chunk_test.
|
2006-04-01 23:47:34 +00:00 |
|
Erik de Castro Lopo
|
d1b9e31444
|
Merge in changes from broadcast WAV branch.
Patches applied:
* erikd@miles--2004/libsndfile--bext--0--base-0
tag of erikd@miles--2004/libsndfile--mdev--1.0--patch-625
* erikd@miles--2004/libsndfile--bext--0--patch-1
Add BEXT patch from Paul Davis.
* erikd@miles--2004/libsndfile--bext--0--patch-2
Make it actually compile.
* erikd@miles--2004/libsndfile--bext--0--patch-3
Fix formatting of new code.
* erikd@miles--2004/libsndfile--bext--0--patch-4
Fix minor bugs after cleanup.
* erikd@miles--2004/libsndfile--bext--0--patch-5
Merge from --mdev branch.
* erikd@miles--2004/libsndfile--bext--0--patch-6
sndfile.h.in : Clean up formatting of SF_BROADCAST_INFO struct.
* erikd@miles--2004/libsndfile--bext--0--patch-7
wav.c : Cleanup of broadcast WAV stuff.
* erikd@miles--2004/libsndfile--bext--0--patch-8
wav.c : Fix minor bug in broadcast WAV stuff.
* erikd@miles--2004/libsndfile--bext--0--patch-9
sndfile-info.c : Minor cleanup.
* erikd@miles--2004/libsndfile--bext--0--patch-10
sndfile.c : More cleanups.
* erikd@miles--2004/libsndfile--bext--0--patch-11
sndfile.h.in : Fix whitespace.
* erikd@miles--2004/libsndfile--bext--0--patch-12
Merge from --mdev branch.
* erikd@miles--2004/libsndfile--bext--0--patch-13
Change coding_history field from char pointer to char array.
* erikd@miles--2004/libsndfile--bext--0--patch-14
Remove function broadcast_info_free.
* erikd@miles--2004/libsndfile--bext--0--patch-15
sndfile-info.c : Clean up output of broadcast_dump function.
* erikd@miles--2004/libsndfile--bext--0--patch-16
command_test.c : Start work on broadcast chunk tests.
* erikd@miles--2004/libsndfile--bext--0--patch-17
wav.c : Jump and ignore the 'levl' chunk.
* erikd@miles--2004/libsndfile--bext--0--patch-18
sndfile.h.in : Add block of reserved characters to SF_BROADCAST_INFO.
* erikd@miles--2004/libsndfile--bext--0--patch-19
Cleanup of broadcast WAV stuff.
* erikd@miles--2004/libsndfile--bext--0--patch-20
sndfile-info.c : Fix print message.
* erikd@miles--2004/libsndfile--bext--0--patch-21
Complete bext tests, hook test in test suite.
|
2006-03-30 22:43:51 +00:00 |
|
Erik de Castro Lopo
|
2650c64176
|
configure.ac Fix handling of --enable and --disable args.
|
2006-03-26 05:36:38 +00:00 |
|
Erik de Castro Lopo
|
4eb429d44b
|
Make if really clear that the precompiled DLL can be used with MSVC++.
|
2006-03-22 05:38:20 +00:00 |
|
Erik de Castro Lopo
|
576c5575de
|
aiff.c : Fix potential bug in writing MARK chunks.
|
2006-03-18 11:16:07 +00:00 |
|
Erik de Castro Lopo
|
f4ee595dea
|
Fix two INST related AIFF bugs.
|
2006-03-18 10:20:48 +00:00 |
|
Erik de Castro Lopo
|
329772f2f5
|
tests/Makefile.am Remove --source-time.
|
2006-03-17 08:24:19 +00:00 |
|
Erik de Castro Lopo
|
55b4a702f0
|
src/Makefile.am : Remove --source-time argument from autogen command lines.
|
2006-03-17 07:56:00 +00:00 |
|
Erik de Castro Lopo
|
10dcfcd752
|
Bump configure version to 1.0.15. Update docs.
|
2006-03-16 11:45:55 +00:00 |
|
Erik de Castro Lopo
|
51d28c2dd8
|
Add file README-precompiled-dll.txt to dist build.
|
2006-03-16 11:16:39 +00:00 |
|
Erik de Castro Lopo
|
6fb384c705
|
Merge RIFX stuff from --rifx branch.
Patches applied:
* erikd@miles--2004/libsndfile--rifx--0--base-0
tag of erikd@miles--2004/libsndfile--mdev--1.0--patch-613
* erikd@miles--2004/libsndfile--rifx--0--patch-1
Add patch from Jesse Chappell for RIFX file support (needs work).
* erikd@miles--2004/libsndfile--rifx--0--patch-2
Merge from --mdev branch.
* erikd@miles--2004/libsndfile--rifx--0--patch-3
write_read_test.tpl : Add RIFX tests.
* erikd@miles--2004/libsndfile--rifx--0--patch-4
More minor RIFX fixes.
* erikd@miles--2004/libsndfile--rifx--0--patch-5
Add RIFX tests.
|
2006-03-11 10:51:45 +00:00 |
|
Erik de Castro Lopo
|
42f2cc322d
|
win32.html : Update versions of MinGW tools used.
|
2006-03-10 09:31:56 +00:00 |
|
Erik de Castro Lopo
|
fe76af130f
|
Mingw-make-dist.sh : bunch of improvements.
|
2006-03-10 07:32:25 +00:00 |
|
Erik de Castro Lopo
|
ca8638f354
|
win32.html : Fix, typo, mention that Cygwin with -mno-cygwin does not work.
|
2006-03-09 01:37:35 +00:00 |
|
Erik de Castro Lopo
|
3139c27ff6
|
Make sure Cygwin DLL ordinal numbers are also correct.
|
2006-03-08 22:49:20 +00:00 |
|
Erik de Castro Lopo
|
b7948fa64e
|
Bunch of changes to fix MinGW DLL ordinal numbers.
|
2006-03-08 21:57:18 +00:00 |
|
Erik de Castro Lopo
|
33247cd906
|
Fix setting of SHLIB_VERSION_ARG for MinGW.
|
2006-03-08 08:05:56 +00:00 |
|
Erik de Castro Lopo
|
c0622ed1b3
|
Add a workaround for situations where OSX seems to add an extra 0x52 bytes to the start of the resource fork.
|
2006-03-04 03:05:06 +00:00 |
|
Erik de Castro Lopo
|
270c150db7
|
Fix problem where int/size_t were being passed to a varargs function.
|
2006-03-04 02:15:05 +00:00 |
|
Erik de Castro Lopo
|
7701898bf6
|
index.html : Add link for GPG signatures.
|
2006-02-20 02:14:47 +00:00 |
|
Erik de Castro Lopo
|
8167ede3fd
|
Prepare for 1.0.14 release.
|
2006-02-19 12:32:18 +00:00 |
|
Erik de Castro Lopo
|
4f9abf8010
|
sd2.c : Improve logging of errors in resource fork parser.
|
2006-02-11 05:15:48 +00:00 |
|
Erik de Castro Lopo
|
3d271869d0
|
Makefile.msvc : Replace au_g72x.* with g72x.*.
|
2006-01-31 07:23:05 +00:00 |
|
Erik de Castro Lopo
|
3e1f762eab
|
Make sure return values are initialised header buffer is full, add workarounds for messed up WAV files.
|
2006-01-29 10:54:06 +00:00 |
|
Erik de Castro Lopo
|
93ea26e3af
|
Bump version to 1.0.13.
|
2006-01-21 03:54:51 +00:00 |
|
Erik de Castro Lopo
|
1c587d4d69
|
Don't exit on error in instrument test for XI files.
|
2006-01-21 01:10:10 +00:00 |
|
Erik de Castro Lopo
|
9ce84c0ae5
|
Add largefile_test.c and hook into build.
|
2006-01-19 09:05:37 +00:00 |
|