diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-04 08:55:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-04 08:55:08 +0000 |
commit | 0530db0bc555c04192e1b297e7c829277fe5fa35 (patch) | |
tree | 41156128785b1052ba83a615c246a8d7f8ef54e1 /audio/libopus | |
parent | 6032a19388e34bdfbe7b17c6a5c9e680a234b15a (diff) | |
download | pkgsrc-0530db0bc555c04192e1b297e7c829277fe5fa35.tar.gz |
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 (limited to 'audio/libopus')
-rw-r--r-- | audio/libopus/Makefile | 6 | ||||
-rw-r--r-- | audio/libopus/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/audio/libopus/Makefile b/audio/libopus/Makefile index 8ae879e0ae8..2d10714218f 100644 --- a/audio/libopus/Makefile +++ b/audio/libopus/Makefile @@ -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 HOMEPAGE= http://opus-codec.org/ diff --git a/audio/libopus/distinfo b/audio/libopus/distinfo index 4c1899d2441..59a1c3bc1a0 100644 --- a/audio/libopus/distinfo +++ b/audio/libopus/distinfo @@ -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 |