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

- Update to version 1.3.1
  * This release fixes an issue with the analysis on files with
    digital silence (all zeros), especially on x87 builds
    (mostly affects 32-bit builds).
  * Two new features:
    + A new OPUS_GET_IN_DTX query to know if the encoder is in
      DTX mode (last frame was either a comfort noise frame or
      not encoded at all)
    + A new (and still experimental) CMake-based build system
      that is eventually meant to replace the VS2015 build
      system (the autotools one will stay).

OBS-URL: https://build.opensuse.org/request/show/705384
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/opus?expand=0&rev=38
This commit is contained in:
Tomáš Chvátal
2019-05-25 10:07:07 +00:00
committed by Git OBS Bridge
parent e9617beec2
commit be5b0b3f14
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat May 25 08:29:45 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.3.1
* This release fixes an issue with the analysis on files with
digital silence (all zeros), especially on x87 builds
(mostly affects 32-bit builds).
* Two new features:
+ A new OPUS_GET_IN_DTX query to know if the encoder is in
DTX mode (last frame was either a comfort noise frame or
not encoded at all)
+ A new (and still experimental) CMake-based build system
that is eventually meant to replace the VS2015 build
system (the autotools one will stay).
-------------------------------------------------------------------
Thu Oct 18 22:33:04 CEST 2018 - mcepl@suse.com