diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-29 19:00:05 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-29 19:00:05 +0200 |
commit | dcd3bdb0ea6df1a110f317ad4d8995653d9ba5a9 (patch) | |
tree | 714708e14bc8b4ac0f0d12748bf4620339e7e6bd /ChangeLog | |
parent | 046a8f021304f131a46e290cab40ee8c8db9c6ea (diff) | |
download | xine-lib-dcd3bdb0ea6df1a110f317ad4d8995653d9ba5a9.tar.gz xine-lib-dcd3bdb0ea6df1a110f317ad4d8995653d9ba5a9.tar.bz2 |
Use the integer versions of Speex decoding functions, this avoids an iteration over the decoded frames to transform them to integer, and also avoids an improper saturation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ xine-lib (1.1.7) (unreleased) * Document dvba: MRLs (ATSC with full tuning info). * Fix VCD playback (broken since 1.1.4). * Fix demuxing of FLAC files with ID3v2 tags. + * Use the integer versions of Speex decoding functions, this avoids an + iteration over the decoded frames to transform them to integers, and + also avoids an improper saturation. xine-lib (1.1.6) * Split the DirectFB plugin into X11 and non-X versions. |