summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-24tests/test_wrapper.sh.in : Handle failure of sfversion.Erik de Castro Lopo1-4/+4
2014-11-16Add file Scripts/static-deps-build.mk.Erik de Castro Lopo1-0/+74
2014-11-16src/Makefile.am : Clean up usage of autotool variables.Erik de Castro Lopo1-6/+3
2014-11-13configure : Disable versioned dynamic library when compling for Android.Erik de Castro Lopo2-2/+7
2014-11-11programs/ : Minor console output fixes.Erik de Castro Lopo2-4/+1
2014-11-04src/sd2.c Whitespace fix.Erik de Castro Lopo1-2/+2
2014-11-04sd2: fix use-after-freeTristan Matthews1-0/+3
2014-11-04caf: avoid NULL dereferenceTristan Matthews1-1/+1
2014-11-03Manpage updates/improvementss.Erik de Castro Lopo8-56/+38
2014-11-02Update .gitignore.Erik de Castro Lopo1-0/+4
2014-11-02CMake/build.cmake : Fix for CMake 3.0.2.Erik de Castro Lopo1-15/+22
2014-10-29src/sndfile.c : Return an error if the file path is too long.Erik de Castro Lopo2-5/+15
2014-10-29src/common.h : Double value of SF_FILENAME_LEN to 1024.Erik de Castro Lopo1-1/+1
2014-10-28Minor CMake files.Erik de Castro Lopo2-7/+15
2014-10-27src/flac.c : Remove un-needed code.Erik de Castro Lopo1-6/+2
2014-10-27Fix some typos.Mario Lang7-16/+16
2014-10-17src/sndfile.c : Fix sfinfo.frames file on SFM_WRITE.Erik de Castro Lopo2-8/+17
2014-10-12src/common.h : Increase SF_MAX_CHANNELS from 256 to 1024.Erik de Castro Lopo1-1/+1
2014-10-08src/ : Add more checks for suported channel counts.Erik de Castro Lopo2-14/+18
2014-09-02AUTHORS : Add contributors.Erik de Castro Lopo1-0/+43
2014-09-02configure.ac: Fix detection of MinGWTimothy Gu1-1/+1
2014-08-12Purge redundant file binheader_readf_check.py.Erik de Castro Lopo1-62/+0
2014-08-12CMakeLists.txt : Use bash to run test_wrapper.sh.Erik de Castro Lopo1-1/+1
2014-08-03More fixes for HAVE_SNDIO_H changes.Erik de Castro Lopo1-2/+2
2014-08-03configure.ac : Fix chmod of Scripts/build-test-tarball.mk.Erik de Castro Lopo1-1/+1
2014-07-31CMakeLists.txt : Generate tests/test_wrapper.sh during configure.Erik de Castro Lopo1-29/+21
2014-07-31CMake : Build system nears parity with autotool build system.Erik de Castro Lopo6-177/+351
2014-07-31Update .gitignore for CMake artifacts.Erik de Castro Lopo1-0/+1
2014-07-31tests/ : Fix warnings from clang 3.5.Erik de Castro Lopo4-16/+17
2014-07-30Fix detection and usage OpenBSD's <sndio.h>.Erik de Castro Lopo2-2/+5
2014-07-17src/sndfile.hh: initialize all member variablesTristan Matthews1-1/+1
2014-07-13CMake : Detect functions and libraries.Erik de Castro Lopo3-12/+94
2014-07-13CMakeLists.txt : Build a versioned shared library.Erik de Castro Lopo1-1/+8
2014-07-13CMake : Add all the library C files and start on CFLAGS.Erik de Castro Lopo1-25/+46
2014-07-13CMake : Split functions out into a separate file.Erik de Castro Lopo3-71/+96
2014-07-12CMake : Use check_type_size as needed.Erik de Castro Lopo2-9/+43
2014-07-12CMake : Detect and set COMPILER_IS_GCC.Erik de Castro Lopo3-3/+38
2014-07-12autogen.sh : Generate CMake/config.h.in from src/config.h.in.Erik de Castro Lopo1-0/+11
2014-07-12CMakeLists.txt : First pass at making it work for Linux.Erik de Castro Lopo1-17/+71
2014-07-12Add CMakeLists.txt.Erik de Castro Lopo1-0/+116
2014-07-12src/common.h : Unifiy usage of COMPILER_IS_GCC.Erik de Castro Lopo1-2/+2
2014-07-12Update .gitignore.Erik de Castro Lopo1-0/+2
2014-07-12src/test_endswap.def : Enclose hex literals in single quotes.Erik de Castro Lopo1-6/+6
2014-07-11src/wav.c : Fix length of 'data' section.Erik de Castro Lopo1-0/+6
2014-07-11src/wav.c : Ensure all non-PCM files contain a 'fact' chunk.Erik de Castro Lopo1-8/+6
2014-07-04tests/floating_point_test.tpl : Adjust SNR targets for OpenBSD.Erik de Castro Lopo1-3/+4
2014-07-04configure.ac : Detect OpenBSD as a separate OS.Erik de Castro Lopo1-0/+5
2014-07-03Revert "src/sndfile.c : Make WAV/GSM610 with sample rates other than 8kHz inv...Erik de Castro Lopo4-22/+12
2014-07-02programs/sndfile-convert.c : Improve error message for GSM610.Erik de Castro Lopo1-3/+13
2014-07-02tests/ : Fix tests for SF_FORMAT_GSM610.Erik de Castro Lopo2-7/+7