Commit Graph

103 Commits

Author SHA1 Message Date
Erik de Castro Lopo
d5b1bfe843 examples/* : Rename copy_data.[ch] to common.[ch]. Fix build. 2008-09-25 20:19:03 +10:00
Erik de Castro Lopo
7eef4ad4f8 examples/test-sndfile-metadata-set.py : Update test to use --str-title instead of -str-name. 2008-09-14 18:01:00 +10:00
Erik de Castro Lopo
ba4fe7ae2c examples/sndfile-metadata-set.c : Clean up handling of bext command line params. 2008-09-14 18:00:23 +10:00
Erik de Castro Lopo
e95d2a9faa examples/sndfile-metadata-(get|set).c : Add handling for more metadata types. 2008-09-09 21:12:59 +10:00
Erik de Castro Lopo
5967cf587c examples/sndfile-metadata-set.c : Massive reworking. 2008-09-03 20:32:01 +10:00
Erik de Castro Lopo
b301e43a24 examples/*-metadata-* : Change command line args. 2008-08-25 20:04:11 +10:00
Erik de Castro Lopo
c3e9c10119 Tweaks. 2008-08-24 20:34:02 +10:00
Erik de Castro Lopo
2c4dd4a8e7 Rename sndfile-bwf-(set|get).c to sndfile-metadata-(set|get).c. 2008-08-24 19:38:18 +10:00
Erik de Castro Lopo
edbc326a0b examples/sndfile-bwf-set.c : Add --info-auto-create-date command line option. 2008-08-24 19:12:17 +10:00
Erik de Castro Lopo
d939e1a372 examples/sndfile-info.c : When called with -i or -b option, operate on all files on command line, not just the first. 2008-08-21 16:57:27 +10:00
Erik de Castro Lopo
ee05833a00 examples/test-sndfile-bwf-set.py : Update tests. 2008-08-21 14:19:24 +10:00
Erik de Castro Lopo
44fdbd82ed examples/sndfile-bwf-set.c : Fix the month number in autogenerated date. Use hypen in date instead of slash. 2008-08-21 09:18:20 +10:00
Erik de Castro Lopo
fa5a4eb7ca examples/Makefile.am : Add file test-sndfile-bwf-set.py to EXTRA_DIST. 2008-08-18 22:23:10 +10:00
Erik de Castro Lopo
34d3364a2e examples/test-sndfile-bwf-set.py : Improve printing of test name. 2008-08-18 10:18:37 +10:00
Erik de Castro Lopo
5c17eed9a6 examples/sndfile-bwf-set.c : Cleanup and fixes. 2008-08-18 10:18:05 +10:00
Erik de Castro Lopo
e127d6d8ad examples/test-sndfile-bwf-set.py : Add Python script to test sndfile-bwf-set/get. 2008-08-18 08:53:14 +10:00
Erik de Castro Lopo
f2b953d6ec examples/sndfile-bwf-get.c : New file. Hook into build. 2008-08-16 21:16:03 +10:00
Erik de Castro Lopo
d49a48124c examples/sndfile-bwf-set.c : Basically working. 2008-08-16 18:39:36 +10:00
Erik de Castro Lopo
1dfa1127a5 examples/sndfile-bwf-set.c : Progress. 2008-08-16 17:18:38 +10:00
Erik de Castro Lopo
686e6c6386 examples/ : Break some functionality out of sndfile-convert.c so it can be used in examples/sndfile-bwf-set.c. 2008-08-16 16:16:39 +10:00
Erik de Castro Lopo
7ec8cfadf2 examples/sndfile-convert.c : In function copy_metadata(), copy broadcast info if present. 2008-08-16 16:11:30 +10:00
Erik de Castro Lopo
0c1236235a examples/sndfile-bwf-set.c : Massive updates. 2008-08-16 15:46:33 +10:00
Erik de Castro Lopo
e3a79ad03a Add new file examples/sndfile-bwf-set.c and hook into build. 2008-08-16 13:09:01 +10:00
Erik de Castro Lopo
f91a269817 examples/sndfile-info.c : Minor tweaks. 2008-08-16 13:04:47 +10:00
Erik de Castro Lopo
1d68c20ccc examples/sndfilehandle.cc : Fix includes. 2008-06-03 13:47:17 +10:00
Erik de Castro Lopo
5040a33394 examples/sndfile-info.c : Fix calculation of BEXT time reference. 2008-05-31 20:37:28 +10:00
Erik de Castro Lopo
4d7c4616d3 examples/sndfile-info.c : Print out the BEXT time reference in a sensible format. 2008-05-31 17:56:19 +10:00
Erik de Castro Lopo
c32e543478 Remove examples/sndfile-data-trim.c. 2008-04-30 07:13:19 +10:00
Erik de Castro Lopo
d3321b7fc0 Whitespace and C style cleanups. 2008-04-19 19:19:24 +10:00
Erik de Castro Lopo
e48f1c7f4d Add tests for MPC 2000 file format. 2008-04-19 13:02:35 +10:00
Erik de Castro Lopo
922dbe4f49 Add writing pf MPC 2000 files. 2008-04-19 10:57:04 +10:00
Erik de Castro Lopo
091d6ac84e Sync to mdev branch. 2008-04-06 08:41:08 +10:00
Erik de Castro Lopo
2e97a51cdd Clean out cruft. 2008-04-05 20:13:47 +11:00
Erik de Castro Lopo
42b8a1e0f8 examples/sndfile-(info|play).c : Use Sleep function from <windows.h> instead of _sleep. 2008-03-25 22:15:04 +11:00
Erik de Castro Lopo
78800c8755 examples/sndfile-jackplay.c : Minor tweaks to warning message printed when compiled without libjack. 2008-02-05 09:47:59 +11:00
Erik de Castro Lopo
aa15a930f9 Apply patch from Yair K. to fix compiles with OSS v4. 2008-01-20 15:27:14 +11:00
Erik de Castro Lopo
2becb25102 Add new example program sndfile-cmp.c, contributed by Conrad Parker. Hook into build. 2008-01-09 18:24:11 +11:00
Erik de Castro Lopo
828b996d6f examples/sndfile-convert.c : Fix handling of -override-sample-rate=X option. 2007-12-01 10:35:45 +11:00
Erik de Castro Lopo
00fbfb1c11 Merge from mdev. 2007-11-24 21:21:19 +11:00
Erik de Castro Lopo
f94bb9dea4 Add new example program to play sound files using the JACK audio server. 2007-11-24 10:00:29 +11:00
Erik de Castro Lopo
473d8078d2 Merge from -mdev branch. 2007-11-03 17:49:53 +11:00
Erik de Castro Lopo
6215c4c47c Add example program using the C++ SndfileHandle class. 2007-11-03 12:50:53 +11:00
Erik de Castro Lopo
966c9cfbcb Merge from -mdev branch. 2007-10-28 22:10:39 +11:00
Erik de Castro Lopo
d7c919f121 Fix gcc-4.2 warning messages. 2007-10-22 23:02:11 +10:00
Erik de Castro Lopo
0a2a698771 Merge from -mdev branch. 2007-10-16 21:54:39 +10:00
Erik de Castro Lopo
98e1abafb9 Change license to all example programs to BSD. 2007-09-10 19:20:13 +10:00
Erik de Castro Lopo
a065003d5f examples/sndfile-convert.c : Use copy_data_fp if input or output is vorbis. 2007-08-10 21:25:45 +10:00
Erik de Castro Lopo
c1b2629e99 examples/sndfile-convert.c : Allow conversion to ogg/vorbis. 2007-08-10 20:52:56 +10:00
Erik de Castro Lopo
4362342b98 Merge changes from Reuben Thomas to improve WVE support. 2007-04-14 18:00:06 +10:00
Erik de Castro Lopo
70976311f0 Add file examples/sndfile-data-trim.c. Hook into build. 2007-04-14 16:51:38 +10:00