pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libopus Updated libopus to 1.2.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fe16a4ea26d
branches:  trunk
changeset: 364745:6fe16a4ea26d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 04 08:55:08 2017 +0000

description:
Updated libopus to 1.2.1.

1.2.1

This Opus 1.2.1 minor release fixes a relatively rare issue where
the 1.2 encoder would wrongly assume a signal to be bandlimited to
12 kHz and not encode frequencies between 12 and 20 kHz. This only
happens on a few clips, but it is good to update to avoid a potential
loss of quality.

1.2.

This Opus 1.2 major release brings many quality improvements, new
features, and bug fixes. You can read all the details in this release
demo page. Changes since 1.1.x include:


    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)

diffstat:

 audio/libopus/Makefile |   6 +++---
 audio/libopus/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r a90ef7539fb7 -r 6fe16a4ea26d audio/libopus/Makefile
--- a/audio/libopus/Makefile    Tue Jul 04 08:52:47 2017 +0000
+++ b/audio/libopus/Makefile    Tue Jul 04 08:55:08 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2017/05/29 12:10:01 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/07/04 08:55:08 wiz Exp $
 
-DISTNAME=      opus-1.1.5
+DISTNAME=      opus-1.2.1
 PKGNAME=       lib${DISTNAME}
 CATEGORIES=    audio
-MASTER_SITES=  http://downloads.xiph.org/releases/opus/
+MASTER_SITES=  https://archive.mozilla.org/pub/opus/
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      http://opus-codec.org/
diff -r a90ef7539fb7 -r 6fe16a4ea26d audio/libopus/distinfo
--- a/audio/libopus/distinfo    Tue Jul 04 08:52:47 2017 +0000
+++ b/audio/libopus/distinfo    Tue Jul 04 08:55:08 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2017/05/29 12:10:01 wiz Exp $
+$NetBSD: distinfo,v 1.11 2017/07/04 08:55:08 wiz Exp $
 
-SHA1 (opus-1.1.5.tar.gz) = fb6d55cf73059bd916790960c2eeffe83edabafe
-RMD160 (opus-1.1.5.tar.gz) = 13eeb2efbed2ccc34579f6d62c19e8ebf2661f74
-SHA512 (opus-1.1.5.tar.gz) = 20a211caf3c363a77f042abb5c6da0ca186887511b467d3434e927d0e3b8850ac6ee32c671a60c549343d38617fca77cc10ca01a7e9cc864ecc2dcebed95c6bd
-Size (opus-1.1.5.tar.gz) = 978844 bytes
+SHA1 (opus-1.2.1.tar.gz) = 35d108ca9d6a8d05e52d06c5421a5f95b39fdac9
+RMD160 (opus-1.2.1.tar.gz) = c440d6936e4a3e0d837f7a94159d830ce60e9313
+SHA512 (opus-1.2.1.tar.gz) = 4a98d0a7dbd1a313e89407576805fd733c1192e8ef7e1137e3260025478a1cf1c5a8b71b48c372a0cffe6340524137fe47f181651888284f8221fb4d673f7cd5
+Size (opus-1.2.1.tar.gz) = 1011070 bytes
 SHA1 (patch-celt_arm_armcpu.c) = 2698814d7f204c8ff82ac86b4b6d54f32ba0afb7



Home | Main Index | Thread Index | Old Index