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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-19
src/(ima|ms)_adpcm.c : Validate block alignment on read.
HEAD
master
Erik de Castro Lopo
2
-5
/
+15
2015-02-14
src/rf64.c : Make parser more robust to malformed files.
Erik de Castro Lopo
1
-0
/
+5
2015-02-14
src/(aiff|rf64|w64|wav).c : Exit parser if chunk size > file length.
Erik de Castro Lopo
4
-5
/
+22
2015-02-14
src/(rf64|w64|wav).c : Validate parsed channel count.
Erik de Castro Lopo
3
-0
/
+18
2015-02-12
src/caf.c : Fix for big-endian 32 bit systems.
Erik de Castro Lopo
1
-3
/
+2
2015-02-12
src/w64.c : Refactor and add sanity checking for chunk sizes.
Erik de Castro Lopo
1
-35
/
+29
2015-02-12
src/rf64.c : Sanity check size of unknown chunks.
Erik de Castro Lopo
1
-25
/
+39
2015-02-11
src/w64.c : Improve handling of truncated files.
Erik de Castro Lopo
1
-3
/
+2
2015-02-11
src/ms_adpcm.c : Improve handling of truncated files.
Erik de Castro Lopo
1
-15
/
+23
2015-02-10
src/aiff.c : Validate channel count.
Erik de Castro Lopo
1
-0
/
+6
2015-02-10
src/ms_adpcm.c : Validate block predictor.
Erik de Castro Lopo
1
-10
/
+20
2015-02-09
ALAC : Improve input validation and error reporting.
Erik de Castro Lopo
3
-10
/
+53
2015-02-09
src/svx.c : Refactor and bug fix.
Erik de Castro Lopo
1
-51
/
+36
2015-02-09
src/au.c : Validate channel count.
Erik de Castro Lopo
1
-3
/
+7
2015-02-09
src/voc.c : Fix overlapping memcpy.
Erik de Castro Lopo
1
-6
/
+7
2015-02-09
src/(aiff|wav).c : Add debug log info when huge unknown chunk is found.
Erik de Castro Lopo
2
-2
/
+8
2015-02-08
ALAC : Collection of validation and bounds checking fixes.
Erik de Castro Lopo
2
-5
/
+19
2015-02-07
src/common.c : Fix a header parsing bug.
Erik de Castro Lopo
1
-16
/
+11
2015-02-06
src/caf.c : Handle finding chunk size of < 0.
Erik de Castro Lopo
1
-0
/
+4
2015-02-06
src/(aiff|caf|wav).c : Improve debug output when marker == 0.
Erik de Castro Lopo
3
-6
/
+9
2015-02-06
Scripts/static-deps-build.mk : Only rebuild if something has changed.
Erik de Castro Lopo
1
-2
/
+4
2015-02-01
src/aiff.c : Minor improvements for parser re-synching.
Erik de Castro Lopo
1
-4
/
+7
2015-01-30
Scripts/static-deps-build.mk : Two minor fixes.
Erik de Castro Lopo
1
-3
/
+8
2015-01-30
src/(float32|double64).c : Fix potential divide by 0.
Erik de Castro Lopo
2
-2
/
+12
2015-01-10
Change default file permissions to respect process' umask.
Flavio Grossi
1
-2
/
+2
2014-12-25
src/sd2.c : Fix two potential buffer read overflows.
Erik de Castro Lopo
1
-1
/
+11
2014-12-24
src/aiff.c : Fix potential undefined behaviour arising from shift.
Erik de Castro Lopo
1
-1
/
+1
2014-12-24
src/file_io.c : Prevent potential divide-by-zero.
Erik de Castro Lopo
1
-1
/
+4
2014-12-16
tests/ : Fix undefined behaviour warnings.
Erik de Castro Lopo
4
-15
/
+20
2014-12-16
src/ : Fix undefined behaviour warnings.
Erik de Castro Lopo
23
-68
/
+149
2014-12-16
configure.ac : Add detection of -fsanitizer=undefined.
Erik de Castro Lopo
1
-1
/
+5
2014-12-16
src/Makefile.am : Update CLEANFILES.
Erik de Castro Lopo
1
-1
/
+1
2014-12-16
src/wav.c : Handle 'smpl' chunks with loop count of 0.
Erik de Castro Lopo
1
-0
/
+3
2014-12-13
src/wav.c : Fix incorrect warning message on piped files.
Erik de Castro Lopo
1
-1
/
+1
2014-12-12
src/ogg_vorbis.c : Add support for tracknumber and genre metadata.
Erik de Castro Lopo
1
-9
/
+14
2014-12-07
src/ALAC/ : Code improvements.
Erik de Castro Lopo
10
-55
/
+77
2014-12-07
configure.ac : Require flac >= 1.3.1.
Erik de Castro Lopo
1
-1
/
+2
2014-12-06
Makefile.am : Fix DISTCHECK_CONFIGURE_FLAGS.
Erik de Castro Lopo
1
-1
/
+1
2014-12-02
src/ALAC : Fix all undefined behaviour warnings.
Erik de Castro Lopo
7
-33
/
+69
2014-12-02
.gitignore : Remove cruft.
Erik de Castro Lopo
1
-5
/
+0
2014-12-01
Scripts/static-deps-build.mk : Split configure and build steps.
Erik de Castro Lopo
1
-2
/
+9
2014-11-30
Scripts/static-deps-build.mk : Use flac 1.3.1.
Erik de Castro Lopo
1
-8
/
+19
2014-11-30
src/wav.c : A bunch more fixes.
Erik de Castro Lopo
1
-39
/
+45
2014-11-30
src/wav_w64.c : Fix heap write overflow.
Erik de Castro Lopo
1
-4
/
+6
2014-11-30
Fix a bunch of input validation issues.
Erik de Castro Lopo
5
-24
/
+51
2014-11-30
WAV : Avoid divide by zero exception.
Erik de Castro Lopo
3
-11
/
+22
2014-11-29
tests/floating_point_test.tpl : Tweak target SNR for alac_24.caf.
Erik de Castro Lopo
1
-1
/
+1
2014-11-27
configure.ac : Use '-static-libgcc' with mingw-w64-* compilers.
Erik de Castro Lopo
1
-3
/
+1
2014-11-26
Revert "configure : Disable versioned dynamic library when compling for Andro...
Erik de Castro Lopo
2
-7
/
+2
2014-11-24
tests/win32_ordinal_test.c : Better debugging when LoadLibrary fails.
Erik de Castro Lopo
1
-2
/
+2
[next]