index
:
~arun/libsndfile
b2g
master
Unnamed repository; edit this file 'description' to name the repository.
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-27
Fix some typos.
Mario Lang
1
-3
/
+3
2013-04-05
Make sure checkprograms are built as part of 'make test-tarball'.
Erik de Castro Lopo
1
-0
/
+6
2013-03-28
tests/dft_cmp.c : Fix buffer overflow detected using gcc-4.8.
Erik de Castro Lopo
1
-0
/
+7
2013-03-09
M4/gcc_version.m4 : Fix to work with OpenBSD's sed.
Erik de Castro Lopo
1
-0
/
+5
2013-03-07
ALAC/alac_encoder.c : Add correct byte swapping for mChannelLayoutTag.
Erik de Castro Lopo
1
-0
/
+6
2013-03-02
doc/bugs.html : Link to the github issue tracker.
Erik de Castro Lopo
1
-0
/
+5
2013-02-22
configure.ac : Improve sanitization of FLAC_CFLAGS value.
Erik de Castro Lopo
1
-0
/
+5
2013-02-21
doc/ : Make internal links relative. Patch from Jan Stary.
Erik de Castro Lopo
1
-0
/
+3
2013-02-21
Call python interpreter instead of using '#!' in script.
Erik de Castro Lopo
1
-0
/
+6
2013-02-14
ChangeLog : Update entry.
Erik de Castro Lopo
1
-0
/
+1
2013-02-13
ALAC/ : Replace all un-aligned accesses with safe alternatives.
Erik de Castro Lopo
1
-1
/
+4
2013-02-13
Add functions psf_get_be(16|32|64) with tests.
Erik de Castro Lopo
1
-0
/
+4
2013-02-13
src/ : Add tests for psf_put_be32() and psf_put_be64().
Erik de Castro Lopo
1
-0
/
+5
2013-02-12
src/sfendian.h : Add big endian versions of H2BE_16 and H2BE_32.
Erik de Castro Lopo
1
-0
/
+5
2013-02-11
Merge d7a161d9..2ffaf92c from libsndfile-cart.
Erik de Castro Lopo
1
-0
/
+5
2013-02-11
src/ALAC/ : Replace Apple endswap routines with ones from libsndfile.
Erik de Castro Lopo
1
-0
/
+5
2013-02-10
src/common.h : Bump SF_HEADER_LEN from 8192 to 12292.
Erik de Castro Lopo
1
-0
/
+6
2013-02-09
src/alac.c : Fix segfault when encoding 8 channel files.
Erik de Castro Lopo
1
-0
/
+6
2013-02-08
ALAC : Fall back to compiler's __BYTE_ORDER__ for endian-ness detection.
Erik de Castro Lopo
1
-0
/
+5
2013-02-06
src/alac.c : Fix valgrind invalid realloc.
Erik de Castro Lopo
1
-0
/
+4
2013-02-06
Drop tests for and CPP hackery for C99 struct flexible array feature.
Erik de Castro Lopo
1
-0
/
+6
2013-02-05
configure.ac : Use PKG_INSTALLDIR when it exists.
Erik de Castro Lopo
1
-0
/
+4
2013-02-05
src/alac.c : The 'pakt' chunk header should now be written correctly.
Erik de Castro Lopo
1
-0
/
+6
2013-02-03
src/alac.c : Start work on filling on the 'pakt' chunk header.
Erik de Castro Lopo
1
-0
/
+3
2013-02-03
src/sfendian.h : Add functions psf_put_be64() and psf_put_be32().
Erik de Castro Lopo
1
-0
/
+3
2013-02-03
Read the ALAC 'pakt' header and stash the values.
Erik de Castro Lopo
1
-0
/
+5
2013-02-02
src/alac.c : Increase ALAC_BYTE_BUFFER_SIZE to 82000.
Erik de Castro Lopo
1
-0
/
+3
2013-02-02
doc/FAQ.html : Add missing opening <P> tag.
Erik de Castro Lopo
1
-0
/
+5
2013-01-22
doc/FAQ.html : Improve question #8.
Erik de Castro Lopo
1
-0
/
+5
2013-01-02
Add skeleton src/ogg_opus.c.
Erik de Castro Lopo
1
-0
/
+5
2012-12-12
Fix for compiling when configured with --enable-experimental.
Erik de Castro Lopo
1
-0
/
+6
2012-12-01
programs/sndfile-play.c : Better error message on OSX_DARWIN_VERSION > 11.
Erik de Castro Lopo
1
-1
/
+12
2012-10-13
M4/octave.m4 : Relax constraints on Octave version.
Erik de Castro Lopo
1
-0
/
+5
2012-10-11
Add test for last commit.
Erik de Castro Lopo
1
-0
/
+3
2012-10-11
src/command.c : Fix bug reading short/int from float files.
Erik de Castro Lopo
1
-0
/
+8
2012-10-11
tests/utils.tpl : Improve compare_*_or_die() functions.
Erik de Castro Lopo
1
-0
/
+5
2012-09-25
src/sndfile.hh : Added a constructor to allow the use of SF_VIRTUAL_IO.
Erik de Castro Lopo
1
-0
/
+6
2012-08-23
Minor cleanup.
Erik de Castro Lopo
1
-0
/
+4
2012-08-23
doc/octave.html : Fix link to octave.sourceforge.net.
Erik de Castro Lopo
1
-0
/
+5
2012-08-19
src/paf.c : Error out if channel count is zero.
Erik de Castro Lopo
1
-0
/
+7
2012-08-04
Patch from Ricci Adams to use OSX's AudioQueues on OSX 10.7 and greater.
Erik de Castro Lopo
1
-0
/
+5
2012-07-09
programs/common.c : Accept 'ogg' as a file extention for Ogg/Vorbis files.
Erik de Castro Lopo
1
-0
/
+5
2012-06-22
Make sure any previously allocated FLAC stream encoder and stream decoder
Erik de Castro Lopo
1
-0
/
+6
2012-06-20
tests/ : Use the compression_size_test on FLAC as well.
Erik de Castro Lopo
1
-0
/
+3
2012-06-20
Implement SFC_SET_COMPRESSION_LEVEL command.
Erik de Castro Lopo
1
-0
/
+7
2012-06-20
src/sndfile.h.in : Add SFC_SET_COMPRESSION_LEVEL.
Erik de Castro Lopo
1
-0
/
+3
2012-06-20
tests/utils.tpl : Rename gen_lowpass_noise_float() to gen_lowpass_signal_floa...
Erik de Castro Lopo
1
-0
/
+7
2012-06-19
Rename vorbis_test.c -> compression_size_test.c.
Erik de Castro Lopo
1
-0
/
+6
2012-06-19
Add a test for the previous commit.
Erik de Castro Lopo
1
-0
/
+3
2012-06-19
Fix a 'bext' zero length coding history bug.
Erik de Castro Lopo
1
-0
/
+7
[next]