third_party_libsnd/src
2020-08-26 11:59:26 +05:00
..
ALAC ALAC: Fix warnings from AppleClang 2016-07-03 11:34:29 +10:00
G72x tests: Fixes for MSVC 2017-04-14 13:03:27 +10:00
GSM610 Replace custom definitions of int16_t etc with <stdint.h> versions 2017-09-30 20:26:01 +10:00
aiff.c Add support for more than 1000 cue points in WAV and AIFF files (#434) 2018-12-23 20:32:56 +11:00
alac.c src/alac.c: Remove large stack allocations 2016-09-14 18:00:13 +10:00
alaw.c a/ulaw: fix multiple buffer overflows (#432) 2018-12-24 16:43:48 +11:00
au.c src/*.c: New format specifiers for psf_binheader_writef 2017-07-18 06:07:05 +10:00
audio_detect.c tests: Fixes for MSVC 2017-04-14 13:03:27 +10:00
avr.c src/*.c: New format specifiers for psf_binheader_writef 2017-07-18 06:07:05 +10:00
binheader_writef_check.py Update src/binheader_writef_check.py 2017-07-18 06:07:05 +10:00
broadcast.c Add BWF v2 loudness parameters 2019-08-27 07:28:25 +10:00
caf.c src/*.c: New format specifiers for psf_binheader_writef 2017-07-18 06:07:05 +10:00
cart.c src/(cart|wav).c : Minor cleanups. 2013-02-11 19:57:49 +11:00
chanmap.c Fix a bunch of input validation issues. 2014-11-30 13:32:41 +11:00
chanmap.h Update copyright dates. 2011-01-19 21:36:56 +11:00
chunk.c Handle snprintf() format-truncation warnings 2019-01-03 15:21:05 +11:00
command.c Opus file support 2019-02-20 19:30:30 +11:00
common.c Avoid two static analysis warnings 2019-02-07 16:56:01 +11:00
common.h src/common.h: Include inttypes.h first 2020-08-21 11:26:58 +05:00
config.h.cmake CMake: fix default install directory on Windows 2019-09-17 06:21:32 +10:00
create_symbols_file.py CMake: updates & fixes 2018-08-25 12:16:36 +10:00
dither.c Update copyright dates. 2011-01-19 21:36:56 +11:00
double64.c double64_init: Check psf->sf.channels against upper bound 2017-09-30 20:16:11 +10:00
dwd.c Fix for compiling when configured with --enable-experimental. 2012-12-12 20:34:31 +11:00
dwvw.c src/ : Fix undefined behaviour warnings. 2014-12-16 13:19:59 +11:00
file_io.c src/file_io.c: Use modern WinAPI functions 2019-01-30 16:05:10 +11:00
flac.c A couple of minor cstyle fixes 2017-10-01 16:33:41 +11:00
float32.c Fix MSAN errors 2017-05-04 18:42:24 +10:00
g72x.c src/ : Fix undefined behaviour warnings. 2014-12-16 13:19:59 +11:00
gsm610.c Avoid two static analysis warnings 2019-02-07 16:56:01 +11:00
htk.c src/*.c: New format specifiers for psf_binheader_writef 2017-07-18 06:07:05 +10:00
id3.c src/id3.c : Improve error handling 2017-04-02 18:13:30 +10:00
ima_adpcm.c Fix IMA-ADPCM encoding for AIFF files 2020-04-05 20:07:01 +10:00
ima_oki_adpcm.c src/ : Fix undefined behaviour warnings. 2014-12-16 13:19:59 +11:00
ima_oki_adpcm.h Update copyright dates. 2011-01-19 21:36:56 +11:00
interleave.c Fix a couple of warnings uncovered by the clang compiler. 2013-07-13 18:07:42 +10:00
ircam.c src/*.c: New format specifiers for psf_binheader_writef 2017-07-18 06:07:05 +10:00
macos.c Update copyright dates. 2011-01-19 21:36:56 +11:00
make-static-lib-hidden-privates.sh Change name of generated file src/Symbols.linux to Symbols.gnu-binutils and 2009-12-16 05:59:49 +11:00
mat4.c src/*.c: New format specifiers for psf_binheader_writef 2017-07-18 06:07:05 +10:00
mat5.c src/*.c: New format specifiers for psf_binheader_writef 2017-07-18 06:07:05 +10:00
mpc2k.c Handle snprintf() format-truncation warnings 2019-01-03 15:21:05 +11:00
ms_adpcm.c Fix compiler warnings 2020-08-20 12:33:20 +05:00
new.c Update copyright dates. 2011-01-19 21:36:56 +11:00
nist.c src/*.c: New format specifiers for psf_binheader_writef 2017-07-18 06:07:05 +10:00
nms_adpcm.c Add NMS ADPCM codec implementation and support 2018-02-03 19:44:33 +11:00
ogg_opus.c opus: Allow setting of OGG page latency 2020-04-05 20:07:01 +10:00
ogg_pcm.c tests: Fixes for MSVC 2017-04-14 13:03:27 +10:00
ogg_speex.c tests: Fixes for MSVC 2017-04-14 13:03:27 +10:00
ogg_vcomment.c opus: Fix issues found using fuzzing 2019-04-22 02:48:50 +10:00
ogg_vcomment.h Opus file support 2019-02-20 19:30:30 +11:00
ogg_vorbis.c Vorbis: Clean up calculation of datalength 2019-02-22 17:59:53 +11:00
ogg.c Fix compiler warnings 2020-08-20 12:33:20 +05:00
ogg.h Opus file support 2019-02-20 19:30:30 +11:00
paf.c src/*.c: New format specifiers for psf_binheader_writef 2017-07-18 06:07:05 +10:00
pcm.c Revert "src/pcm.c: Add const to some function parameters" 2020-08-18 09:40:15 +05:00
pvf.c src/ : Follow changes to header buffer 2016-11-27 16:36:44 +11:00
raw.c Add NMS ADPCM codec implementation and support 2018-02-03 19:44:33 +11:00
rf64.c Fix max channel count bug 2018-03-08 19:23:04 +11:00
rx2.c Fix for compiling when configured with --enable-experimental. 2012-12-12 20:34:31 +11:00
sd2.c src/sd2.c: Fix parsing of some SD2 files 2020-06-20 13:45:13 +10:00
sds.c src/*.c: New format specifiers for psf_binheader_writef 2017-07-18 06:07:05 +10:00
sf_unistd.h A couple of minor cstyle fixes 2017-10-01 16:33:41 +11:00
sfconfig.h src/sfconfig.h: Fix CPU architecture detection under Windows 2017-10-21 18:35:45 +11:00
sfendian.h src/sfendian.h: Fix bunch of conversion warnings 2020-08-24 15:13:00 +05:00
sndfile.c Fix coding style violations 2020-08-21 11:15:15 +05:00
strings.c src/: Use PACKAGE_NAME and PACKAGE_VERSION macros 2016-02-08 13:32:34 +11:00
svx.c src/*.c: New format specifiers for psf_binheader_writef 2017-07-18 06:07:05 +10:00
test_audio_detect.c tests: Fixes for MSVC 2017-04-14 13:03:27 +10:00
test_binheader_writef.c src/*.c: New format specifiers for psf_binheader_writef 2017-07-18 06:07:05 +10:00
test_broadcast_var.c Add a test for the previous commit. 2012-06-19 06:33:37 +10:00
test_cart_var.c src/test_cart_var.c : Minor fixes. 2013-02-12 17:44:27 +11:00
test_conversions.c src/ : Follow changes to header buffer 2016-11-27 16:36:44 +11:00
test_endswap.def src/test_endswap.def : Enclose hex literals in single quotes. 2014-07-12 10:34:15 +10:00
test_endswap.tpl CMake: Use CMakeAutoGen as CMake AutoGen implementation 2017-04-25 19:21:40 +10:00
test_file_io.c Add test to reproduce seeking with fileoffset bugs 2017-11-26 16:24:30 +11:00
test_float.c Whitespace. 2012-03-18 12:06:16 +11:00
test_ima_oki_adpcm.c Update copyright dates. 2011-01-19 21:36:56 +11:00
test_log_printf.c Put the parselog buffer and the index inside a struct within SF_PRIVATE. 2012-01-31 17:39:04 +11:00
test_main.c Add NMS ADPCM codec implementation and support 2018-02-03 19:44:33 +11:00
test_main.h Add NMS ADPCM codec implementation and support 2018-02-03 19:44:33 +11:00
test_nms_adpcm.c Add NMS ADPCM codec implementation and support 2018-02-03 19:44:33 +11:00
test_strncpy_crlf.c Don't force 'unsigned char' 2016-09-06 18:19:46 +10:00
txw.c Fix for compiling when configured with --enable-experimental. 2012-12-12 20:34:31 +11:00
ulaw.c a/ulaw: fix multiple buffer overflows (#432) 2018-12-24 16:43:48 +11:00
version-metadata.rc.in CMake: updates & fixes 2018-08-25 12:16:36 +10:00
voc.c src: Drop redundant SFE_UNKNOWN_FORMAT enum value 2018-03-17 13:05:25 +11:00
vox_adpcm.c src/ : Fix undefined behaviour warnings. 2014-12-16 13:19:59 +11:00
w64.c Wave64: Permit and skip arbitrary chunks prior to the data chunk 2020-04-05 18:28:14 +10:00
wav.c wav_write_header: don't read past the array end 2019-03-07 16:47:46 +11:00
wavlike.c src/wavlike.c: Fix compiler warning 2020-06-20 13:45:13 +10:00
wavlike.h src/wavlikie.h: Fix EXT_SUBFORMAT struct 2019-01-29 14:21:28 +11:00
windows.c Fix broken ABI 2017-05-26 06:16:42 +10:00
wve.c src/*.c: New format specifiers for psf_binheader_writef 2017-07-18 06:07:05 +10:00
xi.c src/*.c: New format specifiers for psf_binheader_writef 2017-07-18 06:07:05 +10:00