dav1d-1.0.0-150500.3.6.1<>,P$ep9|KrHzh}\p5I ARnzUlG#L1uO#T!#h?s5I5,- o<ă(SY>6;!79iˉ`;XGm!ȗۗN6p7a.?n,X9!Z4ad oXKV5򑪆9I۔撆D"fZlocrYJhx=8 n.?iIvLg~!ofsZ6ՏiI\[N>>.?.d  * )^     0 \ r (89:F+G+H+I+X+Y+\, ],$^,*b,4c,d-]e-bf-el-gu-|v-w.Xx.\y.`z.|....Cdav1d1.0.0150500.3.6.1An AV1 decoderdav1d is a SIMD-enhanced decoder for AV1 video. It features * Accelerated assembly using x86 AVX2. * Partial acceleration using x86 SSSE3 and ARM NEON. * Support for bitdepths 8, 10 and 12. * Support for chroma subsamplings 4:2:0, 4:2:2, 4:4:4 and grayscale. AV1 is a royalty-free video codec by the Alliance for Open Media. It has the potential to be up to 20% better than the HEVC codec.enebbioloSUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/Productivity/Multimedia/Video/Editors and Convertorshttps://code.videolan.org/videolan/dav1dlinuxppc64lee3c2e73608f1a621ebc96b6677a5f2763c984889b1c21305a95dfcadbe49eaaderootrootdav1d-1.0.0-150500.3.6.1.src.rpmdav1ddav1d(ppc-64)@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdav1d.so.6()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(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)nebbiolo 17085894781.0.0-150500.3.6.11.0.0-150500.3.6.1dav1d/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:32683/SUSE_SLE-15-SP5_Update/43478743d60d4ba5d0f3626be2ed46e1-dav1d.SUSE_SLE-15-SP5_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=27c551453a22fd8cf82a4df176a3c338575ab316, for GNU/Linux 3.10.0, strippedRRRRRRR=~Vutf-8b06630002dbf731213e92b75b6d12161aeedb46424d2da65549f05270eda4680? 7zXZ !t/;]"k%fN=WoSX.2SMN> 6NЪ,_9AӟĨkp7|G+(m+zp}F[} &>8 $8̱}^E Q>a{s[GTAG\HX|Wۋ9q~URj[:ԓbBտqZj]v֕ӭ}@K ~O]N:_g] W0l Y 6ۿ&ZԷ!xhh(B^( fwIj˿ބ~B6:SSxz($ vфM8GOkEѣADΤ\>zb>Afgb}-VY?0 JJg.)E AJJaXubn"D^Dpy't٣<'iqYT-ծΡ1`U ?-(,"^0qҤvN]ka)#:@90Zvߞa?u: 84EDeJ uK18LWâ*ʯ;q&|ZX+?FLj=wnώ Κae۬G   8DbiR̿b PGb\& k6o(`gWn$D`^O~{Eh꽽5sby{-ZKn dz *VbI"Nf7i>YxHS Մ=YfMHSxڗ74:y;Of])Y#5 p?dqN٨YW1vL)17*sғ56(oKFn܇8SPkKLYvI`G^֜5eH"z6R~HiU=J6L>YtAy4/I {/،$Z@~s^=٬j x󄆆e^=i& z]8OR S}W[؄R fn Wؑ,{˨ƕ \n2iS& 3TU(%NSk_nb0IA,c_RC, { m2OFth#= Ug'1 S W%p?lJ܁sX4aڲ-v!NKpT}snj^X?1ڥl鞀<tm{xCIs~*7MO{ 7. șiYݵOXs3(cu\9)[)ȍ@>8DxxcI ,/ŧm Wq?.q˭OXu#!ԫ#kSXpArHLk&f6 <9l4hV,w&KR=8Yt}̵Y<5Ӕ;IψIP+`FћW=4?EٌqN#ʰͱCZ  Wë]Q:Į@@)5d>"@OO%]"Ԇ82:Uy[#IGWOc:33G7Sj Mh:>0/&i@6h 圤4,dIN:9FL9P1\_vߎMpf H0¼0 O q*^HQݔõJMڶ<籆qaV -J͔ ʹW2y/}%Z:ŚSP38nٗ@xzouÎYAmΥ_skiO-H\"('-ѫk9Iot<3>,\XX{0#1ञFհ yjɈXfv9+#l%jHvv\mtUy[Mh1dxYk@ST[[yXl NdI}T4kx+Wx7Y fQ\ {zצ z&ՋCpe)΄Kו.,!#EA^Ӆ:kVvҗR{.e\&$fD^5U]۩hW*,,ٞ/{R1Lr;pWoML_[yRb3i1h]pLwV:cEɇ2|:9~oOzlhkap3`ٜUKEߒu` ַO-pbf% 28`BcO?#^;_uZ`xI_qEִ6z)&R1yVZ=ۡBapoϙ&Q`ܨ,a>Uw-{42)+}WB2TUz"iGϭo] (d荂/u.*Ũ2b^_#{,ӀPP: ٳ (]H i)G)~g.1׷Be:yL~Ii@ _Wl8jy<8BJAIYWUE:/|)ץliQv)2_;~ՙGJ%sǘȆ !s`#6L  'K<^*ܠ#ߝ` /Ji$al h<%0-I=aC=A^57a@{5P X`$< 8uHHn<;VBrTm6hQ .F߽*p;YfN4/wqG%l u0O6C { bT<61Yv6B\ (Er;lX$u9WPq@>/l˧Hqh8 k$Ӡ$ 0h)3f$02C9$YߧbkNHNK?)4ej+ް*Ip$|QdI#7]"+[Ƙd<6a\O**n͜HqZ0΢οp 4NZ̎#&{[]c@ZT3vAJB)KX+)IRBѧLLX[QvM/2 ($ΚOu:HOƦ{b'XATIb%}T-oۘ{RkC?[AB@ezOV_/z7nd(nSC^5C' ĉ>htKd@ሓ]UjN_I`VDc>8^ݚISef<;*Hn 5 yTSgJN7dQWeހ!:_liY`iu~MGT19F fm&O] ޒ|,kaȍ9̡wP5$X9}OBsQ:HS6ܠhs=a+mhsgRUڵ_{7HޓOzQ6cqkAjʮ;7_m̿dۭTڂ$ܵ2aԿ;D@en5s(gݙ!0c+K;ԝx_]$x7Rg'>*BH/QM҈EHLU'l#c!ŝTj[{rqh(ù@_eݴDʒ> YA[РP1Hςrka}Z_3Vf *6 Fֻ?_MIQBWOgzdޟfF:>9fffNDN+D\*ɻ5 z9 t'$rFk4RFY>); " &; 5+S."e޳z=ӉI!J` $lc]/VzK6D:@~sw \]ʙA a 7vn`NXLeWO>N.$©V .2@4Ma C3 hDVՠuypyowjn~4rԊ1>[j㶁%GnEhZfhtEΜ?.~,Ÿ]TC {Y~hSзu/ۉH,4 > i:W .:ߠz3~;>u,w}yl2 +]XsOC>r   -0dM1(gDF`۸C sk4bZ>A+&%4p]yr#r"jvT#6!CYVDi ᩠z!9عo`CNLeD(N/Fd(ՌtK.t%ʬ{\%au[TAN!8CvՑR/B6x>܋躄ƳaV ]91ڟUNk3bdq+,3{Yv2qn=,P˅g` C3Qm$E=~鸑`w;a _FKgr j kr>P0>'ks}f(SXOew{Ԏx8_jI XĿ=;z/,;PЅ|@2m7D΁=rm`.̋ #l6*( znk;rhjbZkA]t⥓hSnT%rߤݿbt z!}A;2''ij+b3x<4y%sEH!OΒ~ {1hy(-v5 /LAp,GǍQ39G0h+-@i4윉S9W5X֘d`,^ӈⴿZlƩV4ׁ̉n/kњU1/`,t $ސ]-G(ѮF>[0Faw#s 7l#H,=Ѽ5AK\W?^saA6\p~ ^OD4[>:I*IP#X\XMnbͷT,jTP[ZxUA8)#r(ЦoLwm9 1j`'N9*B1շ;welaf`,+"4qTa?"O4p MoĽ"f8챈ˋl5 T"3ֲ?sI\v&sݢGI\,[lal9fإN"I}3 w4J'$9cm!}}RɸY[XO} y!5oFN?9GPzC3(Zw`kK)U YQG{x/xEn[<1$%\DA |#cXMC[nhfz}߱|z&g;lKQ݆8 bRVzM3CtF Z[oʇ$U>W1pr͜ƒzJu}n/GoՖS/A?Cd~C1 S(ləcp4G,^0a9TKZ뤕H-芎=XGVHXN!e& `N=Q1Isa _hgtKV96!E_"U@JRH PrЉ ?ZDlI^DHnw?0ִ{ʴ2sLPI,\@iHu0Yi#!S&O:62, En+1F6hq٪!3,noaalKIn*.}TO~!V)OT2)ןg@P}~L!~Q&2\0UB[3+u98#q|Я%3qNH"uXӏ&HC$djӣ)Z-07rY7.ػ=(U.~'AС}]x5dz6m⥕Sx>MoJh'h\xkjN6kW}('VxM>AyQ-o;JͺYr<0";;L}*>#9z%UͺE +FLI#EC ѫ!)S:w  YZ