Erik de Castro Lopo
|
b298eced44
|
src/sd2.c : Fix a rsrc parsing bug. Example file supplied by Uli Franke.
|
2008-01-05 23:53:51 +11:00 |
|
Erik de Castro Lopo
|
93c478ad22
|
src/command.c : Add Ogg/Vorbis to 'get format' commands.
|
2007-12-28 02:24:54 +11:00 |
|
Erik de Castro Lopo
|
c215c0fc85
|
Apply similar fix from writing float data to WAVEX files without a peak chunk.
|
2007-12-28 01:38:33 +11:00 |
|
Erik de Castro Lopo
|
a6f3f957c4
|
Apply similar fix from writing float data to AIFF files without a peak chunk.
|
2007-12-28 01:33:04 +11:00 |
|
Erik de Castro Lopo
|
8007b31250
|
src/wav.c : Add fix for writing files with float data but no peak chunk (ie peak chunk gets removed after the file is opened).
|
2007-12-28 01:26:58 +11:00 |
|
Erik de Castro Lopo
|
33c4abb8d5
|
tests/header_test.tpl : Add header_shrink_test from Axel Roebel.
|
2007-12-28 01:25:13 +11:00 |
|
Erik de Castro Lopo
|
7b527110fd
|
doc/index.html : Allow LGPL v2.1 or V3.
|
2007-12-28 01:06:30 +11:00 |
|
Erik de Castro Lopo
|
0585d347fe
|
tests/ogg_test.c : Add stereo seek tests.
|
2007-12-16 19:12:42 +11:00 |
|
Erik de Castro Lopo
|
580a61268c
|
src/ogg.c : Set the default encoding quality to 0.4 instead of 4.0.
|
2007-12-16 18:08:30 +11:00 |
|
Erik de Castro Lopo
|
2b5de9860a
|
src/ogg.c : Fix seeking on multichannel Ogg Vorbis files.
|
2007-12-16 17:47:07 +11:00 |
|
Erik de Castro Lopo
|
19f5d65794
|
tests/utils.(def|tpl) : Add compare_XXX_or_die functions.
|
2007-12-14 20:41:33 +11:00 |
|
Erik de Castro Lopo
|
93878894aa
|
tests/Makefile.am : Fix dependancies.
|
2007-12-14 05:01:39 +11:00 |
|
Erik de Castro Lopo
|
c577c45baf
|
tests/ogg_test.c : Small mods to ogg_seek_test.
|
2007-12-14 04:40:16 +11:00 |
|
Erik de Castro Lopo
|
7642800420
|
Add a test (currently failing) for stereo seeking on Ogg Vorbis files.
|
2007-12-14 04:37:27 +11:00 |
|
Erik de Castro Lopo
|
7dd52c0db8
|
tests/utils.tpl : Include <stdint.h>.
|
2007-12-08 09:28:59 +11:00 |
|
Erik de Castro Lopo
|
d271d42503
|
src/aiff.c : Fix a bug where ignoring ssnd_fmt.offset and ssnd_fmt.blocksize caused misaligned reading of 24 bit data.
|
2007-12-05 05:02:20 +11:00 |
|
Erik de Castro Lopo
|
81b11ed418
|
configure.ac : Bump to version 1.0.18pre20.
|
2007-12-03 20:17:10 +11:00 |
|
Erik de Castro Lopo
|
82fe31896b
|
Merge in code from the vox-patch branch.
|
2007-12-03 18:26:23 +11:00 |
|
Erik de Castro Lopo
|
7abd9b409d
|
src/vox_adpcm.c : Remove old codec code and use the code in ima_oki_adpcm.[ch].
|
2007-12-03 18:19:03 +11:00 |
|
Erik de Castro Lopo
|
29fa0c6d57
|
src/ima_oki_adpcm.c : Ensure block for encoder has an even length.
|
2007-12-02 22:30:44 +11:00 |
|
Erik de Castro Lopo
|
df70be47b4
|
Rename some ima_oki_adpcm identifiers to reduce the possibility of symbol collision.
|
2007-12-02 21:17:27 +11:00 |
|
Erik de Castro Lopo
|
fca4fb880e
|
src/ima_oki_adpcm.[ch] : Add buffers to the IMA_OKI_ADPCM struct.
|
2007-12-02 20:00:16 +11:00 |
|
Erik de Castro Lopo
|
cce42c96ed
|
Rename typedef adpcm_code to IMA_OKI_ADPCM.
|
2007-12-02 13:21:38 +11:00 |
|
Erik de Castro Lopo
|
ab0ef06065
|
src/ima_oki_adpcm.c : Remove one loop variable.
|
2007-12-01 23:10:25 +11:00 |
|
Erik de Castro Lopo
|
7c6bcb7025
|
src/ima_oki_adpcm.[ch] : Move copyright notice into the LGPL header.
|
2007-12-01 22:38:30 +11:00 |
|
Erik de Castro Lopo
|
261bb986cd
|
src/ima_oki_adpcm.[ch] : Remove cruft.
|
2007-12-01 22:24:47 +11:00 |
|
Erik de Castro Lopo
|
7a385e497f
|
src/ima_oki_adpcm.[ch] : Add block encode and decode functions.
|
2007-12-01 22:24:17 +11:00 |
|
Erik de Castro Lopo
|
0052038471
|
Merge from mdev.
|
2007-12-01 20:16:16 +11:00 |
|
Erik de Castro Lopo
|
8bd7188363
|
Update .bzrignore.
|
2007-12-01 19:48:48 +11:00 |
|
Erik de Castro Lopo
|
968c18fb54
|
src/gsm610.c : Differentiate between WAV and standard in error messages.
|
2007-12-01 19:46:06 +11:00 |
|
Erik de Castro Lopo
|
675419460f
|
src/GSM610/ : Remove arch-tag cruft.
|
2007-12-01 12:03:17 +11:00 |
|
Erik de Castro Lopo
|
656fe5502e
|
src/GSM610/code.c : Fix comment.
|
2007-12-01 12:02:47 +11:00 |
|
Erik de Castro Lopo
|
828b996d6f
|
examples/sndfile-convert.c : Fix handling of -override-sample-rate=X option.
|
2007-12-01 10:35:45 +11:00 |
|
Erik de Castro Lopo
|
18db6f6531
|
configure.ac : Bump version.
|
2007-11-29 21:30:35 +11:00 |
|
Erik de Castro Lopo
|
f40356ebdf
|
doc/index.html : Remove one link.
|
2007-11-28 21:51:51 +11:00 |
|
Erik de Castro Lopo
|
5ed00573e7
|
configure.ac : Correct version.
|
2007-11-25 21:30:26 +11:00 |
|
Erik de Castro Lopo
|
be5eea124d
|
Merge from -vorbis branch.
|
2007-11-25 19:09:24 +11:00 |
|
Erik de Castro Lopo
|
4e4aea0228
|
doc/command.html : Document SFC_SET_VBR_ENCODING_QUALITY.
|
2007-11-25 18:54:19 +11:00 |
|
Erik de Castro Lopo
|
8aad58ba1a
|
src/ogg.c : Fail SFC_SET_VBR_ENCODING_QUALITY if audio data has already been written to the file.
|
2007-11-25 18:53:53 +11:00 |
|
Erik de Castro Lopo
|
00fbfb1c11
|
Merge from mdev.
|
2007-11-24 21:21:19 +11:00 |
|
Erik de Castro Lopo
|
f94bb9dea4
|
Add new example program to play sound files using the JACK audio server.
|
2007-11-24 10:00:29 +11:00 |
|
Erik de Castro Lopo
|
a0e2ae3b80
|
src/sndfile.c : Recognise files with 'vox6' extension as 6kHz OKI VOX ADPCM files.
|
2007-11-24 07:30:17 +11:00 |
|
Erik de Castro Lopo
|
cb2993697c
|
doc/index.html : Update support table with SD2 and FLAC.
|
2007-11-21 19:55:39 +11:00 |
|
Erik de Castro Lopo
|
bea031b66e
|
Rename src/adpcms.[ch] to src/ima_oki_adpcm.[ch].
|
2007-11-17 23:04:19 +11:00 |
|
Erik de Castro Lopo
|
f1b4ef2174
|
Merge from -mdev.
|
2007-11-17 21:09:28 +11:00 |
|
Erik de Castro Lopo
|
e11eceaffd
|
configure.ac : Minor fix in message output.
|
2007-11-17 20:43:40 +11:00 |
|
Erik de Castro Lopo
|
c1685b0eb6
|
Merge from -mdev.
|
2007-11-17 20:38:11 +11:00 |
|
Erik de Castro Lopo
|
ba0008bf9e
|
Fix wav_pcm lossy_comp_test and run it by default in the test suite.
|
2007-11-17 18:57:22 +11:00 |
|
Erik de Castro Lopo
|
0e12f629df
|
tests/lossy_comp_test.c : Remove more stupid casts.
|
2007-11-17 16:37:55 +11:00 |
|
Erik de Castro Lopo
|
4a59f446bb
|
tests/lossy_comp_test.c : Fix test which did seek from end to 5 samples from start and then compared results. Problem was that test didn't use channel count.
|
2007-11-17 16:36:53 +11:00 |
|