summary refs log tree commit
DateCommit message (Expand)
2017-11-13xa: validate channel count pu
2017-11-09wavpack: check errors when initializing
2017-11-08adpcm: fix stack overflow with >4 channels (CVE-2017-15372)
2017-11-06always support aligned heap allocation
2017-11-06Merge branch 'js/sndio' into pu
2017-11-06Merge branch 'gqrxzy/coreaudio' into pu
2017-11-06Merge branch 'kc/pdf' into pu
2017-11-06Merge branch 'mg/spectrogram' into pu
2017-11-06Merge branch 'ew/fadvise' into pu
2017-11-06Merge branch 'js/doc' into pu
2017-11-06Merge branch 'pander/avg-pwr-spec' into pu
2017-11-06Merge branch 'ew/pipesz' into pu
2017-11-06Merge branch 'ew/nb-stdin' into pu
2017-11-05wav: fix crash writing header when channel count >64k (CVE-2017-11359)
2017-11-05wav: fix crash if channel count is zero (CVE-2017-11332)
2017-11-05wav: ima_adpcm: fix buffer overflow on corrupt input (CVE-2017-15370)
2017-11-05hcom: fix crash on input with corrupt dictionary (CVE-2017-11358)
2017-11-05flac: fix crash on corrupt metadata (CVE-2017-15371)
2017-11-05Update exported symbol list
2017-11-05Spelling fixes
2017-11-05aiff: fix handling of unknown odd-sized chunks
2017-05-22id3: fix COMM frame handling
2017-05-22id3: handle TCOM frame
2017-05-22aiff: handle id3 tags
2017-05-22Get rid of warning suppression hack
2017-02-16Add read support for WSD file format
2017-02-15dsdiff: remove redundant fields from struct dsdiff
2017-02-12sdm: move alignment directives to start of struct definitions
2017-02-12msvc14: libwavpack: update to 5.1.0
2017-02-12msvc14: libflac: update to 1.3.2
2017-02-12msvc14: libflac: disable warnings-as-errors
2017-02-12msvc14: libsndfile: add definitions for R_OK/W_OK/X_OK
2017-02-12msvc14: libsndfile: drop unused source file macbinary3.c
2017-02-12msvc14: libsndfile: build as static lib
2017-02-12msvc14: libsndfile: update config.h for VS2015
2017-02-12msvc14: libsndfile: disable warnings-as-errors
2017-02-12msvc14: speex: use separate speexdsp
2017-02-12msvc14: delete duplicate HAVE_SPEEXDSP definition
2017-02-12msvc14: add id3.c to build
2017-02-12msvc: add project files for msvc14 (VS2015)
2017-02-10dsdiff: add seek support
2017-02-10dsf: add seek support
2017-02-10dsdiff: add write support
2017-02-10dsf: write unknown size as maximum value
2017-02-10dop: pad final output word with dsd silence
2016-09-22Drop -Wtradional-conversion compiler flag
2016-09-22dsf: fix writes where sample count is not multiple of 8
2016-09-20sndio: handle 24-bit samples properly on OpenBSD js/sndio
2016-06-16coreaudio: fix device name truncation
2016-04-30sdm: improve filter stability