Commit Graph

334 Commits

Author SHA1 Message Date
Erik de Castro Lopo
11186a0f4f src/FLAC : Merge from upstream CVS. 2007-07-25 21:09:44 +10:00
Erik de Castro Lopo
ea1f70fa87 Rename psf_rand_long -> psf_rand_int32. 2007-07-17 18:06:27 +10:00
Erik de Castro Lopo
e35511f9af src/common.[ch] : Add function psf_rand_long(). 2007-07-15 20:21:45 +10:00
Erik de Castro Lopo
26ffd6e422 src/flac.c : Fix memory leak; set copy parameter to FALSE in call to FLAC__metadata_object_vorbiscomment_append_comment. 2007-07-15 12:20:31 +10:00
Erik de Castro Lopo
274bb817e5 Make sure string tests for SF_STR_LICENSE actually works. 2007-07-14 12:38:17 +10:00
Erik de Castro Lopo
3d9e8c2eb5 src/FLAC : Merge from FLAC upstream sources. 2007-07-14 12:30:42 +10:00
Erik de Castro Lopo
3680fe7971 Add string type SF_STR_LICENSE, update test and use for FLAC files. 2007-07-13 22:14:49 +10:00
Erik de Castro Lopo
4c07486dd9 Finalize reading/writing string metadata. Tests pass. 2007-07-13 21:51:19 +10:00
Erik de Castro Lopo
3211a29d2f src/strings.c : Fix logic for testing if audio data has been written and string is added. 2007-07-13 21:21:46 +10:00
Erik de Castro Lopo
01527eace7 tests/string_test.c : Add ability to test strings stored in metadata secion of FLAC files. 2007-07-13 20:14:26 +10:00
Erik de Castro Lopo
89a552500a src/flac.c : Improve reporting of FLAC metadata. 2007-07-12 22:16:35 +10:00
Erik de Castro Lopo
06ddb6f163 Add string type SF_STR_ALBUM, update test and use for FLAC files. 2007-07-12 19:21:24 +10:00
Erik de Castro Lopo
ca525377fc Apply patch to read artist and title metadata from FLAC files. 2007-07-12 19:06:36 +10:00
Erik de Castro Lopo
7296f49096 Merge from upstream CVS. 2007-06-28 09:55:17 +10:00
Erik de Castro Lopo
d6bb65d967 src/FLAC : Update from upstream CVS. 2007-06-16 16:49:47 +10:00
Erik de Castro Lopo
43d11aa41d src/sndfile.hh : Fix constructor so subsequent calls to other methods don't segfault. 2007-06-14 19:07:34 +10:00
Erik de Castro Lopo
7f92331b18 src/flac.c : Fix buffer overflow bug. 2007-06-10 13:49:41 +10:00
Erik de Castro Lopo
9eb5e33974 tests/write_read_test.tpl : Add multi_seek_test. 2007-06-10 12:19:33 +10:00
Erik de Castro Lopo
3eb08a6b70 tests/utils.tpl : Add function write_mono_file. 2007-06-10 11:34:11 +10:00
Erik de Castro Lopo
10177412f3 Apply patch from Trent Apted make it compile on Intel MacOSX. 2007-06-07 21:03:03 +10:00
Erik de Castro Lopo
992892fbca doc/FAQ.html : Minor update. 2007-06-07 11:50:30 +10:00
Erik de Castro Lopo
68264e7b27 src/wav.c : Fix writing of MSGUID subtypes. 2007-05-28 18:52:51 +10:00
Erik de Castro Lopo
a31d96aaef wav.c : Fix array indexing bug raised by Bruce Sharpe. 2007-05-22 06:58:15 +10:00
Erik de Castro Lopo
4fb72b3654 Random changes. 2007-05-12 12:32:30 +10:00
Erik de Castro Lopo
b2a8abc9f7 src/FLAC/src/share/getopt/getopt.c : Fix Mac OSX / PowerPC compile warnings. 2007-05-12 12:11:12 +10:00
Erik de Castro Lopo
5d1be9c7b5 doc/FAQ.html : Add Q/A about MP3 support. 2007-05-04 17:55:53 +10:00
Erik de Castro Lopo
5d68b4253e doc/new_file_type.HOWTO : Minor updates. 2007-05-03 19:32:35 +10:00
Erik de Castro Lopo
8aefc9b4e3 src/common.[ch] : Constify psf_hexdump. 2007-05-02 22:09:25 +10:00
Erik de Castro Lopo
db7d16be9c src/FLAC/src/libFLAC/stream_encoder.c : Fix compiler warnings. 2007-04-30 22:30:49 +10:00
Erik de Castro Lopo
bd50fba974 src/FLAC : Ditch and re-import required FLAC code. 2007-04-30 22:03:05 +10:00
Erik de Castro Lopo
b8fede2089 Detect if win32 DLL is beging generated and only run win32_ordinal_test if true. 2007-04-23 18:23:05 +10:00
Erik de Castro Lopo
69e6a9c83b Fix error in files generated on big endian systems. Robustify parsing. 2007-04-18 11:27:29 +10:00
Erik de Castro Lopo
d554139673 Complete definition of SfE_WVE_NO_WVE error message. 2007-04-18 06:52:55 +10:00
Erik de Castro Lopo
28714c9ee0 Fix compile warnings for 64 bit systems. 2007-04-16 23:54:51 +10:00
Erik de Castro Lopo
b05c4a46aa src/double64.c : Fix clipping of double to short conversions on 64 bit systems. 2007-04-16 23:00:44 +10:00
Erik de Castro Lopo
abee60d5e1 tests/cpp_test.cc : Fix printf format flag. 2007-04-15 20:15:32 +10:00
Erik de Castro Lopo
5ebb50a41f Use audio detect function when 'fmt ' chunk data is suspicious. 2007-04-15 13:04:45 +10:00
Erik de Castro Lopo
69ded76e69 Add tests for WVE files. 2007-04-14 22:05:03 +10:00
Erik de Castro Lopo
4362342b98 Merge changes from Reuben Thomas to improve WVE support. 2007-04-14 18:00:06 +10:00
Erik de Castro Lopo
9c70f5bb80 Apply patch from Andre Pang. 2007-04-14 17:16:04 +10:00
Erik de Castro Lopo
70976311f0 Add file examples/sndfile-data-trim.c. Hook into build. 2007-04-14 16:51:38 +10:00
Erik de Castro Lopo
1c923e7159 src/sndfile.hh : Add a static SndfileHandle::formatCheck method. 2007-04-11 09:50:50 +10:00
Erik de Castro Lopo
be02f7d3e4 Fix a couple of compiler warnings. 2007-04-09 12:52:45 +10:00
Erik de Castro Lopo
744f93c17d src/mat4.c : Fix array indexing issue. Thanks to Ben Allison (Nullsoft) for alerting me. 2007-04-07 09:53:19 +10:00
Erik de Castro Lopo
d806de2b79 doc/FAQ.html : Add Q/A 19. 2007-03-05 15:08:23 +11:00
Erik de Castro Lopo
43e7da063e FAQ.html : Add Q/A 18 and clean up Q3. 2007-03-01 13:42:39 +11:00
Erik de Castro Lopo
9fca72cb4f Guard against MacOSX universal binary compiles. 2007-03-01 13:41:56 +11:00
Erik de Castro Lopo
94fee4ea48 aiff.c : Add support for 'in24' files. 2007-02-22 10:28:57 +11:00
Erik de Castro Lopo
8805e441c0 Add files src/audio_detect.c src/test_audio_detect.c, hook into build. 2007-02-13 13:35:59 +11:00
Erik de Castro Lopo
ac61efccb8 Remove examples/cooledit-fixer.c. 2007-02-07 10:08:23 +11:00