summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2014-06-23programs/*.c : Clean up and normailize printing of version strings.Erik de Castro Lopo1-9/+2
2013-06-23Add *.exe CLEANFILES in Makefile.am.Erik de Castro Lopo1-0/+1
2013-04-07Do not use old variable INCLUDES and use modern AM_INIT_AUTOMAKE invocation.Karl Lindén1-1/+1
2013-02-08examples/sfprocess.c : Add missing #include.Erik de Castro Lopo1-1/+2
2013-02-07Properly initialize SF_INFO in example programsUlrich Klauer3-1/+9
2012-01-21More whitespace and cstyle fixes.Erik de Castro Lopo2-5/+5
2012-01-20Whitespace and cstyle fixes.Erik de Castro Lopo1-78/+78
2011-01-19Update copyright dates.Erik de Castro Lopo6-6/+6
2009-03-24Bunch of minor fixes.Erik de Castro Lopo1-1/+1
2009-02-07Update copyright notices.Erik de Castro Lopo5-5/+5
2008-10-21Move real utility programs from examples/ to new directory programs/ .Erik de Castro Lopo12-3242/+2
2008-10-21Add a new exmaple program (sndfile-to-text.c) and hook it into the build.Erik de Castro Lopo2-1/+130
2008-10-19examples/sndfile-play.c : Remove call to deprecated function snd_pcm_sw_param...Erik de Castro Lopo1-13/+5
2008-10-17examples/common.c : Fix copying of BROADCAST_INFO coding_history field.Erik de Castro Lopo1-3/+5
2008-10-14Merge from -mdev branch.Erik de Castro Lopo9-393/+428
2008-10-08examples/common.c : Add extra length check when copying broadcast info data.Erik de Castro Lopo1-1/+3
2008-10-01examples/test-sndfile-metadata-set.py : Start work on test coding history.Erik de Castro Lopo1-0/+16
2008-10-01examples/sndfile-metadata-(get|set).c : Add usage messages.Erik de Castro Lopo2-6/+67
2008-10-01examples/sndfile-metadata-set.c : Remove --bext-coding-history-append command...Erik de Castro Lopo1-9/+0
2008-09-29examples/sndfile-play.c : Fix win64 issues.Erik de Castro Lopo1-6/+1
2008-09-25*/Makefile.am : Clean paths.Erik de Castro Lopo1-14/+13
2008-09-25examples/sndfile-convert.c : Fix compile.Erik de Castro Lopo1-1/+1
2008-09-25examples : Move code from sndfile-metadata-set.c to common.c.Erik de Castro Lopo3-198/+198
2008-09-25examples/* : Rename copy_data.[ch] to common.[ch]. Fix build.Erik de Castro Lopo5-6/+4
2008-09-14examples/test-sndfile-metadata-set.py : Update test to use --str-title instea...Erik de Castro Lopo1-1/+1
2008-09-14examples/sndfile-metadata-set.c : Clean up handling of bext command line params.Erik de Castro Lopo1-54/+14
2008-09-09examples/sndfile-metadata-(get|set).c : Add handling for more metadata types.Erik de Castro Lopo2-34/+47
2008-09-04Merge from -mdev.Erik de Castro Lopo4-151/+173
2008-09-03examples/sndfile-metadata-set.c : Massive reworking.Erik de Castro Lopo1-107/+120
2008-08-25examples/*-metadata-* : Change command line args.Erik de Castro Lopo3-36/+36
2008-08-24Tweaks.Erik de Castro Lopo1-7/+7
2008-08-24Rename sndfile-bwf-(set|get).c to sndfile-metadata-(set|get).c.Erik de Castro Lopo4-13/+13
2008-08-24examples/sndfile-bwf-set.c : Add --info-auto-create-date command line option.Erik de Castro Lopo1-0/+9
2008-08-23Merge from -mdev branch.Erik de Castro Lopo3-7/+33
2008-08-21examples/sndfile-convert.c : Add SF_FORMAT_RF64 to format_map.Erik de Castro Lopo1-0/+1
2008-08-21examples/sndfile-info.c : When called with -i or -b option, operate on all fi...Erik de Castro Lopo1-2/+4
2008-08-21examples/test-sndfile-bwf-set.py : Update tests.Erik de Castro Lopo1-3/+27
2008-08-21examples/sndfile-bwf-set.c : Fix the month number in autogenerated date. Use ...Erik de Castro Lopo1-2/+2
2008-08-20examples/sndfile-info.c : Clean up output.Erik de Castro Lopo1-1/+2
2008-08-19examples/sndfile-info.c : Only calculate and print 'Signal Max' if file is le...Erik de Castro Lopo1-4/+6
2008-08-18examples/Makefile.am : Add file test-sndfile-bwf-set.py to EXTRA_DIST.Erik de Castro Lopo1-1/+1
2008-08-18examples/test-sndfile-bwf-set.py : Improve printing of test name.Erik de Castro Lopo1-3/+6
2008-08-18examples/sndfile-bwf-set.c : Cleanup and fixes.Erik de Castro Lopo1-42/+21
2008-08-18examples/test-sndfile-bwf-set.py : Add Python script to test sndfile-bwf-set/...Erik de Castro Lopo1-0/+109
2008-08-16examples/sndfile-bwf-get.c : New file. Hook into build.Erik de Castro Lopo2-1/+155
2008-08-16examples/sndfile-bwf-set.c : Basically working.Erik de Castro Lopo1-10/+9
2008-08-16examples/sndfile-bwf-set.c : Progress.Erik de Castro Lopo1-12/+55
2008-08-16examples/ : Break some functionality out of sndfile-convert.c so it can be us...Erik de Castro Lopo4-53/+131
2008-08-16examples/sndfile-convert.c : In function copy_metadata(), copy broadcast info...Erik de Castro Lopo1-0/+6
2008-08-16examples/sndfile-bwf-set.c : Massive updates.Erik de Castro Lopo1-59/+196