summaryrefslogtreecommitdiff
path: root/programs
AgeCommit message (Expand)AuthorFilesLines
2014-11-11programs/ : Minor console output fixes.Erik de Castro Lopo2-4/+1
2014-10-27Fix some typos.Mario Lang1-1/+1
2014-08-03More fixes for HAVE_SNDIO_H changes.Erik de Castro Lopo1-2/+2
2014-07-30Fix detection and usage OpenBSD's <sndio.h>.Erik de Castro Lopo1-2/+2
2014-07-03Revert "src/sndfile.c : Make WAV/GSM610 with sample rates other than 8kHz inv...Erik de Castro Lopo1-13/+3
2014-07-02programs/sndfile-convert.c : Improve error message for GSM610.Erik de Castro Lopo1-3/+13
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 Lopo1-14/+18
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-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 Lopo2-24/+5
2014-06-21programs/sndfile-convert.c : Clean up --help output.Erik de Castro Lopo1-22/+20
2013-07-31programs/sndfile-play.c : Special case for Android.Erik de Castro Lopo1-4/+10
2013-07-02programs/sndfile-convert.c : Add a -normalize command line argument.Erik de Castro Lopo3-7/+14
2013-06-24programs/sndfile-convert.c : Improve error reporting.Erik de Castro Lopo1-3/+32
2013-06-24programs/common.[ch] : Add sfe_endian_name() etc functions.Erik de Castro Lopo2-2/+93
2013-06-23Add *.exe CLEANFILES in Makefile.am.Erik de Castro Lopo1-1/+1
2013-06-23sndfile-convert.c : Add ability to specify endian-ness.Erik de Castro Lopo1-1/+23
2013-04-07Do not use old variable INCLUDES and use modern AM_INIT_AUTOMAKE invocation.Karl Lindén1-1/+1
2013-02-11programs/sndfile-info.c : Add ability to dump the cart chunk.Erik de Castro Lopo1-7/+73
2012-12-01programs/sndfile-play.c : Better error message on OSX_DARWIN_VERSION > 11.Erik de Castro Lopo1-2/+12
2012-11-30sndfile-play.c : Use OSX_DARWIN_VERSION to customize for different versions.Erik de Castro Lopo1-14/+9
2012-08-04Patch from Ricci Adams to use OSX's AudioQueues on OSX 10.7 and greater.Erik de Castro Lopo1-3/+180
2012-07-09programs/common.c : Accept 'ogg' as a file extention for Ogg/Vorbis files.Erik de Castro Lopo1-0/+1
2012-03-03programs/sndfile-convert.c : Add support for alac codec.Erik de Castro Lopo1-0/+20
2012-02-18programs/sndfile-play.c : Remove un-needed OSX include <Carbon.h>.Erik de Castro Lopo1-1/+0
2012-01-21More whitespace and cstyle fixes.Erik de Castro Lopo8-26/+26
2012-01-20Whitespace and cstyle fixes.Erik de Castro Lopo3-7/+7
2012-01-04programs/sndfile-cmp.c : Catch the case where the second file has more frames...Erik de Castro Lopo1-3/+3
2011-11-16programs/sndfile-info.c : Minor refactoring.Erik de Castro Lopo1-10/+1
2011-10-28Fix compiler warnings with latest MinGW cross compiler.Erik de Castro Lopo1-2/+3
2011-06-21programs/sndfile-interleave.c : Fix handling of argc.Erik de Castro Lopo1-1/+1
2011-03-28Fix a bunch of compiler warnings with gcc-4.6.Erik de Castro Lopo2-4/+4
2011-03-21programs/ : Use Use program_name() where appropriate. Fix build.Erik de Castro Lopo9-43/+32
2011-03-21programs/common.[ch] : Add function program_name().Erik de Castro Lopo2-0/+19
2011-01-19Update copyright dates.Erik de Castro Lopo12-12/+12
2011-01-19programs/sndfile-play.c : Remove cruft.Erik de Castro Lopo1-6/+1
2010-10-11programs/*.c : Add the libsndfile version to the usage message of all programs.Erik de Castro Lopo9-24/+35
2010-10-06Makefile.am : Add *~ to CLEANFILES.Erik de Castro Lopo1-0/+2
2010-08-02programs/sndfile-info.c : Print 'unknown' if frame count == SF_COUNT_MAX.Erik de Castro Lopo1-2/+7
2010-05-07programs/ : Update metadata after the audio data is copied. Other minor fixes...Erik de Castro Lopo2-2/+4
2010-04-20New file programs/sndfile-salvage.c.Erik de Castro Lopo2-1/+284
2010-04-09programs/sndfile-convert.c : Fix valgrind warning.Erik de Castro Lopo1-1/+3
2010-04-06programs/sndfile-cmp.c : When files differ in the PCM data, also print the di...Erik de Castro Lopo1-19/+22
2010-02-22programs/sndfile-metadata-set : Apply a patch from Robin Gareus allowing the ...Erik de Castro Lopo3-4/+16
2010-02-22programs/sndfile-concat.c : Whitespace cleanup.Erik de Castro Lopo1-6/+6
2010-01-10programs/sndfile-(de)>interleave.c : Improve usage messages.Erik de Castro Lopo2-6/+13
2010-01-07programs/sndfile-play : Apply patch from Christian Weisgerber and Jacob Meuse...Erik de Castro Lopo2-1/+66