From 4de17c98f24e3cf5f12632475894197ab82e1b04bce13d3323c46d1fc9d230e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 16 Dec 2013 07:17:27 +0000 Subject: [PATCH] Accepting request 210960 from home:Zaitor:branches:multimedia:libs - Update to version 1.1: + New analysis code and tuning that significantly improves encoding quality, especially for variable-bitrate (VBR). + Automatic detection of speech or music to decide which encoding mode to use. + Surround with good quality at 128 kbps for 5.1 and usable down to 48 kbps. + Speed improvements on all architectures, especially ARM, where decoding uses around 40% less CPU and encoding uses around 30% less CPU. OBS-URL: https://build.opensuse.org/request/show/210960 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/opus?expand=0&rev=11 --- opus-1.0.3.tar.gz | 3 --- opus-1.1.tar.gz | 3 +++ opus.changes | 14 ++++++++++++++ opus.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 opus-1.0.3.tar.gz create mode 100644 opus-1.1.tar.gz diff --git a/opus-1.0.3.tar.gz b/opus-1.0.3.tar.gz deleted file mode 100644 index 93e259e..0000000 --- a/opus-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:191a089c92dbc403de6980463dd3604b65beb12d283c607e246c8076363cb49c -size 781049 diff --git a/opus-1.1.tar.gz b/opus-1.1.tar.gz new file mode 100644 index 0000000..19a6ab6 --- /dev/null +++ b/opus-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9727015a58affcf3db527322bf8c4d2fcf39f5f6b8f15dbceca20206cbe1d95 +size 850208 diff --git a/opus.changes b/opus.changes index 151bee1..58c6f29 100644 --- a/opus.changes +++ b/opus.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Dec 8 00:21:36 UTC 2013 - zaitor@opensuse.org + +- Update to version 1.1: + + New analysis code and tuning that significantly improves + encoding quality, especially for variable-bitrate (VBR). + + Automatic detection of speech or music to decide which encoding + mode to use. + + Surround with good quality at 128 kbps for 5.1 and usable down + to 48 kbps. + + Speed improvements on all architectures, especially ARM, where + decoding uses around 40% less CPU and encoding uses around 30% + less CPU. + ------------------------------------------------------------------- Thu Aug 1 19:12:56 UTC 2013 - zaitor@opensuse.org diff --git a/opus.spec b/opus.spec index 6feebbb..cd33d81 100644 --- a/opus.spec +++ b/opus.spec @@ -18,7 +18,7 @@ Name: opus -Version: 1.0.3 +Version: 1.1 Release: 0 %define soname 0 Summary: Opus Audio Codec Library