vpx-tools-1.6.1-150000.6.8.1<>,cb p9|i.fEbDw>T2̸hd 9#Tt`-ѥIG/WH1afҮ Ps[Eӊ%^}j7sĵ I}U!U&T>e<o^&傤@g.InCv鏶㹂TOx-G55d%bdZG'8ZYo:<(R㧰Qn0x0pwrk#s5rQ.XsMtX'A ) R/L(0Ir ftY>>H?8d   F4 Jh    . 08BLpxr(89:FGHIXY\8]@^NbXcdzefluvw@xHyP"z4Cvpx-tools1.6.1150000.6.8.1Utilies 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.b ibs-arm-4 SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause and GPL-2.0+https://www.suse.com/Productivity/Multimedia/Otherhttp://www.webmproject.org/linuxaarch64 ȁb b 1ee31277668eb81da19e41099572207534bcab2a450e7f975ffa62f45d7e09a3f06c1030580ca8b58be260594b721c51b64bc7a07672691bee92dcd788848a2frootrootrootrootlibvpx-1.6.1-150000.6.8.1.src.rpmvpx-toolsvpx-tools(aarch-64)@@@@@@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.8)(64bit)libstdc++.so.6(CXXABI_1.3.9)(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.4()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^g@^g@Z`@Z`@Y@XZXh@W@W@WhW_V3V3VuFUQ@T@T@adrian@suse.deadrian@suse.comadrian@suse.deadrian@suse.deadrian@suse.detchvatal@suse.comjengelh@inai.detchvatal@suse.comjengelh@inai.deolaf@aepfle.deadrian@suse.deolaf@aepfle.deadrian@suse.dejoerg.lorenzen@ki.tng.dejoerg.lorenzen@ki.tng.deidonmez@suse.comrguenther@suse.com- backport security fix: CVE-2020-0034.patch: bsc#1166066: out-of-bounds read on truncated key frames- backport security fixes: CVE-2019-2126.patch bsc#1160611: double free in ParseContentEncodingEntry() CVE-2019-9325.patch bsc#1160612: out-of-bounds read CVE-2019-9232.patch bsc#1160613: Fix OOB memory access on fuzzed data CVE-2019-9433.patch bsc#1160614: use-after-free in vp8_deblock() CVE-2019-9371.patch bsc#1160615: resource exhaustion after memory leak - executed test suite before submit- cleanup traces for testing, we don't have the >400MB test data here- Fix OOB caused by odd frame width with patch from android Adding patch CVE-2017-13194.patch (CVE-2017-13194) - this changelog entry also contains the new scheme with full name and "umlaut" to test which tools may break with it in our distro. Please track problems here: https://github.com/openSUSE/obs-build/pull/214- limit maximum size to 8K Fulldome resolution to avoid DoS attacks. CVE-2017-0641 boo#1056539- Version update to 1.6.1: * Improvements on the VP9 speed of encoding and decoding * Various fixes found by fuzzing- Summary updates- Ensure the enable vp8 vp9 postproc and multithread are always on - Enable verbose build - Add switches to be able to build chromium: * --enable-experimental --enable-spatial-svc- Rename unfitting macro name "soname"; there is no SONAME here, just the version.- Update to version 1.6.0 This release improves upon the VP9 encoder and speeds up the encoding and decoding processes. - Enhancement: A core focus has been performance for low end Intel processors. SSSE3 instructions such as 'pshufb' have been avoided and instructions have been reordered to better accommodate the more constrained pipelines. As a result, devices based on Celeron processors have seen substantial decoding improvements. From Indian Runner Duck to Javan Whistling Duck, decoding speed improved between 10 and 30%. Between Javan Whistling Duck and Khaki Campbell Duck, it improved another 10 to 15%. While Celeron benefited most, Core-i5 also improved 5% and 10% between the respective releases. Realtime performance for WebRTC for both speed and quality has received a lot of attention. - Bug Fixes: A number of fuzzing issues, found variously by Mozilla, Chromium and others, have been fixed and we strongly recommend updating. - Remove libvpx-pkgconfig-version.patch- Update to current upstream version to fix CVE-2016-2464 (boo#984448)- Fix build in SLE_11 by disabling ssse3 - Fix vpc.pc version with libvpx-pkgconfig-version.patch- Update to current upstream version to fix CVE-2016-1621 (bnc#972021) - enable test suite during build - From official Changelog: - Incompatible changes: The VP9 encoder's default keyframe interval changed to 128 from 9999. - Drop libvpx-disable-cross-for-arm.patch- Update to version 1.5.0 + This release improves upon the VP9 encoder and speeds up the encoding and decoding processes. + Upgrading: This release is ABI incompatible with 1.4.0. It drops deprecated VP8 controls and adds a variety of VP9 controls for testing. The vpxenc utility now prefers VP9 by default. + Enhancements: Faster VP9 encoding and decoding. Smaller library size by combining functions used by VP8 and VP9. + Bug Fixes: A variety of fuzzing issues. - Fixed libvpx-configure-add-s390.patch and changed baselibs.conf to libvpx3. - Removed uneeded servive file.- Update to version 1.4.0 + This release includes significant improvements to the VP9 codec. + Upgrading: This release is ABI incompatible with 1.3.0. It drops the compatibility layer, requiring VPX_IMG_FMT_* instead of IMG_FMT_*, and adds several codec controls for VP9. + Enhancements: Faster VP9 encoding and decoding. Multithreaded VP9 decoding (tile and frame-based). Multithreaded VP9 encoding - on by default. YUV 4:2:2 and 4:4:4 support in VP9. 10 and 12bit support in VP9. 64bit ARM support by replacing ARM assembly with intrinsics. + Bug Fixes: Fixes a VP9 bitstream issue in Profile 1. This only affected non-YUV 4:2:0 files. + Known Issues: Frame Parallel decoding fails for segmented and non-420 files. - Fixed all patches and changed baselibs.conf to libvpx2.- Add baselibs.conf as source- Build with -std=gnu89 to deal with GCC 5 defaulting to -std=gnu11 and the C11 stddef.h providing a max_align_t that conflicts with the one provided by nestegg/halloc/src/align.h.ibs-arm-4 16540057671.6.1-150000.6.8.11.6.1-150000.6.8.1vpxdecvpxenc/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:24379/SUSE_SLE-15_Update/787c1eabfebfcb415e9b64311c72847a-libvpx.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b5eaa05c58c14d77276bd8cfc6e1050b94e3b072, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c350c07322102714d99c531a5c5fe239022ecb3f, for GNU/Linux 3.7.0, strippedRRRRR R R RRRRR RRRRRR RRRR R R RRRRRR RRRRϠgwtkn.ěo0f ʛ_Oq{K XNCV}DxT_9HQ.և$Q0O]Rڦ[~㍭s׊NJ?4ǽg͉@$)(lMP oߴ"ulᜉe`L6qN ux( bhyدUarC^_p>SYbkH5yV o ɶ-/ǘ#úYt_`3CSKؖO|FE8!'hMDMM)M0w~+;&-1Z{q*6,K*sYxOڔymi])m < 8V̺gp %Q}bJ6P2(bOcCݴ# f =#?ۈhaR4(K$G2Y O3N%0Z@qRӻ;)c`6^9V[cQHUL.6Q$qwJGQG (܈s_Fm9.g"oΜջ*7_4FfeCr/U0y}zO5X/eHN+JS@85eDV= D wi(6`˄jx4dܽ*1|Eֵ[T=ވT2ut#nUpJ*m͹'Di(%&| G9 X'GxA8Ucg(`ip ۝1 ꥼg>~ib6+`b#v|[a"(dTzU`XW hpsFM9nN{<@j*,MӺ ]byڴ>y"L@MO-s b/[>fbdbg#l骳XrF84CiRڔTm9DZ!e I^DV%v쪞7ΛR`_] 0F!=ᢓxw>1K=Zc+<+ZenK#2G'b}:x;/LVYlFR#Ok~L4!&8>s1Bŭ-(cAsk8+b_ X7$ P74l} $쾓'Ԓr/z.e] >52[]D3+HU()ZjFėi.fPx"^W Y />V4W ntGϧLu4dH NfX  [c(wٵ:A! Ъh<"0(Uعԑ꺋-ǯNXߝs۾xgCDZ$4GOT,*$ЂYE"t;ȜAٍiCw*F9 Xү#;B OSE} ^ dbN/2.J0F85/^$_$An^Rh'鰀Ƕ DMHMO蝓 ݹ^1]RP4ޯ]AU,#iDcb :NS@IannU85`HqqsAm柳:T)N_Z` NKM.R!:[ݑ*0΀]+.QFc9=tyvˆ/,?BiQ;&Q&5pglWh.IDŽD#첒h tQl3(bWoúfSƟºtOZl7'^"e&HTMʨ Uw@+06utF 0x|vH!d?gQC$1%+癠0͑bc5S2áO5%6`2b0E)lHL KFtC?~:c{{|NӬkN1E`MM-q0GO 9,Ps/jh++wJ9 EUB4/_Ϳmh`\ˢuC҃Y@i&V/0?No@_:m Pp =EUH_ƶػ 77?dA1N稠 \#$dlĻrɡdbm6;bHapM[*>]k>][pWGiݮ9`5n^c.g쮲 Pkԏ%/#X^CW}1IcPϟedӨ%HNUŸJf٥ L&Cr1ai"F{?Mc8 /W%('R8ϪlW<ᑲ.k;xL7lS(}@"ߑp`C 1aE~xc,ΐf"#0z|IdWކ!mڅ> JJ~q<7Mc!< hWr~Lpu=5y=h2 f@|8׬ |H8_.wIG"W~Yh,r[@W-}XY;ּaGFq)g[3 OԪ!=iz0?zW_՜ 4(G`kH$EqHfVMcqn'b4HpR׭J} R}Lst֮˗ TIsQ ;F)Z"HIW0[C|/* 3( RN hmouПeah6W#&xIGca ̀C+QG% shnàsiyB3N;l}58~ηg5@ww}f=WZuDk1]~cs)0FfJXy`R0C1Bil}m|R+YgnS0yUl@y1tDnq?Aè\Lr@Ǩ;Lۇs&qNW_BnH܉| +?JT|| av[,qE3FGVLjUoOjɷ4aI 1 5_)<JfεM)f桟e8[k}lD; |̜[ЫG,~WxcG$~` 4wp(#%ƹ,Eu)FʒL2hE؈b?LZmݷH_NǰF$HŗX+j\Y/U0t)zE{ZAG٣|Sg7A0];b(j*MI5)@J 9n]:`YsaquLԖ)YƉ^~7LAp0_^ճHx!Tl NOUpoN^RPo&o^.\s9\<!Ď\1F.: Ì@Ks ]nN~yc!"3iH5/['|?Z~vKEZǮzgc3A;-1xN ͸g@`8{eGq.#l2nii)s[?,?6!Atp8D^]iƪQxCzGTۿ- -r5n*{A"%a fN\q-0O?f o4#DY:HOȈC‚2鿞}>nn9Ӿ7&FoE1+@E" ը-RbX`Ѿq#LpE5.](,a&gF*_kIUNgoqB4UmObuO[f'$ BWϼ8.}[QMq[ ȰPD_a?o9ۇLQZ&zUvQk][U^< gu礼-SAe}=N\>"8~`SR`~U` .;vLmF1}YluX, {̘X岗ruL}g5⣂2A XENg~Jr|&GG s_oXvB.BS0oO\>r\ ͤC$81Z4*"J[۽gk):ǖ>YBrh d&+17KJyڮq%ӑn`yk*s_0LԬg*oRljߥLw ݽRA<7Z c~qtqDEa[EÑzn4wKk ibS(_<υ| 0\fY]EdyI"u]IG*M|i9{^Lkh2DWDY\fGbm;Pt e&lHg}مt(njƊ/ΡH#[%}Ht7w= #)^^:u1i+AA٭}v n̲ME͔3[Qe}eÓ 0NBbĖP)V v]C$)*(`rir4g1f[Dت+1Ua.1'n꺖 M jI.zu>O+eAɿm ]g `QQZ:鑔B5 bVs2^8?F˞$tUkUϓ`x UVP X-A*~XEqM:00}~)6C K Bv2eFֶl 8eMTxL+ %L~ؿdB-/zv^ ȸ+5'VnMj4&j͏8;L68>& >2Q~};N3>p(})T)aeW;uH8yHMnVޓc[4^7?'aK$f%HFJO#o~!KX>pC4?ުӷY< *RJwjaJ0O 3?]Ě!'tVtb]R daI{=-zܴ\?jp_k gm & ~}[f;ʉb Sr擁ƺ]Z+ 1,t)yww2 E<)c3PSO_ IHhM!}Ij>䫫1F`;쟂gz1RMu6+akC OOx$w^a.>x ͂YօYAQ@p (SjDc93_tzM&|Eu!!T#:ĀLD>#xu' goKK)~)֭nVsX#Wz ](6[Mhx_ƉE99gn[ mk(x. b)V6"u;\ʦw J2Z,]:sұ`T KK ʵF,Jn*zO`:v]IG(3Q evk++QFAcȔkْ (L씣tߣ2\Gc$RL#4Pje*ō3/^߇3ve>qy(饺#VNl=Fe:V/d0?ϯO4جaK˓QHۧ [&Y^r41-qbB-kqCJqNƟ.tPRQ{JQC31 c,ff>q rc7J%jb9O d=O+Dós+cWZ~J<3NЏd>.7 crtĶ.yTصxPX+Qg+SØlccu񪯯*x"{ZJ"|YH .K\RAwr?adAr\+Sw2d3*O~qOEZ|&ֻtӴ%\/_]mǔFvJxxSV؁̗}ΛybݗBT`2@Z=  ZfUP%2ƝaⓁQҒKS~YKp(wH[M ֦%CUb=;]Qt >U ]K/=TT 7}A+#%Erж- R&6$KD$*FTX26Σ57[e2 ېNm)`Ax!,inQV]b,|Nre)9,S XTpU0Mi 3Ѕg(x:RL"+ݱ8B)q(++e4Af JЪCw,\Ŗ@v fkMzLpi2;+7^͟KP6auT2-CTӸ-: u1_๩!i-*BUMBi / b1Fu Eia>oTR>@h4³SN S˂ݸ/,tv*g{{ljW([fUHRb '9o6Ff/h+kϩtx=&OR:wX;,p {DD}4KDڑcRӘO^'{tjJ>uЖzDY@cm)v<Z 5 D5Ԟ/ѥeڠd,ukzds pg9ZF]bFܺj}7+Q ͰZ}QYmyEMTd\V>d{.hj8y0-%x%@Fb 2H'a _t2>q0UPt~ s deZUr!(_G1Xsuc^+玘K  hWcǤ];!N݌Ky zHI|FTK5gN4 hAiuoXgCŭJGrFc &iZnR}(q'ҰI{WGU\:!Nz Vۗc(*G>i0 24Q>rsFYJg9Iy*.Ŵ?av|K vEuAGƒ((̴@NoncطҼLY-o(}CL|uFR1 )}]8Jqj5] ҵћ/LcO~3"FPIyȆ(٭S-AI `PO3xQюJ%p9ȗ~fіI*ex :5ZX}ںNhe;o8%!<_>o9 ;̫9(eu3^IHt0HԥX-#(~Ț7shM0 +yjց+i&\0b\d aw eϚsh;F_.>/'؟k|LX%qɂj* 8'V F "(`e>ⴥ>Dٿ @V @Ng% OY@'L(k*K\Tʤ=c?C8lxVVGxA,9ȆD6nTPANxΖ$ IGXaHH)uB[ײxAghsќվ!r~ 5܃LiW/_:FL:O,ڻtV`Huv0_u` X1M| gxͼ㘛d蘪Q:lݫEIKcf/,K5(Nލ几OKc]_~LU`ޅն)}Z\s5 "b] <;04!"g(,3=Urj fL-> 4vz)"Mx.!=tf}TܘV%K3&gЁELFhz]bnf4n]!(?=8CP QgYVN%5LAC7%ui=nHXc [f,Y,wV|+ +p+a`kv@g:-5'KKA6s7\#?Wڷ2)>)?I䫘m W8E9ؙl1qC{\"S\]90?\܋~,׀ˢ1AAaoNtdgql\\s?VnPLTfInwnL ,YK:Lc?z23?FA} p3}ͿtulT |u͈ws.g|l_(DoOG@`"X;XXKHea,On~sMQBeq6{T!8g/#2EZ`y 1H.>4k(_#1ىBw=2юB'uΣl*1 .q!N!U˞@)lDN-`[`;)\.D!4Oi6x;ȣuGe@7Jaf]<*dp3E!S(Z YqĦO~> ېcSo䂘y/f?-o_dR 9w3(5.mn_:k%P{E"Z03 *r>RGCԽ}[=I,ۏ VP:Fp8u琎j -Bc <ݏ*bCڔlQ8|qoh48F^#( ha<+6jv H$;y@pZ~kcQ3*x(.qggRշ hE4sPS'jڒ Qܦ4c>gW%&zC\;=IJ; \X).T笖P? ˒7)gAmT)Q/QTwtLYM t{HM- V`c~ $5Sͫ+>_*ORSlCђNYXufCU:3 qB?$LΞR $}(7ur-|4{ L>HOM{+㩔|2ЯqaLO!Uk \r%-(?7LE5y)$cu1kϰfCNn*<ڷHڼwj>;tаE#֒ȟi[VLQ4TAL@Dpm/!:sO^c7Y#vXo/ؓ,_FdۇTꯁuːڴg㞸 1^pq(^5 WGXf< Ҍ0YZH'0"ZU?dն՗D.2P`/<"Wg恒Ʀ R_`a徃Js4eK0Zie4UG6u[QKne^w$G1%G"S__z;+)5aE@ޱq58` f<{;4͵khL,i$% ͧ'uiX/C׃'&'>2P((aɝ6p+Pm.>@UκӹǓg>u;˜k[}_JMiZ(r=r@U'4ux4; M&X ] n:g&QMɨ _ɣתZ@ʴÌ){Κ+"De()b!UvPTn_6%Yr^X{;_V!5^6P.Lo44 ~lM/Rؓ XmijXăv r,UMLw"O/Kp}@#b_I+8ZFݛɽf{\vd7:A-p٩L[&˳>Sk^J іn:l_·p;TV&v!E2aL:R%ֈ?RHZ+#bXF8C9z iH]cUUGX"+7H}43 4*pɲLBVyoS*!|YwYaXrYo&(u)fT}̕qޣhSjHխy뷼pX"qˋkKa=X军ݰ#>џÕ/QJ}!0_b'K-9/elcoTMs^8?^5uulTj)J$ Jeٰ"IوmlJTT,(m%^E[̥I`_>.˰ӁF1HXf\)/o*.a0l? Q?i/jI#?X X@#VON3ffՃ'5ud1c^)!XiQ-,)]$ =g| ʓj j&wgRAwk,:gPsy|dv"'F48){wDI F*ibh(rJ`GLq Ga). y(5Xl<̓)p/d-Z7BF {~dwA 3$QZ"z*@P&c6\qn6.y$j1ߘpA&";CM*ĸ_LMe ?Ŕgc*U4@| T^ǻx_f鲐Tnk4 -N姬$V{&$|~7/",BUFKCUob5Ɔ."B e z[pBX=Zh[ߗ҇0:a~^xl++P gw+ *%'׀|#hG`}LY Ls4_,iH1F/ #]Sb1wCZlX,5paO~(03;dȓ)kկ6  q.(mg{z1Cz!=Д$T>m(vLړUlYY/QL7|ZI M_heW^GMQ͂93iHfCʔ2" 9%ߐGGL@aiL)%E0l; az\[:RE4 n6 OB.ħد/E""^uN`(64B܎B()0lG@Tρx?,(R}H>սi"XCqJ8_ K0jܡgHV4@XW-UݍXH0f_GwAv\5%z{_z6{PUW )PT iކ7uA/ܼq53[U0p;]s>ZA ,^|z=&6W{lI.ѳT 9PS`mHWS8=IKcNVI8+(->Ftᶞl4P2̰RD[3 2A