Accepting request 505194 from home:alois:branches:multimedia:libs

Update to 1.2

OBS-URL: https://build.opensuse.org/request/show/505194
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/opus?expand=0&rev=30
This commit is contained in:
Ismail Dönmez
2017-06-21 08:40:37 +00:00
committed by Git OBS Bridge
parent 4daaee4217
commit 6fdc859e7e
4 changed files with 30 additions and 22 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Jun 20 21:17:41 UTC 2017 - aloisio@gmx.com
- Update to version 1.2
* Speech quality improvements especially in the 12-20 kbit/s
range
* Improved VBR encoding for hybrid mode
* More aggressive use of wider speech bandwidth, including
fullband speech starting at 14 kbit/s
* Music quality improvements in the 32-48 kb/s range
* Generic and SSE CELT optimizations
* Support for directly encoding packets up to 120 ms
* DTX support for CELT mode
* SILK CBR improvements
* Support for all of the fixes in
draft-ietf-codec-opus-update-06 (the mono downmix and the
folding fixes need --enable-update-draft)
* Many bug fixes, including integer wrap-arounds discovered
through fuzzing (no security implications)
- Removed static package
-------------------------------------------------------------------
Sun May 28 18:54:56 UTC 2017 - idonmez@suse.com
@@ -117,9 +138,9 @@ Sun Jan 13 20:13:46 UTC 2013 - zaitor@opensuse.org
- Add
opus-fix-out-of-bounds-read-issue-with-the-padding-handling.patch
Fixes an out-of-bounds read that could be triggered by a
 malicious Opus packet causing an integer wrap-around in the
 padding code.
Fixes an out-of-bounds read that could be triggered by a
malicious Opus packet causing an integer wrap-around in the
padding code.
-------------------------------------------------------------------
Wed Sep 19 18:56:42 UTC 2012 - zaitor@opensuse.org