vpx-tools-1.12.0-17.14<>,(bwɫ7$gaHvQnPU1J̏\>IheJ8Qw4dƯeK8S g?^Zځ1gE#'[x 8r!´o$Za{;#^*ͳhb mN K٭RqE8? "Dry|$i> Q? Ad   @4 Vt    : <DNXt|(8 9 :7 FGHIXY\]^b cd1e6f;l@uTv\wxy %z Cvpx-tools1.12.017.14Utilies from the VP8/VP9 codec libraryThis package contains utilities around the vp8 codec sdk. WebM is an open, royalty-free, media file format designed for the web. WebM defines the file container structure, video and audio formats. WebM files consist of video streams compressed with the VP8 video codec and audio streams compressed with the Vorbis audio codec. The WebM file structure is based on the Matroska container.breproduciblehhome:kimi:linphone-desktop / openSUSE_Tumbleweedobs://build.opensuse.org/home:kimiBSD-3-Clause AND GPL-2.0-or-laterProductivity/Multimedia/Otherhttps://www.webmproject.org/linuxx86_64bbe3e0d2a7c08c88f4dadba6070c37e4a136aad947742be6261ce42d32d30b9404ae61f70d511affc8a665520af12e02f16a257c06300af33191ca33e97ca522f2rootrootrootrootlibvpx-1.12.0-17.14.src.rpmvpx-toolsvpx-tools(x86-64)@@@@@@@@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libm.so.6(GLIBC_2.29)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.8)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libvpx.so.7()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsZstd)3.0.4-14.6.0-14.0-15.4.18-14.20.1bڑ@a)@a`2aXI`v@`c_+^g@]0_@\ODirk Müller Callum Farmer Callum Farmer Callum Farmer Adrian Schröter Dirk Müller Paolo Stivanin Adrian Schröter Bjørn Lie Martin Liška - update to 1.12.0: This release adds optimizations for Loongarch, adds support for vp8 in the real-time rate control library, upgrades GoogleTest to v1.11.0, updates libwebm to libwebm-1.0.0.28-20-g206d268, and includes numerous bug fixes. - Enhancement: Numerous improvements on checking memory allocations. Optimizations for Loongarch. Code clean-up. - Bug fixes: Fix to a crash related to {vp8/vp9}_set_roi_map. Fix to compiling failure with -Wformat-nonliteral. Fix to integer overflow with vp9 with high resolution content. Fix to AddNoiseTest failure with ARMv7. Fix to libvpx Null-dereference READ in vp8.- Rename libvpx-configure-add-s390.patch to libvpx-configure-add-arch.patch: add support for RISC-V- update to 1.11.0: - 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. - Includes fix for CVE-2020-0034 (bsc#1166066) - Remove libvpx-armv7-use-hard-float.patch: fixed- Enable PIC: * Remove libvpx-define-config_pic.patch- using service/obspcio again because upstream tar ball is changing, leading to trust validation errors- udpate to 1.10.0: This maintenance release adds support for darwin20 and new codec controls, as well as numerous bug fixes. - Upgrading: New codec control is added to disable loopfilter for VP9. New encoder control is added to disable feature to increase Q on overshoot detection for CBR. Configure support for darwin20 is added. New codec control is added for VP9 rate control. The control ID of this interface is VP9E_SET_EXTERNAL_RATE_CONTROL. To make VP9 use a customized external rate control model, users will have to implement each callback function in vpx_rc_funcs_t and register them using libvpx API vpx_codec_control_() with the control ID. - Enhancement: Use -std=gnu++11 instead of -std=c++11 for c++ files. - Bug fixes: Override assembler with --as option of configure for MSVS. Fix several compilation issues with gcc 4.8.5. Fix to resetting rate control for temporal layers. Fix to the rate control stats of SVC example encoder when number of spatial layers is 1. Fix to reusing motion vectors from the base spatial layer in SVC. 2 pass related flags removed from SVC example encoder.- Update to 1.9.0 This release adds support for NV12, a separate library for rate control, as well as incremental improvements. - Upgrading: NV12 support is added to this release. A new interface is added for VP9 rate control. The new library libvp9rc.a must be linked by applications. Googletest is updated to v1.10.0. simple_encode.cc is compiled into a new library libsimple_encode.a with CONFIG_RATE_CTRL. - Enhancement: Various changes to improve VP9 SVC, rate control, quality and speed to real time encoding. - Bug fixes: Fix key frame update refresh simulcast flexible svc. Fix to disable_16x16part speed feature for real time encoding. Fix some signed integer overflows for VP9 rate control. Fix initialization of delta_q_uv. Fix condition in regulate_q for cyclic refresh. Various fixes to dynamic resizing for VP9 SVC.- Update to version 1.8.2: Fixes: - CVE-2019-2126 bsc#1160611: double free in ParseContentEncodingEntry() - CVE-2019-9325 bsc#1160612: out-of-bounds read - CVE-2019-9232 bsc#1160613: Fix OOB memory access on fuzzed data - CVE-2019-9433 bsc#1160614: use-after-free in vp8_deblock() - CVE-2019-9371 bsc#1160615: resource exhaustion after memory leak official changelog: * This release collects incremental improvements to many aspects of the library. * Upgrading: ARCH_* defines have been removed in favor of VPX_ARCH_*.- Update to version 1.8.1: * This release collects incremental improvements to many aspects of the library. * Upgrading: - VP8E_SET_CPUUSED now accepts values up to 9 for vp9. - VPX_CTRL_VP9E_SET_MAX_INTER_BITRATE_PCT had a spelling fix (was VP8E). - The --sdk-path option has been removed. If you were using it to build for Android please read build/make/Android.mk for alternatives. - All PPC optimizations have been disabled: https://bugs.chromium.org/p/webm/issues/detail?id=1522. * Enhancements: Various changes to improve encoder rate control, quality and speed for practically every use case. * Bug fixes: vp9-rtc: Fix color artifacts for speed >= 8.- Disable LTO (boo#1133255).reproducible 16585263901.12.0-17.141.12.0-17.14vpxdecvpxenc/usr/bin/-fcf-protection -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type obs://build.opensuse.org/home:kimi:linphone-desktop/openSUSE_Tumbleweed/917717909b055d382eebc76742f7b011-libvpx7drpmzstd19T0x86_64-suse-linuxELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=66bb07b01c1e3fa14c7874a286b6d41a04b9302b, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=028fe9f8b2d50aad6dc41672d7658d12c521948d, for GNU/Linux 4.3.0, not strippedRR RRR RRRRRRRRRR R RRRR R RR RRRRRRRRRRR R RRNq,N%mutf-80ba3c69e40e9955a5ffed19a01d7ff67309c848fd938c0a6398a53458290bcdeef46407b2b2472dd3f5dd9c0d4adcf02fb242bdebdf6971f222d0dffb88e31f0? (/h$7DLT3vpx-tools-1.12.0-17.1rV2Ơ+6 izÆŻlA$!4 >  A ЉjRiwɫ#"zlmWCb |PXxK i ?R@R\>#̕MgR@l聵>LL*-47U#7&.TY-I-f,3'TՆ_gᅻ"> "6P4 {c87/m'93w[v2 :F@PVrtl|@JOy`p<w4m{Akw֠#yCpa GRlp9)C\9ɒglM8[78&@ J47>p1JBZh91AY&SY^ih 6 Ph*CM5[T.m`ܑN$'W@-(r-`&MZ355v) U\#청X[66R6/, ^*c1.+s]măR#?