summaryrefslogtreecommitdiff
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-06Scripts/static-deps-build.mk : Only rebuild if something has changed.Erik de Castro Lopo1-2/+4
2015-02-01src/aiff.c : Minor improvements for parser re-synching.Erik de Castro Lopo1-4/+7
2015-01-30Scripts/static-deps-build.mk : Two minor fixes.Erik de Castro Lopo1-3/+8
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-16tests/ : Fix undefined behaviour warnings.Erik de Castro Lopo4-15/+20
2014-12-16src/ : Fix undefined behaviour warnings.Erik de Castro Lopo23-68/+149
2014-12-16configure.ac : Add detection of -fsanitizer=undefined.Erik de Castro Lopo1-1/+5
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-07configure.ac : Require flac >= 1.3.1.Erik de Castro Lopo1-1/+2
2014-12-06Makefile.am : Fix DISTCHECK_CONFIGURE_FLAGS.Erik de Castro Lopo1-1/+1
2014-12-02src/ALAC : Fix all undefined behaviour warnings.Erik de Castro Lopo7-33/+69
2014-12-02.gitignore : Remove cruft.Erik de Castro Lopo1-5/+0
2014-12-01Scripts/static-deps-build.mk : Split configure and build steps.Erik de Castro Lopo1-2/+9
2014-11-30Scripts/static-deps-build.mk : Use flac 1.3.1.Erik de Castro Lopo1-8/+19
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-29tests/floating_point_test.tpl : Tweak target SNR for alac_24.caf.Erik de Castro Lopo1-1/+1
2014-11-27configure.ac : Use '-static-libgcc' with mingw-w64-* compilers.Erik de Castro Lopo1-3/+1
2014-11-26Revert "configure : Disable versioned dynamic library when compling for Andro...Erik de Castro Lopo2-7/+2
2014-11-24tests/win32_ordinal_test.c : Better debugging when LoadLibrary fails.Erik de Castro Lopo1-2/+2