Commit Graph

1635 Commits

Author SHA1 Message Date
Erik de Castro Lopo
e0607620f0 Update channel map tests. 2009-05-27 20:49:54 +10:00
Erik de Castro Lopo
f314188a80 src/caf.c : Add handling of reading/writing channel map info. 2009-05-27 20:47:57 +10:00
Erik de Castro Lopo
ce864f46ca src/sndfile.h.in : Add SF_CHANNEL_MAP_ABISONIC_* entries. 2009-05-27 19:51:14 +10:00
Erik de Castro Lopo
1fc6bb8e0f src/aiff.c : Add handling of reading/writing channel map info. 2009-05-27 19:49:03 +10:00
Erik de Castro Lopo
c9cdf70e98 src/wav_w64.c : Use SF_CHANNL_MAP_LEFT/RIGHT/CENTER instead of SF_CHANNL_MAP_FRONT_LEFT/RIGHT/CENTER. 2009-05-27 19:47:50 +10:00
Erik de Castro Lopo
cdac4c02ed src/sndfile.c : Disallow setting of channel map after audio data has been written. Only call psf->command if it is non-NULL. 2009-05-27 19:45:50 +10:00
Erik de Castro Lopo
a35a8cc653 New files src/chanmap.[ch] for channel map decoding/encoding. Hoot into build. 2009-05-26 23:39:57 +10:00
Erik de Castro Lopo
2c3e234775 src/sndfile.h.in : Add comments showing correspondance between libsndfile channel map defintiions and those used by Apple and MS. 2009-05-24 15:26:05 +10:00
Erik de Castro Lopo
e6348ff7a2 src/rf64.c : Add channel mapping and ambisonic support. 2009-05-24 08:53:00 +10:00
Erik de Castro Lopo
9642444462 tests/command_test.c : Update channel_map_test() function so WAV test passes. 2009-05-24 08:33:20 +10:00
Erik de Castro Lopo
ef85699437 src/wav.c : Add ability to write the channel mask. 2009-05-24 08:31:30 +10:00
Erik de Castro Lopo
1d9e276d8e src/wav_w64.[ch] : Add wavex_channelmask to WAV_PRIVATE struct and add a function to convert an array of SF_CHANNEL_MASK_* values into a bit mask for use in WAV files. 2009-05-24 08:29:25 +10:00
Erik de Castro Lopo
c2fe6e450a src/sndfile.c : On SFC_SET_CHANNEL_MAP_INFO pass the channel map command down to container's command handler. 2009-05-23 21:33:52 +10:00
Erik de Castro Lopo
f364b816bc Remove error code SFE_W64_BAD_CHANNEL_MAP which is not needed any more. 2009-05-23 19:21:07 +10:00
Erik de Castro Lopo
2d3c08d1b8 src/wav_w64.c : Don't bail from parser if channel map bitmask is faulty. 2009-05-23 19:19:58 +10:00
Erik de Castro Lopo
fd6b01a1df programs/sndfile-info.c : Add -c command line option to dump the channel map information. 2009-05-23 18:21:00 +10:00
Erik de Castro Lopo
b658808d18 Apply a patch from Lennart Poettering (PulseAudio) to allow reading of channel data in WAV and W64 files. 2009-05-22 19:46:17 +10:00
Erik de Castro Lopo
348d345592 Fix definition of sf_count_t for Win32. 2009-05-22 18:15:30 +10:00
Erik de Castro Lopo
f013b5a66b doc/FAQ.html : Update the section about precompiled binaries for Win64. 2009-05-20 05:09:40 +10:00
Erik de Castro Lopo
311b6beac3 configure.ac : Bump version to 1.0.21.pre1. 2009-05-18 08:28:07 +10:00
Erik de Castro Lopo
5eefd9e6ef Updates for version 1.0.20. 2009-05-14 20:20:01 +10:00
Erik de Castro Lopo
5c18d65c37 configure.ac : Bump version to 1.0.20. 2009-05-14 19:49:37 +10:00
Erik de Castro Lopo
bf0715758c Be more careful when including <stdint.h> so compiling on pre-C99 platforms (hello Slowlaris) might actually work. 2009-05-14 19:14:50 +10:00
Erik de Castro Lopo
6d47e69ca8 src/aiff.c : Fix potential (heap) buffer overflow when parsing 'MARK' chunk. 2009-04-21 19:43:00 +10:00
Erik de Castro Lopo
a3956b9cc0 src/voc.c : Fix potential heap overflow. Thanks to Tobias Klein (http://www.trapkit.de). 2009-04-21 17:38:20 +10:00
Erik de Castro Lopo
c2d9a4d86a autogen.sh : Create Cfg directory if it doesn't exist. 2009-04-13 19:43:03 +10:00
Erik de Castro Lopo
2d97dfabee src/sndfile.c : Clear error if opening resource fork fails. 2009-04-12 21:39:54 +10:00
Erik de Castro Lopo
5b2779996c tests/utils.tpl : Add check of sf_error to test_open_file_or_die(). 2009-04-12 21:38:59 +10:00
Erik de Castro Lopo
233d578a1f src/file_io.c : Fix obscure seeking bug reported by Hugh Secker-Walker. 2009-04-12 20:31:20 +10:00
Erik de Castro Lopo
9380ad3f9e tests/stdin_test.c : Check psf->error after opening file. 2009-04-12 15:28:39 +10:00
Erik de Castro Lopo
b99995bef5 tests/ : Cleanup output. 2009-04-11 11:30:42 +10:00
Erik de Castro Lopo
664ba7ea11 doc/development.html : Update. 2009-04-07 21:47:06 +10:00
Erik de Castro Lopo
d10b3d6bc3 Makefile.am : Remove Mingw-make-dist.sh from EXTRA_DIST. 2009-03-25 21:47:20 +11:00
Erik de Castro Lopo
968ca73052 src/float32.c : Fix f2s_clip_array. 2009-03-25 18:22:03 +11:00
Erik de Castro Lopo
12a46a4785 Bunch of minor fixes. 2009-03-24 19:58:48 +11:00
Erik de Castro Lopo
af353e81d0 src/ima_adpcm.c : Remove dead code. 2009-03-24 19:55:10 +11:00
Erik de Castro Lopo
5067a0f5b9 src/float32.c : In host_read_f2s call convert instead of f2s_array. 2009-03-24 19:54:11 +11:00
Erik de Castro Lopo
e635ae7429 Shave files : Pulled update from upstream. 2009-03-23 22:01:35 +11:00
Erik de Castro Lopo
66a7db4717 Remove unused dir. 2009-03-23 20:03:57 +11:00
Erik de Castro Lopo
a6cd99a792 .bzrignore : Ignore Cfg directory. 2009-03-23 11:51:42 +11:00
Erik de Castro Lopo
bd5d995992 configure.ac : Bump version to 1.0.20pre1. 2009-03-20 06:04:09 +11:00
Erik de Castro Lopo
18397bd17c doc/api.html : Add pointers to example programs in source code tarball. 2009-03-19 20:36:54 +11:00
Erik de Castro Lopo
ae118f74d1 configure.ac : Fix flac version. 2009-03-17 15:06:56 +11:00
Erik de Castro Lopo
d750073b26 Merge in Shave stuff. 2009-03-17 14:28:17 +11:00
Erik de Castro Lopo
cf4859c221 tests/sfversion.c : Test function sf_version_string. 2009-03-17 14:11:18 +11:00
Erik de Castro Lopo
ee663d829f Add public function sf_version_string. 2009-03-17 14:10:32 +11:00
Erik de Castro Lopo
bb4018ab7f configure.ac : Add documentation for --disable-external-libs and improve error handling for that option. 2009-03-17 14:09:31 +11:00
Erik de Castro Lopo
aad0c4bf0d src/common.h : Define SF_PLATFORM_S64 for non-gcc compilers with 'long long' type. 2009-03-17 14:08:45 +11:00
Erik de Castro Lopo
f2e1e833de tests/pcm_test.tpl : Improve output. 2009-03-17 03:09:10 +11:00
Erik de Castro Lopo
c9d5d5cab1 src/sndfile.h.in : Check for either _MSCVER or _MSC_VER being defined. 2009-03-15 08:24:45 +11:00