~ubuntu-branches/ubuntu/saucy/speex/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Ron Lee
  • Date: 2012-11-04 15:09:07 UTC
  • mfrom: (5.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20121104150907-9w347t2cvwplyik4
* Minimal set of resampler RC fixes targeted for Wheezy.
* Fixes a bug with selecting the resampler with the smallest memory footprint
  for some sample rate pairs.
* Fixes a bug where the filter length may not have been a multiple of 8 for
  some sample rate pairs, as is needed for the SSE implementation to avoid
  the SSE operations reading past the end of the buffer.
* Fixes a type mismatch in computing allocation sizes.  This should not be a
  problem on any currently existing Debian arch, but it was obviously wrong,
  and the fix is trivial and obviously right, so there's no point waiting for
  someone to hit it before we correct this.
* Fixes the problem seen with some sample rate pairs if an integer number of
  samples are not processed every frame, leading to clicking or truncation.
  Closes: #689049

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
speex (1.2~rc1-7) unstable; urgency=low
 
2
 
 
3
  * Minimal set of resampler RC fixes targeted for Wheezy.
 
4
  * Fixes a bug with selecting the resampler with the smallest memory footprint
 
5
    for some sample rate pairs.
 
6
  * Fixes a bug where the filter length may not have been a multiple of 8 for
 
7
    some sample rate pairs, as is needed for the SSE implementation to avoid
 
8
    the SSE operations reading past the end of the buffer.
 
9
  * Fixes a type mismatch in computing allocation sizes.  This should not be a
 
10
    problem on any currently existing Debian arch, but it was obviously wrong,
 
11
    and the fix is trivial and obviously right, so there's no point waiting for
 
12
    someone to hit it before we correct this.
 
13
  * Fixes the problem seen with some sample rate pairs if an integer number of
 
14
    samples are not processed every frame, leading to clicking or truncation.
 
15
    Closes: #689049
 
16
 
 
17
 -- Ron Lee <ron@debian.org>  Sun, 04 Nov 2012 15:09:07 +1030
 
18
 
1
19
speex (1.2~rc1-6) unstable; urgency=low
2
20
 
3
21
  * Build for multi-arch.  Closes: #637600