Commit Graph

1017 Commits

Author SHA1 Message Date
evpobr
ccb75f4829 Version 1.0.29 2020-08-15 10:50:52 +05:00
Mario Lang
e873283dc3 Fix some typos.
Closes: https://github.com/erikd/libsndfile/pull/79
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
2014-10-27 06:17:57 +11:00
Erik de Castro Lopo
0d6a1b0725 Make sure checkprograms are built as part of 'make test-tarball'. 2013-04-05 19:21:18 +11:00
Erik de Castro Lopo
ea31ce4588 tests/dft_cmp.c : Fix buffer overflow detected using gcc-4.8.
This was a buffer overflow in libsndfile's test suite code, not
in the actual library code.
2013-03-28 18:11:14 +11:00
Erik de Castro Lopo
7c893e482f M4/gcc_version.m4 : Fix to work with OpenBSD's sed. 2013-03-09 20:34:20 +11:00
Erik de Castro Lopo
e11a0c1881 ALAC/alac_encoder.c : Add correct byte swapping for mChannelLayoutTag.
Patch from Michael Pruett, author of libaudiofile.
2013-03-07 08:00:57 +11:00
Erik de Castro Lopo
ebda7e54ac doc/bugs.html : Link to the github issue tracker. 2013-03-02 10:06:43 +11:00
Erik de Castro Lopo
275a13db6d configure.ac : Improve sanitization of FLAC_CFLAGS value. 2013-02-22 06:29:40 +11:00
Erik de Castro Lopo
1bcfcd31b9 doc/ : Make internal links relative. Patch from Jan Stary. 2013-02-21 20:49:31 +11:00
Erik de Castro Lopo
7a7a1872a5 Call python interpreter instead of using '#!' in script.
This fixes builds on platforms where python is in /usr/local/bin.
Thanks to Jan Stary for reporting this.
2013-02-21 18:26:26 +11:00
Erik de Castro Lopo
d18443e986 ChangeLog : Update entry. 2013-02-14 07:16:05 +11:00
Erik de Castro Lopo
34f1fe1c12 ALAC/ : Replace all un-aligned accesses with safe alternatives. 2013-02-13 20:54:43 +11:00
Erik de Castro Lopo
3c812eb4b3 Add functions psf_get_be(16|32|64) with tests.
These are needed for platforms where un-aligned accesses cause bus
faults.
2013-02-13 20:51:37 +11:00
Erik de Castro Lopo
6ced621a66 src/ : Add tests for psf_put_be32() and psf_put_be64(). 2013-02-13 18:21:55 +11:00
Erik de Castro Lopo
de6d004727 src/sfendian.h : Add big endian versions of H2BE_16 and H2BE_32. 2013-02-12 17:26:44 +11:00
Erik de Castro Lopo
6890818772 Merge d7a161d9..2ffaf92c from libsndfile-cart. 2013-02-11 20:30:15 +11:00
Erik de Castro Lopo
b9e801d580 src/ALAC/ : Replace Apple endswap routines with ones from libsndfile. 2013-02-11 17:54:57 +11:00
Erik de Castro Lopo
74aa688e01 src/common.h : Bump SF_HEADER_LEN from 8192 to 12292. 2013-02-10 13:03:59 +11:00
Erik de Castro Lopo
3fe80ddad1 src/alac.c : Fix segfault when encoding 8 channel files. 2013-02-09 11:15:37 +11:00
Erik de Castro Lopo
13106fab14 ALAC : Fall back to compiler's __BYTE_ORDER__ for endian-ness detection. 2013-02-08 19:56:16 +11:00
Erik de Castro Lopo
c5984c16d2 src/alac.c : Fix valgrind invalid realloc. 2013-02-06 22:07:53 +11:00
Erik de Castro Lopo
e092a9f885 Drop tests for and CPP hackery for C99 struct flexible array feature. 2013-02-06 18:48:36 +11:00
Erik de Castro Lopo
66c5d9490c configure.ac : Use PKG_INSTALLDIR when it exists. 2013-02-05 19:44:05 +11:00
Erik de Castro Lopo
862b00cc40 src/alac.c : The 'pakt' chunk header should now be written correctly. 2013-02-05 19:07:08 +11:00
Erik de Castro Lopo
3bf4533c96 src/alac.c : Start work on filling on the 'pakt' chunk header. 2013-02-03 21:49:28 +11:00
Erik de Castro Lopo
8424962395 src/sfendian.h : Add functions psf_put_be64() and psf_put_be32(). 2013-02-03 21:45:24 +11:00
Erik de Castro Lopo
20f29c6806 Read the ALAC 'pakt' header and stash the values. 2013-02-03 09:43:07 +11:00
Erik de Castro Lopo
2104987247 src/alac.c : Increase ALAC_BYTE_BUFFER_SIZE to 82000.
This seems to work for 8 channel files (max allowed by ALAC spec)
of white noise.

Closes : https://github.com/erikd/libsndfile/issues/10
2013-02-02 22:41:14 +11:00
Erik de Castro Lopo
d01d0508f9 doc/FAQ.html : Add missing opening <P> tag. 2013-02-02 22:37:09 +11:00
Erik de Castro Lopo
d460feb50b doc/FAQ.html : Improve question #8. 2013-01-22 17:28:06 +11:00
Erik de Castro Lopo
32b5544584 Add skeleton src/ogg_opus.c. 2013-01-02 18:00:50 +11:00
Erik de Castro Lopo
e0be0ed962 Fix for compiling when configured with --enable-experimental. 2012-12-12 20:34:31 +11:00
Erik de Castro Lopo
49017a1b08 programs/sndfile-play.c : Better error message on OSX_DARWIN_VERSION > 11. 2012-12-01 12:20:04 +11:00
Erik de Castro Lopo
06aa36e6e5 M4/octave.m4 : Relax constraints on Octave version. 2012-10-13 12:48:05 +11:00
Erik de Castro Lopo
6040ad6a13 Add test for last commit. 2012-10-11 22:20:03 +11:00
Erik de Castro Lopo
835bd33ed4 src/command.c : Fix bug reading short/int from float files. 2012-10-11 22:18:33 +11:00
Erik de Castro Lopo
1213c343ec tests/utils.tpl : Improve compare_*_or_die() functions. 2012-10-11 19:38:50 +11:00
Erik de Castro Lopo
0f67af1a23 src/sndfile.hh : Added a constructor to allow the use of SF_VIRTUAL_IO. 2012-09-25 21:16:34 +10:00
Erik de Castro Lopo
542b5493db Minor cleanup. 2012-08-23 22:25:04 +10:00
Erik de Castro Lopo
312c3cd16d doc/octave.html : Fix link to octave.sourceforge.net. 2012-08-23 20:42:39 +10:00
Erik de Castro Lopo
8680d87044 src/paf.c : Error out if channel count is zero. 2012-08-19 19:51:06 +10:00
Erik de Castro Lopo
65a5067d7a Patch from Ricci Adams to use OSX's AudioQueues on OSX 10.7 and greater. 2012-08-04 18:00:51 +10:00
Erik de Castro Lopo
8b2b9b0c82 programs/common.c : Accept 'ogg' as a file extention for Ogg/Vorbis files. 2012-07-09 19:41:04 +10:00
Erik de Castro Lopo
da47c11bb5 Make sure any previously allocated FLAC stream encoder and stream decoder
objects are deleted before a new one is allocated.
2012-06-22 08:43:09 +10:00
Erik de Castro Lopo
80c47cb240 tests/ : Use the compression_size_test on FLAC as well. 2012-06-20 21:57:28 +10:00
Erik de Castro Lopo
339dea4206 Implement SFC_SET_COMPRESSION_LEVEL command. 2012-06-20 21:52:43 +10:00
Erik de Castro Lopo
86aee7deba src/sndfile.h.in : Add SFC_SET_COMPRESSION_LEVEL. 2012-06-20 21:49:14 +10:00
Erik de Castro Lopo
249c9253a7 tests/utils.tpl : Rename gen_lowpass_noise_float() to gen_lowpass_signal_float(). 2012-06-20 21:30:07 +10:00
Erik de Castro Lopo
19f326f022 Rename vorbis_test.c -> compression_size_test.c. 2012-06-19 19:53:39 +10:00
Erik de Castro Lopo
86e74209b5 Add a test for the previous commit. 2012-06-19 06:33:37 +10:00