index
:
libsndfile.git
master
Unnamed repository; edit this file 'description' to name the repository.
Helio Chissini de Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-20
Add an Android-friendly build system
HEAD
master
Arun Raghavan
2
-2/+84
2012-01-20
Run configure in autogen.sh
Arun Raghavan
1
-0/+2
2012-01-20
Add a pkgconfig file for uninstalled builds
Arun Raghavan
2
-1/+13
2012-01-20
Use absolute source directory where required
Arun Raghavan
1
-4/+4
2011-11-16
programs/sndfile-info.c : Minor refactoring.
Erik de Castro Lopo
1
-10/+1
2011-11-04
src/id3.c : Fix a stack overflow when parsing a file with multiple ID3 headers.
Erik de Castro Lopo
2
-3/+16
2011-10-29
Make (float32|double_64)_(be|le)_read() functions const correct.
Erik de Castro Lopo
4
-8/+13
2011-10-28
Fix compiler warnings with latest MinGW cross compiler.
Erik de Castro Lopo
3
-3/+7
2011-10-28
src/sfendian.h : Minor tweaking of types.
Erik de Castro Lopo
2
-2/+7
2011-10-13
src/file_io.c : Use the non-deprecated resource fork name on OSX.
Erik de Castro Lopo
2
-1/+6
2011-10-12
src/wav.c : Jump over the 'olym' chunks when parsing.
Erik de Castro Lopo
2
-1/+14
2011-10-06
tests/write_read_test.tpl : Remove un-needed windows only truncate() implemen...
Erik de Castro Lopo
2
-27/+5
2011-09-04
tests/write_read_test.tpl : Add tests for 32 bit PCM SD2 files.
Erik de Castro Lopo
2
-0/+9
2011-09-04
Make sure 23 bit PCM SD2 files are readable/writeable.
Erik de Castro Lopo
2
-1/+6
2011-08-23
configure.ac : Use AC_SYS_LARGEFILE instead of AC_SYS_EXTRA_LARGEFILE.
Erik de Castro Lopo
2
-1/+7
2011-08-07
Move ACLOCAL_AMFLAGS setup to Makefile.am.
Erik de Castro Lopo
3
-3/+7
2011-07-15
src/paf.c : Replace ppaf24->samplesperblock with a compile time constant.
Erik de Castro Lopo
2
-16/+18
2011-07-15
doc/command.html : Merge two separate blocks of SFC_SET_VBR_ENCODING_QUALITY ...
Erik de Castro Lopo
2
-38/+9
2011-07-15
configure.ac : 1.0.26pre1.
Erik de Castro Lopo
1
-1/+1
2011-07-13
Updates for 1.0.25.
Erik de Castro Lopo
8
-12/+26
2011-07-13
doc/command.html : Document SFC_SET_VBR_ENCODING_QUALITY, SFC_GET/SET_LOOP_IN...
Erik de Castro Lopo
1
-2/+198
2011-07-13
src/ogg_vorbis.c : Fix return value of SFC_SET_VBR_ENCODING_QUALITY command.
Erik de Castro Lopo
2
-5/+10
2011-07-12
regtest/database.c : Fix compiler warning.
Erik de Castro Lopo
1
-1/+1
2011-07-07
Add 'checkprograms' Make target.
Erik de Castro Lopo
4
-24/+34
2011-07-07
src/sfconfig.h : Add handling for HAVE_SYS_WAIT_H.
Erik de Castro Lopo
2
-0/+9
2011-07-07
autogen.sh : Always use --force with libtoolize.
Erik de Castro Lopo
1
-2/+2
2011-07-06
src/ogg_vorbis.c : Rename VORBIS_PRIVATE fields.
Erik de Castro Lopo
1
-63/+63
2011-07-06
tests/utils.tpl : Clean up use of memset.
Erik de Castro Lopo
2
-3/+6
2011-07-06
Use calloc instead of malloc followed by memset.
Erik de Castro Lopo
4
-7/+6
2011-07-06
Fix for Secunia Advisory SA45125, heap overflow in PAF file handler.
Erik de Castro Lopo
4
-2/+11
2011-07-06
Purge SF_ASSERT macro. Use standard C assert instead.
Erik de Castro Lopo
3
-8/+7
2011-07-05
tests/format_check_test.c : Fix compiler warnings.
Erik de Castro Lopo
2
-2/+10
2011-07-05
src/ogg.c : Fix log message.
Erik de Castro Lopo
2
-2/+7
2011-07-05
src/dwd.c : Fix compiler warning.
Erik de Castro Lopo
1
-3/+1
2011-07-04
configure.ac : Link libspeex if ENABLE_EXPERIMENTAL_CODE == 1.
Erik de Castro Lopo
1
-2/+9
2011-07-04
Move vorbis specific code to ogg_vorbis.c, add new files for handling PCM
Erik de Castro Lopo
8
-1066/+1924
2011-07-04
tests/test_wrapper.sh.in : Fix for ENABLE_EXPERIMENTAL_CODE mode.
Erik de Castro Lopo
1
-1/+1
2011-07-04
tests/format_check_test.c : Add a test to for SF_FINFO format field validation.
Erik de Castro Lopo
2
-4/+42
2011-07-04
src/sndfile.c : Fix error message for erro code SFE_ZERO_MINOR_FORMAT.
Erik de Castro Lopo
2
-1/+6
2011-06-28
src/strings.c : Clean up and refactor storage of SF_STR_SOFTWARE.
Erik de Castro Lopo
2
-28/+24
2011-06-23
Fix definition of SF_STR_LAST and update SF_STR_* related docs.
Erik de Castro Lopo
3
-2/+12
2011-06-21
src/wav.c : Jump over 'FLLR' chunks.
Erik de Castro Lopo
2
-0/+5
2011-06-21
src/wav_w64.c : Fix blockalign == 0 message.
Erik de Castro Lopo
1
-1/+3
2011-06-21
src/wav_w64.c : Accept broken WAV files with blockalign == 0.
Erik de Castro Lopo
2
-5/+10
2011-06-21
programs/sndfile-interleave.c : Fix handling of argc.
Erik de Castro Lopo
2
-1/+6
2011-06-13
src/ogg.c : Fix -Wundef warning.
Erik de Castro Lopo
2
-2/+3
2011-06-13
configure.ac : Add -Wundef to CFLAGS.
Erik de Castro Lopo
2
-2/+5
2011-06-13
src/sndfile.h.in : Fix -Wundef warning due to ENABLE_SNDFILE_WINDOWS_PROTOTYPES.
Erik de Castro Lopo
2
-1/+6
2011-05-17
*/Makefile.am : Use check_PROGRAMS instead of noinst_PROGRAMS where appropriate.
Erik de Castro Lopo
3
-5/+8
2011-05-17
configure.ac : Use int64_t instead of off_t when they are the same size.
Erik de Castro Lopo
2
-0/+6
[next]