libdav1d6-1.0.0-150500.3.6.1<>,Xep9|}]kW]JlP[tqJ?uhq)9}`*c8$-,x܄_:~(NumP 2f#xOJ{ss<\S;2&V6񿤺3'ٝI-Z-3xZ"Id5sEl(>;KJ3zD"_/ъg;妕MbbP쌢kby[2jB7і -2JV&tD;`$>@/?/d   3TXdh   $ , <  4Dx(89D:!>,@,F, G,4H,DI,TX,XY,d\,],^,b-c-d.7e.<f.?l.Au.Tv.dw/x/ y/0 z/d/t/x/~/Clibdav1d61.0.0150500.3.6.1AV1 decoder librarydav1d is an AV1 decoder library.eh01-ch3a5mSUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://code.videolan.org/videolan/dav1dlinuxx86_640H%A큤eeeb4bfa76c1f852494ceff3ff4b678517351e5d7f0d1e84f720ce4be7e75b3c5a782b327887de263238deaa80c34cdd2ff3e0ba1d35db585ce14a37ce3e74ee389e9libdav1d.so.6.6.0rootrootrootrootrootrootrootrootdav1d-1.0.0-150500.3.6.1.src.rpmlibdav1d.so.6()(64bit)libdav1d6libdav1d6(x86-64)@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.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.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libpthread.so.0(GLIBC_2.3.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ed[@cGb4t@a2@a@` @`[)`3_`@__N7^@^^b;@]]5@]n]H@\\@\ֹ@\@\@\N\@\}@\I\I\mgorse@suse.commgorse@suse.combjorn.lie@gmail.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comdimstar@opensuse.orgaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comolaf@aepfle.dealoisio@gmx.comaloisio@gmx.comaloisio@gmx.comdimstar@opensuse.orgaloisio@gmx.comaloisio@gmx.comjengelh@inai.dealoisio@gmx.comaloisio@gmx.com- Add dav1d-CVE-2024-1580.patch: fix tile_start_off calculations for extremely large frame sizes (bsc#1220100 CVE-2024-1580).- Add dav1d-CVE-2023-32570.patch: fix possible crash when decoding a frame (bsc#1211262 CVE-2023-32570).- Drop _lto_cflags define, current version supports lto build. - Drop unneeded rpm BuildRequires. - Add pkgconfig(libxxhash) BuildRequires and stop passing xhash_muxer=disabled to meson, build hash_muxer support. - Add check section and meson_test macro, run tests during build.- Update to version 1.0.0 * Automatic thread management. * Add support for AVX-512 acceleration. * x86 code speedup (from SSE2 to AVX2). * New grain API to ease acceleration on the GPU. * New API call to get information of which frame failed to decode, in error cases. * Numerous small bug fixes. - Bump soversion to 6- Update to version 0.9.2 * x86: SSE4 optimizations of inverse transforms for 10bit for all sizes * x86: mc.resize optimizations with AVX2/SSSE3 for 10/12b * x86: SSSE3 optimizations for cdef_filter in 10/12b and mc_w_mask_422/444 in 8b * ARM NEON optimizations for FilmGrain Gen_grain functions * Optimizations for splat_mv in SSE2/AVX2 and NEON * x86: SGR improvements for SSSE3 CPUs * x86: AVX2 optimizations for cfl_ac- Update to version 0.9.1 * 10/12b SSSE3 optimizations for mc (avg, w_avg, mask, w_mask, emu_edge), prep/put_bilin, prep/put_8tap, ipred (dc/h/v, paeth, smooth, pal, filter), wiener, sgr (10b), warp8x8, deblock, film_grain, cfl_ac/pred for 32bit and 64bit x86 processors * Film grain NEON for fguv 10/12b, fgy/fguv 8b and fgy/fguv 10/12 arm32 * Fixes for filmgrain on ARM * itx 10bit optimizations for 4x4/x8/x16, 8x4/x8/x16 for SSE4 * Misc improvements on SSE2, SSE4- Update to version 0.9.0 * x86 (64bit) AVX2 implementation of most 10b/12b functions, which should provide a large boost for high-bitdepth decoding on modern x86 computers and servers. * ARM64 neon implementation of FilmGrain (4:2:0/4:2:2/4:4:4 8bit) * New API to signal events happening during the decoding process- Disable LTO (fix boo#1183956)- Update to version 0.8.2 * ARM32 optimizations for ipred and itx in 10/12bits, completing the 10b/12b work on ARM64 and ARM32 * Give the post-filters their own threads * ARM64: rewrite the wiener functions * Speed up coefficient decoding, 0.5%-3% global decoding gain * x86 optimizations for CDEF_filter and wiener in 10/12bit * x86: rewrite the SGR AVX2 asm * x86: improve msac speed on SSE2+ machines * ARM32: improve speed of ipred and warp * ARM64: improve speed of ipred, cdef_dir, cdef_filter, warp_motion and itx16 * ARM32/64: improve speed of looprestoration * Add seeking, pausing to the player * Update the player for rendering of 10b/12b * Misc speed improvements and fixes on all platforms * Add a xxh3 muxer in the dav1d application- Update to version 0.8.1 * Keep references to buffers valid after dav1d_close(). Fixes a regression caused by the picture buffer pool added in 0.8.0. * ARM32 optimizations for 10bit bitdepth for SGR * ARM32 optimizations for 16bit bitdepth for blend/w_masl/emu_edge * ARM64 optimizations for 10bit bitdepth for SGR * x86 optimizations for wiener in SSE2/SSSE3/AVX2- Update to version 0.8.0 * Improve the performance by using a picture buffer pool; * ARM32 optimizations for 8bit bitdepth for ipred paeth, smooth, cfl * ARM32 optimizations for 10/12/16bit bitdepth for mc_avg/mask/w_avg, put/prep 8tap/bilin, wiener and CDEF filters * ARM64 optimizations for cfl_ac 444 for all bitdepths * x86 optimizations for MC 8-tap, mc_scaled in AVX2 * x86 optimizations for CDEF in SSE and {put/prep}_{8tap/bilin} in SSSE3 - Bump soversion to 5 - Drop dav1d-nasm-2.15.patch (merged upstream)- Add dav1d-nasm-2.15.patch: Fix compilation with nasm 2.15.- Update to version 0.7.1 * ARM32 NEON optimizations for itxfm, which can give up to 28% speedup, and MSAC * SSE2 optimizations for prep_bilin and prep_8tap * AVX2 optimizations for MC scaled * Fix a clamping issue in motion vector projection * Fix an issue on some specific Haswell CPU on ipred_z AVX2 functions * Improvements on the dav1dplay utility player to support resizing- Update to verison 0.7.0 * Faster refmv implementation gaining up to 12% speed while - 25% of RAM (Single Thread) * 10b/12b ARM64 optimizations are mostly complete: + ipred (paeth, smooth, dc, pal, filter, cfl) + itxfm (only 10b) * AVX2/SSSE3 for non-4:2:0 film grain and for mc.resize * AVX2 for cfl4:4:4 * AVX-512 CDEF filter * ARM64 8b improvements for cfl_ac and itxfm * ARM64 implementation for emu_edge in 8b/10b/12b * ARM32 implementation for emu_edge in 8b * Improvements on the dav1dplay utility player to support 10 bit, non-4:2:0 pixel formats and film grain on the GPU- Update to version 0.6.0 * New ARM64 optimizations for the 10/12bit depth: + mc_avg, mc_w_avg, mc_mask + mc_put/mc_prep 8tap/bilin + mc_warp_8x8 + mc_w_mask + mc_blend + wiener + SGR + loopfilter + cdef * New AVX-512 optimizations for prep_bilin, prep_8tap, cdef_filter, mc_avg/w_avg/mask * New SSSE3 optimizations for film grain * New AVX2 optimizations for msac_adapt16 * Fix rare mismatches against the reference decoder, notably because of clipping * Improvements on ARM64 on msac, cdef and looprestoration optimizations * Improvements on AVX2 optimizations for cdef_filter * Improvements in the C version for itxfm, cdef_filter - Bump sover to 4- Update to version 0.5.2 * ARM32 optimizations for loopfilter, ipred_dc|h|v * Add section-5 raw OBU demuxer * Improve the speed by reducing the L2 cache collisions * Fix minor issues- Update to version 0.5.1 * SSE2 optimizations for CDEF, wiener and warp_affine * NEON optimizations for SGR on ARM32 * Fix mismatch issue in x86 asm in inverse identity transforms * Fix build issue in ARM64 assembly if debug info was enabled * Add a workaround for Xcode 11 -fstack-check bug - Dropped arm64_ipred_symbols_aligned.patch (merged upstream)- Update to version 0.5.0 Medium release fixing regressions and minor issues, and improving speed significantly: * Export ITU T.35 metadata * Speed improvements on blend_ on ARM * Speed improvements on decode_coef and MSAC * NEON optimizations for blend*, w_mask_, ipred functions for ARM64 * NEON optimizations for CDEF and warp on ARM32 * SSE2 optimizations for MSAC hi_tok decoding * SSSE3 optimizations for deblocking loopfilters and warp_affine * AVX-2 optimizations for film grain and ipred_z2 * SSE4 optimizations for warp_affine * VSX optimizations for wiener * Fix inverse transform overflows in x86 and NEON asm * Fix integer overflows with large frames * Improve film grain generation to match reference code * Improve compatibility with older binutils for ARM * More advanced Player example in tools - Bump soversion to 3 - Added arm64_ipred_symbols_aligned.patch to fix aarch64 build- Update to version 0.4.0 * Fix playback with unknown OBUs * Add an option to limit the maximum frame size * SSE2 and ARM64 optimizations for MSAC * Improve speed on 32bits systems * Optimization in obmc blend * Reduce RAM usage significantly * The initial PPC SIMD code, cdef_filter * NEON optimizations for blend functions on ARM * NEON optimizations for w_mask functions on ARM * NEON optimizations for inverse transforms on ARM64 * Improve handling of malloc failures * Simple Player example in tools - Dropped dav1d.armv6.patch (merged upstream) - Bumped SOVERSION to 2- Added dav1d.armv6.patch (disables armv7 asm for armv6 builds)- Update to version 0.3.1 * Fix a buffer overflow in frame-threading mode on SSSE3 CPUs * Reduce binary size, notably on Windows * SSSE3 optimizations for ipred_filter * ARM optimizations for MSAC- Update to version 0.3.0 * Fixes an annoying crash on SSSE3 that happened in the itx functions- Update to version 0.2.2 * Large improvement on MSAC decoding with SSE, bringing 4-6% speed increase The impact is important on SSSE3, SSE4 and AVX-2 cpus * SSSE3 optimizations for all blocks size in itx * SSSE3 optimizations for ipred_paeth and ipref_cfl (420, 422 and 444) * Speed improvements on CDEF for SSE4 CPUs * NEON optimizations for SGR and loop filter * Minor crashes, improvements and build changes- Add baselibs.conf: ffmpeg, which is the main consumer of Dav1d, produces -32bit packages that would be uninstallable otherwise.- Update to version 0.2.1 * SSSE3 optimization for cdef_dir * AVX-2 improvements of the existing CDEF optimizations * NEON improvements of the existing CDEF and wiener optimizations * Clarification about the numbering/versionning scheme- Update to version 0.2.0 * ARM64 and ARM optimizations using NEON instructions * SSSE3 optimizations for both 32 and 64bits * More AVX-2 assembly, reaching almost completion * Fix installation of includes * Rewrite inverse transforms to avoid overflows * Snap packaging for Linux * Updated API (ABI and API break) * Fixes for un-decodable samples- Redo description and mention SIMD acceleration.- Moved license file to library package- Initial stable package (v0.1.0)/sbin/ldconfig/sbin/ldconfigh01-ch3a 17085894611.0.0-150500.3.6.11.0.0-150500.3.6.1libdav1d.so.6libdav1d.so.6.6.0libdav1d6COPYING/usr/lib64//usr/share/licenses//usr/share/licenses/libdav1d6/-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:32683/SUSE_SLE-15-SP5_Update/43478743d60d4ba5d0f3626be2ed46e1-dav1d.SUSE_SLE-15-SP5_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0fd5c29444183191bfb4355354c55187473a7f02, strippeddirectoryUTF-8 Unicode text PR R R R RRRRRRR R?¯|/]z utf-8c6e9c636c6aeaca0667708f8f6e1266b8e1396e76d95365c74102fb189f1e967?7zXZ !t/QL$B]"k%wd?zz-+8BJkLV$(5mk_phHߍ,*|#HbI{}bXݰoּ3[\<b_$ֳ2"jzڏhiԓ\ U8uAV\^RuaێP&e\cmcD4KX7Ed۴JSO;k"7YtZYsd4Mt>790eo-v9Rc%5lC C--=O #bP5!hv^G{Kk]7}&ZQ-0A_3n 16ٟ#w^&/K XWڸNlGW/Ii' ?=S t"c@nrZ|Âs$1X1u ۩}O&~H}o"7Uq-.m6ٯ1m_=On+U5]A ޟ'$D3P޿,B )C~a8bW/G ZotBܭ |( /sF<P\HK!x$*ʎ I_ifGw@eU^Մv7 dčH0v5»d8Uv8{#ɉcB=Y?3ֺ&%{9y%f-^ N!.skxPh%WbPVUJw:Ɋ^>r͒r6vMЬ> C,YlTӫ,vBmBb  cٯW tmug83_bĪU/L>{ySyNia5AOgSZO/4C ) /-\޻r?B+ ~l8Da7ln88葆r;z"S_'Ջ EYDst¯?/(JMXjEl͛2zpF/IpR/WF2қʁX5'A96iR%F{ɽſ6 W1y)ۼ(ӣ&uϕC8Û{}(-H:@H6<蓇ĹKƞ"6?,s[slВ3 l(NBkӻ3z#@%1=) Rbӝ_8I$cē6W,ߓx}O/$g&y":+ɝB M0j~֙GS4 1'sAK^p%2 %u 1/9+Z㥐 q/]az/5pM畛uE3 (O ?/2o |Uޫ0Vxcv$^k0jֽr Ϛ|;/If[4"t>:& 4,Rᇬ(PCvJ2">^l!H7:d$\'VSޞj}D_TToqydN&d`6W0+N, %}&ܤl+D.?دk/AT.!i0E&z^q[pnS46[tjOt~85ڹR>+'қ.REлɓ^@}dr|~]AUi1o It.=G Y 6W,*w UgB(Wb*A%qXnOtl c\ ߝGqܷb?'ER -vTDɞh?o98L8N2S4-ʡ.;f,X ;i-X͝z7/%sC%~NpW&j# H~LC꼦&50 Cj|U,'KOR/x?E(ꔡ+v#bkzzsAH8w=`7O}3$Zيǵ\UqY4឴%vM%3\X;BUq!}I:'];Wq9%Qup!VΏ" `{eBC8b ky Gةh܎ipPmlGoTLeSG[p=`g>~Yj:{>VW„Cr.,U7l[A-pFgtY4DI4y Q ~xcnf6|f}<\iaK*~u?ڣgaƊ4eGThn5ζ":i7 _n'1K,Y'4d {78|-O=`OJ@gSTe5V3uqcF]a976j:c`ېhKE[fVpKؼʁֺqݼ,QRsU 8'V_HIe* Bi^^#hy"KimKȭwV?ߨmyyXL)p8ޕwE٨넟Z ӚZ)1TsV]D6FD)>6n.);\Q h{7RJ(DSwzlB '_ֵzS\ h`~k@TK3\*:T}1Ѹd<(ТH9o\L;HངJB}:k5u2.֔WF;rN,6P8uK]==65#`RR$/*yԧ4= gged wtB 3\P+O|X(8Rku~.4flbÚ^?U؜{+ ؇`ԑy&$w{YR˃39Eh fNZUmZ5hnS: w$4sA^V3eL"RW6)&B+L;鋾NFpp@M'U0$հCsK9REZ>k/WyJ96]Y\ E jF~: @sk\<-MI0KJznïTvjbVѐb/7kA~ԩk;c S#]]zݸB0C@ aٺfw5IW\zDYlhIȳpE0& n_Dh\sn}fpC4ixs_>NlJ*Qq&뵐ManDDՅXO m5`V7ҏ?6Ξf#^=%/~[sP{ZB9%,`270暮I7ȶNAUVXkpSRIM[3TX`Lo@YV>~7,gg%lŌX(Ñ;2]sۊ%5[`06#[ vץ.LA}cI[r,hXoJS#aidRIcۃIN" O HzfڿfF|ɻ^_(ȃ\Λ8ݼeDno-c!Ra ~hB67'rH;TqAT0W:F8M8ȘQʩZl;j 8(4GEKo" K+.b"5J3Ɏ)/hxf@RF1j&MT0(m28dPהl0z1_ a~"u%hw-ZGJTMCݫp<Xʟ"".&f2qȟ5~}6F9ɵ.nE$ χ&5 ||Du44ܟ\H>0Ubro_#+՗ x.@qM6pU;vSnXDovu\qƁT>ݨ!=-?&ϲT =jZ]-}aUCZl~HlvoOOD;i{ U @vT°i%@uuz{s i C2[io8M6LA>1@)3nԁq.ɵwycpTu-zf]pv r;=9vZO]eɊ<& [^Dp|V/Tq[5 %ݕNr;C|vG)s)Pm&>Y6ԫZRI?)Ф (d;oC>-sR8kL\:~ޫ^ puۧe{߀JvZFV3=N%I' R@,vl I@ZP>lǔ<$Xf Ce-(ISp.X.nA\[Xgf'oN«KF012PNg}J%֢<8rqJ:`J]Wkc=[@ 죩 AA~˩y>[pS3 KًHf,n^ TѺKK6*VQG(;/!ORQaTA]d52*l4Pح@?JvP̍zjNԫtTrxu1xRU qZ |[!zZK-do]cʔ~&[h낸zgŀ pIP u\ȗ簨jSoK/(ظݒz)4`!joBy[J˛j*$MB- j פ}6 ::I߷D g8DwᤀC?U;SU[S(BLc}t7Oa Uՠ_輛uCK'50,*1.7CݏR0w:(>CSNIS!v\!o'Y]u:G!u p26igp~B< ?b1hUd U~}՘t44\Mh?֭ E>)<!Z 'XV$m9I*(ؾ{#&|H}#Y S!5{ qQ%<1T[s`-.F&81j`Fv9/y*\sM.7iE\fh*@h%* yq$/ (TϢc1S2].&$ia)2:m_#]aVҮ1">&]w &^$]CaCjo3pxϞ#wQ}h>a1SQ~tj}6'㭛.sm]g4P'uO_]Ͼ7T$,Tz[$S`yL7[">RzIEoP 0h$/? ^/^*ZAnt@iQ8g^t"F=kBn>MІ1XeaA,+>ĥm@nvȔңOT{]LO(G*.@\Sg9؆ˢmҏBe>05]'I,jbZM/?ڽ5' FBpQ+HC <;͔޼g2#*Tэ`FnJZfWn ̲j"XΘ 2(h]7 qܺCI"ٟ-ׅ߯+fU77fq^RuKut5*F;_R`Oy1H&;#0} B<F%6NW m a3״ekKL A #Q%Pe SZ+̡z~MQo{oC+әt#[UE#Z#^J\#b' G)оs0J0;(?E+ 28?ӼZZ.Y~Ⱥ*-) sRhuh")g)?d+J׊DO38OeI6:靜߿E^N]C>('`6o1b/bR \ CԳA53NHj(vENl0V`8] {,]l6Z3Lx{9n&#o}R$0I lid$aW ڎ>6ZY̟΄%ZIƘh# -)oKdR?Uź"{ QIAU3M7zSe 1ϰD]w?1ptVlmV׈>J昹lŌh%+cgE_{1sq.d6ַ%9ً$GbvR9S²Ho_e28n dO?&{@ք_ ǚwE a0yyMn !Pqx l,J8uʊQTZˈ}OTJĕIS R!ޥ7Gj/0 \XX m1(̹s2Vͱi,wJU2Hm;' @+H!sGH͢ų/ YZ