libvpx: update to 1.11.0.
2021-09-27 v1.11.0 "Smew Duck" This maintenance release adds support for VBR mode in VP9 rate control interface, new codec controls to get quantization parameters and loop filter levels, and includes several improvements to NEON and numerous bug fixes. - Upgrading: New codec control is added to get quantization parameters and loop filter levels. VBR mode is supported in VP9 rate control library. - Enhancement: Numerous improvements for Neon optimizations. Code clean-up and refactoring. Calculation of rd multiplier is changed with BDRATE gains. - Bug fixes: Fix to overflow on duration. Fix to several instances of -Wunused-but-set-variable. Fix to avoid chroma resampling for 420mpeg2 input. Fix to overflow in calc_iframe_target_size. Fix to disallow skipping transform and quantization. Fix some -Wsign-compare warnings in simple_encode. Fix input file path in simple_encode_test. Fix valid range for under/over_shoot pct.
This commit is contained in:
parent
4ff1a06017
commit
eeef3eeed4
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.89 2021/09/10 12:47:46 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.90 2021/11/01 20:06:46 wiz Exp $
|
||||
|
||||
DISTNAME= libvpx-1.10.0
|
||||
PKGREVISION= 1
|
||||
DISTNAME= libvpx-1.11.0
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=webmproject/}
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.44 2021/10/26 11:01:11 nia Exp $
|
||||
$NetBSD: distinfo,v 1.45 2021/11/01 20:06:46 wiz Exp $
|
||||
|
||||
BLAKE2s (libvpx-1.10.0.tar.gz) = 57c9b23d4bcb16df1b1a61ddd8280253f73099b20ad4d5cef303070115fc7342
|
||||
SHA512 (libvpx-1.10.0.tar.gz) = f88c588145b5164e98531b75215e119056cd806a9dbe6599bb9dab35c0af0ecd4b3daabee7d795e412a58aeb543d5c7dc0107457c4bd8f4d434e966e8e22a32d
|
||||
Size (libvpx-1.10.0.tar.gz) = 5340421 bytes
|
||||
BLAKE2s (libvpx-1.11.0.tar.gz) = ada5a68c472be5f3c528e2565834b54d93e10220dcd5d15c7f24296087f1391d
|
||||
SHA512 (libvpx-1.11.0.tar.gz) = 7aa5d30afa956dccda60917fd82f6f9992944ca893437c8cd53a04d1b7a94e0210431954aa136594dc400340123cc166dcc855753e493c8d929667f4c42b65a5
|
||||
Size (libvpx-1.11.0.tar.gz) = 5347256 bytes
|
||||
SHA1 (patch-build_make_Makefile) = 908b1abc8c5eed56e920f442f8f1f80c49838a6f
|
||||
SHA1 (patch-build_make_configure.sh) = ec0235cc29830b7e2619885dda2abdadbe5f2417
|
||||
SHA1 (patch-build_make_gen_asm_deps.sh) = c55bd4d0e12176b73ba62c3c4741b58de77923e6
|
||||
|
|
Loading…
Reference in a new issue