index
:
~arun/libsndfile
b2g
master
Unnamed repository; edit this file 'description' to name the repository.
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
programs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-01
programs/sndfile-play.c : Better error message on OSX_DARWIN_VERSION > 11.
Erik de Castro Lopo
1
-2
/
+12
2012-11-30
sndfile-play.c : Use OSX_DARWIN_VERSION to customize for different versions.
Erik de Castro Lopo
1
-14
/
+9
2012-08-04
Patch from Ricci Adams to use OSX's AudioQueues on OSX 10.7 and greater.
Erik de Castro Lopo
1
-3
/
+180
2012-07-09
programs/common.c : Accept 'ogg' as a file extention for Ogg/Vorbis files.
Erik de Castro Lopo
1
-0
/
+1
2012-03-03
programs/sndfile-convert.c : Add support for alac codec.
Erik de Castro Lopo
1
-0
/
+20
2012-02-18
programs/sndfile-play.c : Remove un-needed OSX include <Carbon.h>.
Erik de Castro Lopo
1
-1
/
+0
2012-01-21
More whitespace and cstyle fixes.
Erik de Castro Lopo
8
-26
/
+26
2012-01-20
Whitespace and cstyle fixes.
Erik de Castro Lopo
3
-7
/
+7
2012-01-04
programs/sndfile-cmp.c : Catch the case where the second file has more frames...
Erik de Castro Lopo
1
-3
/
+3
2011-11-16
programs/sndfile-info.c : Minor refactoring.
Erik de Castro Lopo
1
-10
/
+1
2011-10-28
Fix compiler warnings with latest MinGW cross compiler.
Erik de Castro Lopo
1
-2
/
+3
2011-06-21
programs/sndfile-interleave.c : Fix handling of argc.
Erik de Castro Lopo
1
-1
/
+1
2011-03-28
Fix a bunch of compiler warnings with gcc-4.6.
Erik de Castro Lopo
2
-4
/
+4
2011-03-21
programs/ : Use Use program_name() where appropriate. Fix build.
Erik de Castro Lopo
9
-43
/
+32
2011-03-21
programs/common.[ch] : Add function program_name().
Erik de Castro Lopo
2
-0
/
+19
2011-01-19
Update copyright dates.
Erik de Castro Lopo
12
-12
/
+12
2011-01-19
programs/sndfile-play.c : Remove cruft.
Erik de Castro Lopo
1
-6
/
+1
2010-10-11
programs/*.c : Add the libsndfile version to the usage message of all programs.
Erik de Castro Lopo
9
-24
/
+35
2010-10-06
Makefile.am : Add *~ to CLEANFILES.
Erik de Castro Lopo
1
-0
/
+2
2010-08-02
programs/sndfile-info.c : Print 'unknown' if frame count == SF_COUNT_MAX.
Erik de Castro Lopo
1
-2
/
+7
2010-05-07
programs/ : Update metadata after the audio data is copied. Other minor fixes...
Erik de Castro Lopo
2
-2
/
+4
2010-04-20
New file programs/sndfile-salvage.c.
Erik de Castro Lopo
2
-1
/
+284
2010-04-09
programs/sndfile-convert.c : Fix valgrind warning.
Erik de Castro Lopo
1
-1
/
+3
2010-04-06
programs/sndfile-cmp.c : When files differ in the PCM data, also print the di...
Erik de Castro Lopo
1
-19
/
+22
2010-02-22
programs/sndfile-metadata-set : Apply a patch from Robin Gareus allowing the ...
Erik de Castro Lopo
3
-4
/
+16
2010-02-22
programs/sndfile-concat.c : Whitespace cleanup.
Erik de Castro Lopo
1
-6
/
+6
2010-01-10
programs/sndfile-(de)>interleave.c : Improve usage messages.
Erik de Castro Lopo
2
-6
/
+13
2010-01-07
programs/sndfile-play : Apply patch from Christian Weisgerber and Jacob Meuse...
Erik de Castro Lopo
2
-1
/
+66
2010-01-07
programs/common.c : Fix update_strings() copyright, comment, album and licens...
Erik de Castro Lopo
1
-4
/
+4
2009-12-12
programs/test-sndfile-metadata-set.py : Disable test that never worked.
Erik de Castro Lopo
1
-1
/
+2
2009-12-11
Merge from -dev.
Erik de Castro Lopo
8
-369
/
+667
2009-12-10
Hook sndfile-concat into build system.
Erik de Castro Lopo
1
-1
/
+4
2009-12-10
Add new program sndfile-concat with man page.
Erik de Castro Lopo
1
-0
/
+171
2009-12-09
Remove build rules for sndfile-jackplay.
Erik de Castro Lopo
1
-5
/
+1
2009-12-09
Remove sndfile-jackplay which has been moved to the sndfile-tools package.
Erik de Castro Lopo
1
-277
/
+0
2009-12-03
programs/sndfile-interleave.c : Make it actually work.
Erik de Castro Lopo
1
-5
/
+5
2009-12-02
Add new programs sndfile-interleave and sndfile-deinterleave.
Erik de Castro Lopo
3
-1
/
+395
2009-12-02
Move some code from sndfile-convert.c to programs/common.[ch] for reuse.
Erik de Castro Lopo
3
-83
/
+97
2009-11-16
programs/sndfile-convert.c : Allow the program to read from stdin by specifyi...
Erik de Castro Lopo
1
-1
/
+1
2009-10-18
Merge from -dev branch.
Erik de Castro Lopo
3
-20
/
+21
2009-09-19
Remove WIN32 snprintf #define.
Erik de Castro Lopo
1
-1
/
+0
2009-07-29
programs/sndfile-convert.c : Tweaks.
Erik de Castro Lopo
1
-3
/
+3
2009-06-30
programs/sndfile-play.c : Allow use of Open Sound System audio output under F...
Erik de Castro Lopo
1
-16
/
+18
2009-05-29
programs/sndfile-convert.c : Copy channel map data during copy_metadata().
Erik de Castro Lopo
2
-4
/
+14
2009-05-23
programs/sndfile-info.c : Add -c command line option to dump the channel map...
Erik de Castro Lopo
1
-0
/
+85
2009-02-22
Fix 'unused variable' warnings.
Erik de Castro Lopo
1
-5
/
+7
2009-02-22
programs/*.c : Don't include un-needed headers.
Erik de Castro Lopo
3
-3
/
+1
2009-02-22
programs/sndfile-info.c : Remove dead code.
Erik de Castro Lopo
1
-22
/
+14
2009-02-07
Update copyright notices.
Erik de Castro Lopo
5
-5
/
+5
2009-02-03
programs/sndfile-info.c : Simplify get_signal_max using SFC_CALC_SIGNAL_MAX c...
Erik de Castro Lopo
1
-16
/
+3
[next]