SHA256
1
0
forked from pool/opus

- Update to version 1.1.2, fixes the following bugs:

+ Resetting the encoder or decoder state with OPUS_RESET_STATE
    would disable some run-time selected architecture-specific
    optimizations.
  + In hybrid mode discontinuous transmission (DTX) operation,
    the comfort noise above 8 kHz was incorrectly estimated
    and could oscillate in time.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/opus?expand=0&rev=15
This commit is contained in:
Ismail Dönmez
2016-01-19 13:27:01 +00:00
committed by Git OBS Bridge
parent ee85ed4aa5
commit d267a9c2d8
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jan 19 13:24:17 UTC 2016 - idonmez@suse.com
- Update to version 1.1.2, fixes the following bugs:
+ Resetting the encoder or decoder state with OPUS_RESET_STATE
would disable some run-time selected architecture-specific
optimizations.
+ In hybrid mode discontinuous transmission (DTX) operation,
the comfort noise above 8 kHz was incorrectly estimated
and could oscillate in time.
-------------------------------------------------------------------
Wed Dec 2 19:32:31 UTC 2015 - zaitor@opensuse.org