summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-07Add an Android-friendly build systemb2gArun Raghavan2-2/+93
2015-03-06Run configure in autogen.shArun Raghavan1-0/+2
2015-03-06Add a pkgconfig file for uninstalled buildsArun Raghavan2-1/+13
2015-03-06Use absolute source directory where requiredArun Raghavan1-4/+4
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
2014-07-02src/sndfile.c : Make WAV/GSM610 with sample rates other than 8kHz invalid.Erik de Castro Lopo1-2/+2
2014-07-02man/Makefile.am : Hook up sndfile-salvage.1.Erik de Castro Lopo1-3/+4
2014-07-02man/sndfile-(convert|salvage).1 : Typos.Erik de Castro Lopo2-3/+3
2014-07-02doc/api.html : Fix typos.Erik de Castro Lopo1-3/+4
2014-07-01programs/sndfile-convert.c : Add warning for some conversions.Erik de Castro Lopo1-0/+8
2014-07-01Reorder file format lists to be the same as sndfile.h and api.htmlErik de Castro Lopo2-41/+55
2014-06-30tests/(floating_point|scale_clip)_test.def : Quote hex literals.Erik de Castro Lopo2-4/+4
2014-06-28tests/write_read_test.tpl : Rename 'long_file_okz' -> 'long_file_ok'.Erik de Castro Lopo1-2/+2
2014-06-25programs/*.c : More exit code fixes.Erik de Castro Lopo6-24/+12
2014-06-24programs/sndfile-cmp.c : Fix up exit status.Erik de Castro Lopo1-5/+2
2014-06-24programs/sndfile-metadata-get.c : Make --all the default behaviour.Erik de Castro Lopo1-5/+6
2014-06-24man/ : More manpage tweaks.Erik de Castro Lopo5-3/+20
2014-06-23man/sndfile-metadata-get.1 : Improvements.Erik de Castro Lopo1-16/+92
2014-06-23programs/sndfile-metadata-*.c : Minor cleanup.Erik de Castro Lopo2-6/+9
2014-06-23programs/*.c : Clean up and normailize printing of version strings.Erik de Castro Lopo3-33/+7
2014-06-23man/sndfile-salvage.1 : New manpage file.Erik de Castro Lopo1-0/+30
2014-06-22man/sndfile-concat.1 : Improvements, including addition of exit status.Erik de Castro Lopo1-7/+17
2014-06-22man/sndfile-play.1 : Improvements.Erik de Castro Lopo1-24/+23
2014-06-22man/sndfile-info.1 : Document command line options.Erik de Castro Lopo1-11/+21
2014-06-22man/sndfile-interleave.1 : Improvements including exit status and examples.Erik de Castro Lopo1-12/+47
2014-06-21programs/sndfile-convert.c : Clean up --help output.Erik de Castro Lopo1-22/+20
2014-06-21man/sndfile-convert.1 : Reformatting.Erik de Castro Lopo1-11/+126
2014-06-21man/sndfile-cmp.1 : Improve explanation. Add exist status info.Erik de Castro Lopo1-7/+15
2014-06-20man/*.1 : Conver from man to mdoc markup language.Erik de Castro Lopo7-152/+194
2014-06-02configure.ac : Add -funsigned-char to CXXFLAGS.Erik de Castro Lopo1-3/+5
2014-05-08src/ima_adpcm.c : 2 separate IMA seek functionsMichael Tolly1-4/+52
2014-05-07src/ima_adpcm.c : Add parens for explicit 16 bit sign extention.Erik de Castro Lopo1-2/+2
2014-05-07src/ima_adpcm.c : fix for IMA4 AIFF-C, closes #2Michael Tolly1-1/+2
2014-04-20src/GSM610/ : Switch to <stdint.h> types.Erik de Castro Lopo12-449/+449
2014-04-19src/sndfile.h.in : Whitespace.Erik de Castro Lopo1-3/+3
2014-04-19src/ALAC/ : Whitespace only.Erik de Castro Lopo19-2535/+2531
2014-04-19src/G72x/ : Whitespace only.Erik de Castro Lopo7-436/+437
2014-04-19src/GSM610/ : Whitespace only.Erik de Castro Lopo16-2291/+2231
2014-04-19Scripts/git-pre-commit-hook : Tweaks.Erik de Castro Lopo1-30/+30
2014-04-05tests/floating_point_test.tpl : Adjust test targets for -fsanitizer=integer.Erik de Castro Lopo1-4/+4
2014-04-05src/* tests/* : Fix problems found by clang sanitizer.Erik de Castro Lopo12-73/+123
2014-04-05configure.ac : Add --enable-sanitizer option.Erik de Castro Lopo1-0/+14
2014-04-05Be more careful including <sys/time.h>.Erik de Castro Lopo2-14/+21