Erik de Castro Lopo
|
d24ff22aa7
|
libsndfile.spec.in : Change field name 'URL' to 'Url'.
|
2011-12-19 20:22:34 +11:00 |
|
Erik de Castro Lopo
|
d5e34a6bb5
|
programs/sndfile-info.c : Minor refactoring.
|
2011-11-16 21:56:32 +11:00 |
|
Erik de Castro Lopo
|
41da64d927
|
src/id3.c : Fix a stack overflow when parsing a file with multiple ID3 headers.
|
2011-11-05 09:49:14 +11:00 |
|
Erik de Castro Lopo
|
04bc10f412
|
Make (float32|double_64)_(be|le)_read() functions const correct.
|
2011-10-30 09:59:16 +11:00 |
|
Erik de Castro Lopo
|
952d4e4cd7
|
Fix compiler warnings with latest MinGW cross compiler.
|
2011-10-28 19:15:22 +11:00 |
|
Erik de Castro Lopo
|
c23fe74ee6
|
src/sfendian.h : Minor tweaking of types.
|
2011-10-28 17:45:58 +11:00 |
|
Erik de Castro Lopo
|
b966c921e2
|
src/file_io.c : Use the non-deprecated resource fork name on OSX.
|
2011-10-13 20:54:40 +11:00 |
|
Erik de Castro Lopo
|
d53d575f32
|
src/wav.c : Jump over the 'olym' chunks when parsing.
|
2011-10-12 21:56:28 +11:00 |
|
Erik de Castro Lopo
|
3dd9bc6d21
|
tests/write_read_test.tpl : Remove un-needed windows only truncate() implementation.
|
2011-10-06 21:23:53 +11:00 |
|
Erik de Castro Lopo
|
835f31e8de
|
tests/write_read_test.tpl : Add tests for 32 bit PCM SD2 files.
|
2011-09-04 13:47:55 +10:00 |
|
Erik de Castro Lopo
|
923c2b375b
|
Make sure 23 bit PCM SD2 files are readable/writeable.
|
2011-09-04 13:47:16 +10:00 |
|
Erik de Castro Lopo
|
d464da7dba
|
configure.ac : Use AC_SYS_LARGEFILE instead of AC_SYS_EXTRA_LARGEFILE.
|
2011-08-23 20:20:20 +10:00 |
|
Erik de Castro Lopo
|
5983e8ca46
|
Move ACLOCAL_AMFLAGS setup to Makefile.am.
|
2011-08-07 19:54:24 +10:00 |
|
Erik de Castro Lopo
|
bbba79eb75
|
src/paf.c : Replace ppaf24->samplesperblock with a compile time constant.
|
2011-07-15 19:07:33 +10:00 |
|
Erik de Castro Lopo
|
ad2ca2a182
|
doc/command.html : Merge two separate blocks of SFC_SET_VBR_ENCODING_QUALITY documentation.
|
2011-07-15 19:06:40 +10:00 |
|
Erik de Castro Lopo
|
164a20e75b
|
configure.ac : 1.0.26pre1.
|
2011-07-15 19:05:30 +10:00 |
|
Erik de Castro Lopo
|
2c4d2bdce6
|
Updates for 1.0.25.
|
2011-07-13 21:21:13 +10:00 |
|
Erik de Castro Lopo
|
4775c2d092
|
doc/command.html : Document SFC_SET_VBR_ENCODING_QUALITY, SFC_GET/SET_LOOP_INFO and SFC_GET_INSTRUMENT.
|
2011-07-13 21:20:24 +10:00 |
|
Erik de Castro Lopo
|
4e585b5450
|
src/ogg_vorbis.c : Fix return value of SFC_SET_VBR_ENCODING_QUALITY command.
|
2011-07-13 21:16:09 +10:00 |
|
Erik de Castro Lopo
|
e2d1d8e526
|
regtest/database.c : Fix compiler warning.
|
2011-07-12 10:37:09 +10:00 |
|
Erik de Castro Lopo
|
24fac32d57
|
Add 'checkprograms' Make target.
|
2011-07-07 19:47:51 +10:00 |
|
Erik de Castro Lopo
|
ccff89c091
|
src/sfconfig.h : Add handling for HAVE_SYS_WAIT_H.
|
2011-07-07 19:39:04 +10:00 |
|
Erik de Castro Lopo
|
2948194604
|
autogen.sh : Always use --force with libtoolize.
|
2011-07-07 18:59:10 +10:00 |
|
Erik de Castro Lopo
|
9b90bd4710
|
src/ogg_vorbis.c : Rename VORBIS_PRIVATE fields.
|
2011-07-06 21:44:08 +10:00 |
|
Erik de Castro Lopo
|
603f0fb519
|
tests/utils.tpl : Clean up use of memset.
|
2011-07-06 20:12:10 +10:00 |
|
Erik de Castro Lopo
|
fc20f1741c
|
Use calloc instead of malloc followed by memset.
|
2011-07-06 20:10:40 +10:00 |
|
Erik de Castro Lopo
|
e6175930cd
|
Fix for Secunia Advisory SA45125, heap overflow in PAF file handler.
|
2011-07-06 19:40:05 +10:00 |
|
Erik de Castro Lopo
|
02004d4290
|
Purge SF_ASSERT macro. Use standard C assert instead.
|
2011-07-06 19:28:50 +10:00 |
|
Erik de Castro Lopo
|
a121ba7963
|
tests/format_check_test.c : Fix compiler warnings.
|
2011-07-05 19:37:09 +10:00 |
|
Erik de Castro Lopo
|
8fd5fdac1e
|
src/ogg.c : Fix log message.
|
2011-07-05 19:24:34 +10:00 |
|
Erik de Castro Lopo
|
1e8d7c5abc
|
src/dwd.c : Fix compiler warning.
|
2011-07-05 19:23:27 +10:00 |
|
Erik de Castro Lopo
|
c4e96841c9
|
configure.ac : Link libspeex if ENABLE_EXPERIMENTAL_CODE == 1.
|
2011-07-04 22:01:56 +10:00 |
|
Erik de Castro Lopo
|
82ce09ecec
|
Move vorbis specific code to ogg_vorbis.c, add new files for handling PCM
and Speex codecs in an Ogg container. The later two are only enabled with
ENABLE_EXPERIMENTAL_CODE config variable.
|
2011-07-04 22:00:59 +10:00 |
|
Erik de Castro Lopo
|
caa74f89bb
|
tests/test_wrapper.sh.in : Fix for ENABLE_EXPERIMENTAL_CODE mode.
|
2011-07-04 21:47:02 +10:00 |
|
Erik de Castro Lopo
|
58780bc2d4
|
tests/format_check_test.c : Add a test to for SF_FINFO format field validation.
|
2011-07-04 19:36:59 +10:00 |
|
Erik de Castro Lopo
|
046be9e6fa
|
src/sndfile.c : Fix error message for erro code SFE_ZERO_MINOR_FORMAT.
|
2011-07-04 19:34:57 +10:00 |
|
Erik de Castro Lopo
|
7194d455db
|
src/strings.c : Clean up and refactor storage of SF_STR_SOFTWARE.
|
2011-06-28 18:22:12 +10:00 |
|
Erik de Castro Lopo
|
7e7bd97b6c
|
Fix definition of SF_STR_LAST and update SF_STR_* related docs.
|
2011-06-23 19:34:33 +10:00 |
|
Erik de Castro Lopo
|
fa0d33f933
|
src/wav.c : Jump over 'FLLR' chunks.
|
2011-06-21 20:28:03 +10:00 |
|
Erik de Castro Lopo
|
2cb352b6f0
|
src/wav_w64.c : Fix blockalign == 0 message.
|
2011-06-21 20:27:40 +10:00 |
|
Erik de Castro Lopo
|
0198ba1b6e
|
src/wav_w64.c : Accept broken WAV files with blockalign == 0.
|
2011-06-21 20:07:42 +10:00 |
|
Erik de Castro Lopo
|
19dd992490
|
programs/sndfile-interleave.c : Fix handling of argc.
|
2011-06-21 19:27:30 +10:00 |
|
Erik de Castro Lopo
|
2fae56b753
|
src/ogg.c : Fix -Wundef warning.
|
2011-06-13 22:15:56 +10:00 |
|
Erik de Castro Lopo
|
1b4b05ae6a
|
configure.ac : Add -Wundef to CFLAGS.
|
2011-06-13 22:15:06 +10:00 |
|
Erik de Castro Lopo
|
e71a2381f1
|
src/sndfile.h.in : Fix -Wundef warning due to ENABLE_SNDFILE_WINDOWS_PROTOTYPES.
|
2011-06-13 22:04:26 +10:00 |
|
Erik de Castro Lopo
|
b16c4a98d7
|
*/Makefile.am : Use check_PROGRAMS instead of noinst_PROGRAMS where appropriate.
|
2011-05-18 06:34:39 +10:00 |
|
Erik de Castro Lopo
|
ff38eacb92
|
configure.ac : Use int64_t instead of off_t when they are the same size.
|
2011-05-18 06:33:28 +10:00 |
|
Erik de Castro Lopo
|
c8225b52e1
|
src/wav.c : Don't allow unknown and/or un-editable chunks to prevent the file from being opened in SFM_RDWR mode.
|
2011-05-08 09:52:30 +10:00 |
|
Erik de Castro Lopo
|
837e348993
|
tests/format_check_test.c : Fix segfault.
|
2011-05-01 02:42:30 +10:00 |
|
Erik de Castro Lopo
|
4d13639134
|
tests/format_check_test.c : Fix '==' where there should have been a '='.
|
2011-04-29 06:37:20 +10:00 |
|