]> granicus.if.org Git - python/commit
Issue #16686: Fixed a lot of bugs in audioop module.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 9 Feb 2013 09:12:36 +0000 (11:12 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 9 Feb 2013 09:12:36 +0000 (11:12 +0200)
commit8135de80f799431d041878315840ef3a7110d0a3
treee3bbbac469eb6e0d090dc040b52f0a1f806cbaf1
parentaa20b000d197aef58bd7d4e31af39433983ed036
parent01ad622a2cd73561b66d0f6287cb5b66de0bb0b3
Issue #16686: Fixed a lot of bugs in audioop module.

* avgpp() and maxpp() no more crash on empty and 1-samples input fragment. They now work when peak-peak values are greater INT_MAX.
* ratecv() no more crashes on empty input fragment.
* Fixed an integer overflow in ratecv().
* Fixed an integer overflow in add() and bias() for 32-bit samples.
* reverse(), lin2lin() and ratecv() no more lose precision for 32-bit samples.
* max() and rms() no more returns negative result for 32-bit sample -0x80000000.
* minmax() now returns correct max value for 32-bit sample -0x80000000.
* avg(), mul(), tomono() and tostereo() now round negative result down and can return 32-bit sample -0x80000000.
* add() now can return 32-bit sample -0x80000000.
Misc/NEWS
Modules/audioop.c