summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-02-19src/(ima|ms)_adpcm.c : Validate block alignment on read.HEADmasterErik de Castro Lopo2-5/+15
2015-02-14src/rf64.c : Make parser more robust to malformed files.Erik de Castro Lopo1-0/+5
2015-02-14src/(aiff|rf64|w64|wav).c : Exit parser if chunk size > file length.Erik de Castro Lopo4-5/+22
2015-02-14src/(rf64|w64|wav).c : Validate parsed channel count.Erik de Castro Lopo3-0/+18
2015-02-12src/caf.c : Fix for big-endian 32 bit systems.Erik de Castro Lopo1-3/+2
2015-02-12src/w64.c : Refactor and add sanity checking for chunk sizes.Erik de Castro Lopo1-35/+29
2015-02-12src/rf64.c : Sanity check size of unknown chunks.Erik de Castro Lopo1-25/+39
2015-02-11src/w64.c : Improve handling of truncated files.Erik de Castro Lopo1-3/+2
2015-02-11src/ms_adpcm.c : Improve handling of truncated files.Erik de Castro Lopo1-15/+23
2015-02-10src/aiff.c : Validate channel count.Erik de Castro Lopo1-0/+6
2015-02-10src/ms_adpcm.c : Validate block predictor.Erik de Castro Lopo1-10/+20
2015-02-09ALAC : Improve input validation and error reporting.Erik de Castro Lopo3-10/+53
2015-02-09src/svx.c : Refactor and bug fix.Erik de Castro Lopo1-51/+36
2015-02-09src/au.c : Validate channel count.Erik de Castro Lopo1-3/+7
2015-02-09src/voc.c : Fix overlapping memcpy.Erik de Castro Lopo1-6/+7
2015-02-09src/(aiff|wav).c : Add debug log info when huge unknown chunk is found.Erik de Castro Lopo2-2/+8
2015-02-08ALAC : Collection of validation and bounds checking fixes.Erik de Castro Lopo2-5/+19
2015-02-07src/common.c : Fix a header parsing bug.Erik de Castro Lopo1-16/+11
2015-02-06src/caf.c : Handle finding chunk size of < 0.Erik de Castro Lopo1-0/+4
2015-02-06src/(aiff|caf|wav).c : Improve debug output when marker == 0.Erik de Castro Lopo3-6/+9
2015-02-01src/aiff.c : Minor improvements for parser re-synching.Erik de Castro Lopo1-4/+7
2015-01-30src/(float32|double64).c : Fix potential divide by 0.Erik de Castro Lopo2-2/+12
2015-01-10Change default file permissions to respect process' umask.Flavio Grossi1-2/+2
2014-12-25src/sd2.c : Fix two potential buffer read overflows.Erik de Castro Lopo1-1/+11
2014-12-24src/aiff.c : Fix potential undefined behaviour arising from shift.Erik de Castro Lopo1-1/+1
2014-12-24src/file_io.c : Prevent potential divide-by-zero.Erik de Castro Lopo1-1/+4
2014-12-16src/ : Fix undefined behaviour warnings.Erik de Castro Lopo23-68/+149
2014-12-16src/Makefile.am : Update CLEANFILES.Erik de Castro Lopo1-1/+1
2014-12-16src/wav.c : Handle 'smpl' chunks with loop count of 0.Erik de Castro Lopo1-0/+3
2014-12-13src/wav.c : Fix incorrect warning message on piped files.Erik de Castro Lopo1-1/+1
2014-12-12src/ogg_vorbis.c : Add support for tracknumber and genre metadata.Erik de Castro Lopo1-9/+14
2014-12-07src/ALAC/ : Code improvements.Erik de Castro Lopo10-55/+77
2014-12-02src/ALAC : Fix all undefined behaviour warnings.Erik de Castro Lopo7-33/+69
2014-11-30src/wav.c : A bunch more fixes.Erik de Castro Lopo1-39/+45
2014-11-30src/wav_w64.c : Fix heap write overflow.Erik de Castro Lopo1-4/+6
2014-11-30Fix a bunch of input validation issues.Erik de Castro Lopo5-24/+51
2014-11-30WAV : Avoid divide by zero exception.Erik de Castro Lopo3-11/+22
2014-11-26Revert "configure : Disable versioned dynamic library when compling for Andro...Erik de Castro Lopo1-1/+1
2014-11-16src/Makefile.am : Clean up usage of autotool variables.Erik de Castro Lopo1-6/+3
2014-11-13configure : Disable versioned dynamic library when compling for Android.Erik de Castro Lopo1-1/+1
2014-11-04src/sd2.c Whitespace fix.Erik de Castro Lopo1-2/+2
2014-11-04sd2: fix use-after-freeTristan Matthews1-0/+3
2014-11-04caf: avoid NULL dereferenceTristan Matthews1-1/+1
2014-10-29src/sndfile.c : Return an error if the file path is too long.Erik de Castro Lopo2-5/+15
2014-10-29src/common.h : Double value of SF_FILENAME_LEN to 1024.Erik de Castro Lopo1-1/+1
2014-10-27src/flac.c : Remove un-needed code.Erik de Castro Lopo1-6/+2
2014-10-27Fix some typos.Mario Lang2-5/+5
2014-10-17src/sndfile.c : Fix sfinfo.frames file on SFM_WRITE.Erik de Castro Lopo1-5/+8
2014-10-12src/common.h : Increase SF_MAX_CHANNELS from 256 to 1024.Erik de Castro Lopo1-1/+1
2014-10-08src/ : Add more checks for suported channel counts.Erik de Castro Lopo2-14/+18