Commit Graph

927 Commits

Author SHA1 Message Date
Erik de Castro Lopo
ac61efccb8 Remove examples/cooledit-fixer.c. 2007-02-07 10:08:23 +11:00
Erik de Castro Lopo
e18281a835 Start work on using WAV_PRIVATE struct. 2007-02-07 00:14:08 +11:00
Erik de Castro Lopo
37aafedebb src/test_conversions.c : Whitespace fixes. 2007-02-07 00:11:30 +11:00
Erik de Castro Lopo
d2a6d4fd6a src/Makefile.am : Fix dependancies. 2007-02-07 00:10:48 +11:00
Erik de Castro Lopo
ccf4015a99 Add exported function sf_get_info. 2007-02-07 00:09:25 +11:00
Erik de Castro Lopo
a84bd14878 examples/sndfile-play.c : For ALSA, use the 'default' device instead of 'plughw:0'. 2007-01-25 22:20:17 +11:00
Erik de Castro Lopo
c19f99835b sndfile.c : Allow writing of WAV/WAVEX 'BEXT' chunks in SFM_RDWR mode. 2007-01-22 22:26:09 +11:00
Erik de Castro Lopo
20a42d63eb embedded_files.html : Minor correction. 2007-01-21 11:01:23 +11:00
Erik de Castro Lopo
6332e4757f development.html : Update to mention Bzr. 2007-01-21 09:23:51 +11:00
Erik de Castro Lopo
46c03635a0 sndfile-play.1 : Add comment about ALSA to man page. 2007-01-21 09:03:52 +11:00
Erik de Castro Lopo
3b99da3bb8 Rename src/FLAC/tests to src/FLAC/test_libFLAC. 2006-12-19 11:30:41 +11:00
Erik de Castro Lopo
319a7ffd59 sndfile-convert.c : Add -override-sample-rate command line option. 2006-12-16 08:00:55 +11:00
Erik de Castro Lopo
c0c0e51abe configure.ac : Bump configure version to libsndfile-1.0.18pre8. 2006-11-19 12:51:28 +11:00
Erik de Castro Lopo
ba5e976303 configure.as : Remove an assembler test which was failing on OSX. 2006-11-19 12:25:05 +11:00
Erik de Castro Lopo
b841ae474e sndfile.c : Minor cleanup of error handling. 2006-11-19 12:23:16 +11:00
Erik de Castro Lopo
6ca8632158 misc_test.c : Force errno to zero at start of some tests. 2006-11-19 12:22:45 +11:00
Erik de Castro Lopo
7a667e179a src/FLAC : Fix path problems for MinGW. 2006-11-15 13:20:03 +11:00
Erik de Castro Lopo
dc2a07ceaa common.h : Fix the definition of SF_PLATFORM_S64 for MinGW. 2006-11-15 13:19:13 +11:00
Erik de Castro Lopo
b8ca3e9fa6 Bump configure version to 1.0.18pre7. 2006-11-13 20:13:16 +11:00
Erik de Castro Lopo
0515c51c37 Fix a bug reading/writing 64 bit header fields. Complete unit tests. 2006-11-13 19:59:30 +11:00
Erik de Castro Lopo
9310d9bf3c Clean up unit testing. 2006-11-13 18:46:31 +11:00
Erik de Castro Lopo
f129403bb4 New file src/test_conversions.c. 2006-11-13 18:46:13 +11:00
Erik de Castro Lopo
c7c7fac9b9 Clean up include paths. 2006-11-13 18:12:10 +11:00
Erik de Castro Lopo
8ff6c56bac sfendian.h : Add include guard. 2006-11-13 12:00:04 +11:00
Erik de Castro Lopo
fe4d443e58 Refactoring to clean up psf_open_file() and vairous sf_open() functions. 2006-11-11 12:28:36 +11:00
Erik de Castro Lopo
e3261797b7 src/sndfile.c : More psf_file_open() related refactoring. 2006-11-11 12:18:44 +11:00
Erik de Castro Lopo
91660ade3c Apply a patch from Jonathan Woithe to allow opening of WAV files over 4gig. 2006-11-09 20:39:06 +11:00
Erik de Castro Lopo
cf65ad0cb6 sndfile.c : Minor fiddling. 2006-11-08 08:57:56 +11:00
Erik de Castro Lopo
155909bedf tests/misc_test.c : Fix permission_test to ensure that read only file can be created. 2006-11-05 19:38:29 +11:00
Erik de Castro Lopo
bdbbaa6f62 sndfile.c : Refactor function psf_open_file() to provide a single return point. 2006-11-05 11:26:41 +11:00
Erik de Castro Lopo
70c05dea7b For AIFF, SVX and WAV add warning to log if file is bigger than 4 gig. 2006-11-03 20:53:39 +11:00
Erik de Castro Lopo
66fdbd520e Add SF_PLATFORM_S64 macro. 2006-11-03 20:51:13 +11:00
Erik de Castro Lopo
f236ab28ed Bump configure version to 1.0.18pre6. 2006-11-01 11:17:35 +11:00
Erik de Castro Lopo
292b99bb4d Pull OGG sources. 2006-11-01 11:11:01 +11:00
Erik de Castro Lopo
7e8e339020 src/FLAC/README.txt : Add flac version and md5sum. 2006-11-01 09:35:13 +11:00
Erik de Castro Lopo
b5f13f222d Add file src/FLAC/README.txt. 2006-11-01 09:32:46 +11:00
Erik de Castro Lopo
792e965202 Get 'make distcheck' working. 2006-11-01 08:28:32 +11:00
Erik de Castro Lopo
e09b9ab143 Get FLAC test suite working. 2006-10-31 17:46:52 +11:00
Erik de Castro Lopo
82b845dabb flac.c : Remove legacy FLAC functions. 2006-10-31 08:44:05 +11:00
Erik de Castro Lopo
320836e40b Make new FLAC stuff build and run correctly. 2006-10-31 08:38:04 +11:00
Erik de Castro Lopo
dbc81d29b4 Add src/FLAC. 2006-10-30 21:44:41 +11:00
Erik de Castro Lopo
5a545ebece Fix minor bug in WAVEX Ambisonic implementation. 2006-10-29 21:02:06 +00:00
Erik de Castro Lopo
216b6319f8 wav.c : Fix signed/unsigned comparison warning. 2006-10-28 21:29:43 +00:00
Erik de Castro Lopo
2b78350a24 wav.c : Add workaround for excessively long coding history in the 'bext' chunk. 2006-10-27 10:12:09 +00:00
Erik de Castro Lopo
baa4690aa3 sd2.c : Add workaround for switched sample rate and sample size. 2006-10-27 09:52:07 +00:00
Erik de Castro Lopo
f3a86877bb sd2.c : Reformat log_printf data. 2006-10-27 09:44:50 +00:00
Erik de Castro Lopo
b89e025dbe Use SF_AMBISONIC_* instead of SF_TRUE/SF_FALSE. 2006-10-23 10:48:33 +00:00
Erik de Castro Lopo
92ee01870a More use of UNUSED macro. 2006-10-22 13:31:27 +00:00
Erik de Castro Lopo
11c5b4125b Use UNUSED macro to prevent compiler warnings. 2006-10-22 13:03:19 +00:00
Erik de Castro Lopo
df89f3916e configure.ac : Bump configure version to 1.0.18pre5. 2006-10-22 12:50:37 +00:00