third_party_libsnd/src
2007-04-09 12:52:45 +10:00
..
FLAC Rename src/FLAC/tests to src/FLAC/test_libFLAC. 2006-12-19 11:30:41 +11:00
G72x Fix?? for src/G72x/g72x.c and tests/lossy_comp_test.c. 2006-10-15 08:21:42 +00:00
GSM610 Add error message if code is compiled with a C++ compiler. 2005-02-01 10:46:28 +00:00
OGG First snapshot of the public project. 2007-05-14 19:55:24 +10:00
aiff.c aiff.c : Add support for 'in24' files. 2007-02-22 10:28:57 +11:00
alaw.c Update copyright notices. 2005-01-26 22:46:37 +00:00
au.c Remove au_nh_open() and all references to it (wasn't working anyway). 2005-11-19 00:57:49 +00:00
audio_detect.c src/audio_detect.c : Voting basically working. 2007-02-28 13:46:02 +11:00
avr.c Update copyright dates on some files. 2006-03-04 02:25:37 +00:00
binheader_writef_check.py binheader_writef_check.py : Minor cleanup. 2006-05-04 11:13:00 +00:00
broadcast.c First snapshot of the public project. 2007-05-14 19:55:24 +10:00
caf.c Add new file to check for bad parameters passed to psf_binheader_writef(), add to Makefile.am, fix bugs. 2006-05-04 10:54:47 +00:00
command.c Make new FLAC stuff build and run correctly. 2006-10-31 08:38:04 +11:00
common.c Fix a bug reading/writing 64 bit header fields. Complete unit tests. 2006-11-13 19:59:30 +11:00
common.h Most crude test of audio_detect is passing. 2007-02-13 14:40:51 +11:00
create_symbols_file.py Add exported function sf_get_info. 2007-02-07 00:09:25 +11:00
dither.c More use of UNUSED macro. 2006-10-22 13:31:27 +00:00
double64.c Add optional clipping on float file data to int read data conversions. 2006-10-03 11:47:27 +00:00
dwd.c Fix a couple of compiler warnings. 2007-04-09 12:52:45 +10:00
dwvw.c More use of UNUSED macro. 2006-10-22 13:31:27 +00:00
file_io.c Whitespace fixes. 2006-10-17 11:33:26 +00:00
flac.c src/flac.c : Turn off seekable flag when writing, return SFE_BAD_RDWR_FORMAT when opening file for RDWR. 2007-04-07 09:48:20 +10:00
float32.c Add optional clipping on float file data to int read data conversions. 2006-10-03 11:47:27 +00:00
float_cast.h float_cast.h : Add Cygwin specific replacements for lrint/lrintf. 2005-09-06 10:07:25 +00:00
g72x.c Use UNUSED macro to prevent compiler warnings. 2006-10-22 13:03:19 +00:00
gsm610.c More use of UNUSED macro. 2006-10-22 13:31:27 +00:00
htk.c Merge codec_close/container_close mods from --codec-close branch. 2005-10-26 21:26:13 +00:00
ima_adpcm.c Remove fdate field from SF_PRIVATE struct and replace it with codec_data. 2006-05-22 05:12:36 +00:00
interleave.c Ensure sfconfig.h is included before any other header file. 2005-10-13 09:22:16 +00:00
ircam.c More use of UNUSED macro. 2006-10-22 13:31:27 +00:00
macbinary3.c More use of UNUSED macro. 2006-10-22 13:31:27 +00:00
macos.c More use of UNUSED macro. 2006-10-22 13:31:27 +00:00
Makefile.am Add files src/audio_detect.c src/test_audio_detect.c, hook into build. 2007-02-13 13:35:59 +11:00
mat4.c src/mat4.c : Fix array indexing issue. Thanks to Ben Allison (Nullsoft) for alerting me. 2007-04-07 09:53:19 +10:00
mat5.c Add new file to check for bad parameters passed to psf_binheader_writef(), add to Makefile.am, fix bugs. 2006-05-04 10:54:47 +00:00
ms_adpcm.c Remove fdate field from SF_PRIVATE struct and replace it with codec_data. 2006-05-22 05:12:36 +00:00
new.c Ensure sfconfig.h is included before any other header file. 2005-10-13 09:22:16 +00:00
nist.c Merge codec_close/container_close mods from --codec-close branch. 2005-10-26 21:26:13 +00:00
ogg.c Fix a couple of compiler warnings. 2007-04-09 12:52:45 +10:00
paf.c Use UNUSED macro to prevent compiler warnings. 2006-10-22 13:03:19 +00:00
pcm.c Ensure sfconfig.h is included before any other header file. 2005-10-13 09:22:16 +00:00
pvf.c More use of UNUSED macro. 2006-10-22 13:31:27 +00:00
raw.c Ensure sfconfig.h is included before any other header file. 2005-10-13 09:22:16 +00:00
rx2.c Fix a couple of compiler warnings. 2007-04-09 12:52:45 +10:00
sd2.c sd2.c : Add workaround for switched sample rate and sample size. 2006-10-27 09:52:07 +00:00
sds.c Remove fdate field from SF_PRIVATE struct and replace it with codec_data. 2006-05-22 05:12:36 +00:00
sf_unistd.h Fix cross compiling from Linux with mingw32msvc. 2004-03-04 22:02:43 +00:00
sfconfig.h Add configure checks for <locale.h> and setlocale(). 2005-09-20 02:03:43 +00:00
sfendian.h sfendian.h : Add include guard. 2006-11-13 12:00:04 +11:00
sndfile.c src/sndfile.c : Fix a possible NULL dereference in sf_command(). 2007-04-09 12:44:55 +10:00
sndfile.h.in Add exported function sf_get_info. 2007-02-07 00:09:25 +11:00
sndfile.hh sndfiile.hh : Add an std:string SndfileHandle constructor. 2006-10-04 22:51:31 +00:00
strings.c Make sure length of header buffer can hold header plus strings. 2006-01-10 08:54:06 +00:00
svx.c For AIFF, SVX and WAV add warning to log if file is bigger than 4 gig. 2006-11-03 20:53:39 +11:00
test_audio_detect.c Minor tweaks. 2007-02-13 22:15:31 +11:00
test_conversions.c src/test_conversions.c : Whitespace fixes. 2007-02-07 00:11:30 +11:00
test_endswap.def Fix printf formatting for int64_t on 64 bit machines. 2006-05-05 11:34:27 +00:00
test_endswap.tpl Fix printf formatting for int64_t on 64 bit machines. 2006-05-05 11:34:27 +00:00
test_file_io.c Clean up unit testing. 2006-11-13 18:46:31 +11:00
test_log_printf.c Clean up unit testing. 2006-11-13 18:46:31 +11:00
txw.c Fix a couple of compiler warnings. 2007-04-09 12:52:45 +10:00
ulaw.c Update copyright notices. 2005-01-26 22:46:37 +00:00
voc.c Remove fdate field from SF_PRIVATE struct and replace it with codec_data. 2006-05-22 05:12:36 +00:00
vox_adpcm.c Remove fdate field from SF_PRIVATE struct and replace it with codec_data. 2006-05-22 05:12:36 +00:00
w64.c Start work on using WAV_PRIVATE struct. 2007-02-07 00:14:08 +11:00
wav_w64.c wav_w64.c : Minor fix. 2007-02-13 18:32:47 +11:00
wav_w64.h Start work towards detecting ausio codec type from the actual audio data. 2007-02-13 13:19:24 +11:00
wav.c Start work towards detecting ausio codec type from the actual audio data. 2007-02-13 13:19:24 +11:00
wve.c Fix a couple of compiler warnings. 2007-04-09 12:52:45 +10:00
xi.c More use of UNUSED macro. 2006-10-22 13:31:27 +00:00