diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-03-29 14:04:36 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-03-29 14:04:36 +0000 |
commit | 7b644dec0138210a5a21e0de086cff9d816439c9 (patch) | |
tree | aca3bb5e465787b2163ffe73ca8cb109abba61c0 /ChangeLog | |
parent | 427bd5660454820ab4de3c569b1f4727977c23ef (diff) | |
parent | fce031eb887d7bb72acde81396f84b384aefd765 (diff) | |
download | xine-lib-7b644dec0138210a5a21e0de086cff9d816439c9.tar.gz xine-lib-7b644dec0138210a5a21e0de086cff9d816439c9.tar.bz2 |
Merge from 1.1.
--HG--
rename : src/libxineadec/xine_lpcm_decoder.c => src/audio_dec/xine_lpcm_decoder.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,6 +71,9 @@ xine-lib (1.1.11.1) 2008-??-?? possibly execute arbitrary code. (CVE-2008-1482) * Added a few more memory allocation checks to the above demuxers. * WAV file playback fix: don't assume that the first chunk is "fmt ". + * Don't try to play partial 24-bit AIFF frames (decoder would lose data). + * Fixed AIFF comment chunk handling and sample rate reading. + * LPCM fixes: input over-reading, conversion of 24-bit samples. xine-lib (1.1.11) 2008-03-19 * Security fixes: |