summaryrefslogtreecommitdiff
path: root/programs
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-07programs/common.c : Fix update_strings() copyright, comment, album and licens...Erik de Castro Lopo1-4/+4
2009-12-12programs/test-sndfile-metadata-set.py : Disable test that never worked.Erik de Castro Lopo1-1/+2
2009-12-11Merge from -dev.Erik de Castro Lopo8-369/+667
2009-12-10Hook sndfile-concat into build system.Erik de Castro Lopo1-1/+4
2009-12-10Add new program sndfile-concat with man page.Erik de Castro Lopo1-0/+171
2009-12-09Remove build rules for sndfile-jackplay.Erik de Castro Lopo1-5/+1
2009-12-09Remove sndfile-jackplay which has been moved to the sndfile-tools package.Erik de Castro Lopo1-277/+0
2009-12-03programs/sndfile-interleave.c : Make it actually work.Erik de Castro Lopo1-5/+5
2009-12-02Add new programs sndfile-interleave and sndfile-deinterleave.Erik de Castro Lopo3-1/+395
2009-12-02Move some code from sndfile-convert.c to programs/common.[ch] for reuse.Erik de Castro Lopo3-83/+97
2009-11-16programs/sndfile-convert.c : Allow the program to read from stdin by specifyi...Erik de Castro Lopo1-1/+1
2009-10-18Merge from -dev branch.Erik de Castro Lopo3-20/+21
2009-09-19Remove WIN32 snprintf #define.Erik de Castro Lopo1-1/+0
2009-07-29programs/sndfile-convert.c : Tweaks.Erik de Castro Lopo1-3/+3
2009-06-30programs/sndfile-play.c : Allow use of Open Sound System audio output under F...Erik de Castro Lopo1-16/+18
2009-05-29programs/sndfile-convert.c : Copy channel map data during copy_metadata().Erik de Castro Lopo2-4/+14
2009-05-23programs/sndfile-info.c : Add -c command line option to dump the channel map...Erik de Castro Lopo1-0/+85
2009-02-22Fix 'unused variable' warnings.Erik de Castro Lopo1-5/+7
2009-02-22programs/*.c : Don't include un-needed headers.Erik de Castro Lopo3-3/+1
2009-02-22programs/sndfile-info.c : Remove dead code.Erik de Castro Lopo1-22/+14
2009-02-07Update copyright notices.Erik de Castro Lopo5-5/+5
2009-02-03programs/sndfile-info.c : Simplify get_signal_max using SFC_CALC_SIGNAL_MAX c...Erik de Castro Lopo1-16/+3