From d267a9c2d85529c71839885e7ffbceafda1516ac78dc828c179008ed4341908d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 19 Jan 2016 13:27:01 +0000 Subject: [PATCH] - 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 --- opus-1.1.1.tar.gz | 3 --- opus-1.1.2.tar.gz | 3 +++ opus.changes | 11 +++++++++++ opus.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 opus-1.1.1.tar.gz create mode 100644 opus-1.1.2.tar.gz diff --git a/opus-1.1.1.tar.gz b/opus-1.1.1.tar.gz deleted file mode 100644 index a409b3f..0000000 --- a/opus-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b84ff56bd7720d5554103c557664efac2b8b18acc4bbcc234cb881ab9a3371e -size 957948 diff --git a/opus-1.1.2.tar.gz b/opus-1.1.2.tar.gz new file mode 100644 index 0000000..34553d8 --- /dev/null +++ b/opus-1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e290078e31211baa7b5886bcc8ab6bc048b9fc83882532da4a1a45e58e907fd +size 959767 diff --git a/opus.changes b/opus.changes index 5c8d5ff..3af81be 100644 --- a/opus.changes +++ b/opus.changes @@ -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 diff --git a/opus.spec b/opus.spec index 3a5e895..2e3c57e 100644 --- a/opus.spec +++ b/opus.spec @@ -1,7 +1,7 @@ # # spec file for package opus # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: opus -Version: 1.1.1 +Version: 1.1.2 Release: 0 %define soname 0 Summary: Opus Audio Codec Library