pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/libopus
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jul 4 08:55:08 UTC 2017
Modified Files:
pkgsrc/audio/libopus: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/libopus/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/libopus/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/libopus/Makefile
diff -u pkgsrc/audio/libopus/Makefile:1.11 pkgsrc/audio/libopus/Makefile:1.12
--- pkgsrc/audio/libopus/Makefile:1.11 Mon May 29 12:10:01 2017
+++ pkgsrc/audio/libopus/Makefile Tue Jul 4 08:55:08 2017
@@ -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/
Index: pkgsrc/audio/libopus/distinfo
diff -u pkgsrc/audio/libopus/distinfo:1.10 pkgsrc/audio/libopus/distinfo:1.11
--- pkgsrc/audio/libopus/distinfo:1.10 Mon May 29 12:10:01 2017
+++ pkgsrc/audio/libopus/distinfo Tue Jul 4 08:55:08 2017
@@ -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