vapoursynth-plugin-eedi3-54-bp155.2.16 >  A dk@MI%z G4t7i"jJq/s M;3y߫"Wh„Ӫ{GaDF{%~nRAƠO_mz PƼXTw?hkjZ^ۏl$0kpߎ(r0T:wk`E13 &y=D9=)cJ \m@.c?lؽ#'yßv?Z£8;lU7 6`ZGM ⰜQ[>j\[80 V͘E(9W$ܩh %F3|5K'wlxQKp n`pТ^~ *YA4?JP72Ap PW|WC腳˄+i s~r/JVU8b4897b8659fe9d6f04ff42c7edd7ebbdfc1ff4779d723d50860d93acdc6e5fa2d0b43554078cf23ca68d9a6575f19c23829d377Xdk@MI%z .\r'qeE"v;IWhSY Z ~j*ÃUR9\ ]2tPǜx h)x}.>!-[ 9:!R5pgߎvlq08j]Dܽ=I[$f_!Wd Ыl|8L;# J|xg;|eRYǤ e(7<%QlQ/3`l8푱܃NXտǯDcޡ$lHk=ulomr7K2#~h5xULK^DDjݟ}L ~2XhE1RpX>p>)`?)Pd ) F@DLPmv     I LPUZ|   (89`:F&G&H&I&X&Y&\&]&^&b' c'd("e('f(*l(,u(@v(Dw(x(y(z())) )LCvapoursynth-plugin-eedi354bp155.2.16EEDI3 plugin for VapourSyntheedi3 is a very slow edge directed interpolation filter. eedi3 works by finding the best non-decreasing (non-crossing) warping between two lines by minimizing a cost functional. The cost is based on neighborhood similarity (favor connecting regions that look similar), the vertical difference created by the interpolated values (favor small differences), the interpolation directions (favor short connections vs long), and the change in interpolation direction from pixel to pixel (favor small changes).dk@5sheep86WSUSE Linux Enterprise 15 SP5openSUSELGPL-2.1-onlyhttps://bugs.opensuse.orgProductivity/Multimedia/Video/Editors and Convertorshttp://www.vapoursynth.com/linuxx86_64Wdk@34f06cd12bd7418c8040fdacb27b26664f46e4566ecfaa152652417c2e0fd0f15rootrootvapoursynth-54-bp155.2.16.src.rpmlibeedi3.so()(64bit)vapoursynth-plugin-eedi3vapoursynth-plugin-eedi3(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.4)(64bit)libvapoursynth-54rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3aS@`@`_C_2@^2^^g@^ @]]H@]\3?@Z@ZZ}@Z#@ZZ@Z@ZXX TX TX TMichael Vetter Michael Vetter Martin Pluskal Michael Vetter Michael Vetter Michael Vetter Michael Vetter Steve Kowalik Christophe Giboudeaux Martin Pluskal mvetter@suse.commvetter@suse.comMartin Pluskal guillaume.gardet@opensuse.orgolaf@aepfle.dempluskal@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.comjengelh@inai.dempluskal@suse.comantispace@codesector.coantispace@codesector.coantispace@codesector.coantispace@codesector.co- Update to 54: * Floating point mask clips are now a consistent thing - Remove vapoursynth-include.patch: upstreamed- Fix build with gcc11: Add vapoursynth-include.patch See: * https://github.com/vapoursynth/vapoursynth/issues/686 * https://github.com/vapoursynth/vapoursynth/issues/688 * and commits b5ed913f, a4c4eba7- Update to version 53: * Bugfix release- Update to 52: * updated visual studio 2019 runtime version * updated zimg * updated vsrepo with support for python wheel packages * vsgenstubs is now included with vsrepo * fixed maximum for 16 bit input with diagonal filters and optimizations * fixed deadlock in fmserial filters introduced in r51 * fixed more averageframes bugs- Update to 51: * updated visual studio 2019 runtime version * fixed a cache shrinking issue * fixed a crash when removing a message handler without a free function * fixed an extremely rare threading issue only affecting fmparallelrequests filters and arframeready events * fixed compilation when avs+ master is used * fixed lut and lut2 triggering a fatal error when invalid planes were specified * fixed property append operations on non-empty keys not properly copying the underlying data * fixed wave64 headers generated by avfs * fixed crash in averageframes with odd number of clips * scale averageframes for integer chroma by distance from grey * several fixes and improvements regarding handling of the active script environment in python * plugin loading now has better error messages * using get_core() in python now generates a deprecation warning since it's been deprecated for years- Update to 50: * Updated zimg to latest v2.9 so grayscale colorspace are supported * Fixed several minor issues related to path handling in vsrepo * Added version and api_version to python module to make detecting version mismatches easier * Improved rounding in averageframes * Fixed averageframes not properly rejecting more than 31 weights or nodes * Fixed crash in textfilter line wrapping introduced in r49 * Fixed regression introduced in r48 where expr, sobel and prewitt wouldn't clamp 9-15 bit output to valid range * Fixed crash due to null pointer dereference when instantiation many vapoursynth classes directly in python- Update to version 49: * Updated to python 3.8 on windows * Updated visual studio 2019 runtime version * Updated zimg and added support for spline64 resize method * Fixed transfer characteristics not being applied to gray format clips * Fixed vdecimate bugs when compiled on systems where char is unsigned by default * Fixed a regression introduced in r48 in that could sometimes cause corrupt output from expr on cpus without sse4.1 * Fixed a savestring bug in avscompat * Interleave, selectevery and separate fields now have a modify_duration argument to determine if they modify frame durations and fps * Addborders and crop now update the _fieldbased attribute properly when an odd number of lines are cut from the top * Fixed add to path not working for single user installs * Fixed compilation on non-x86 systems * Fixed an infinite loop in the expr filter optimizer that was introduced in r48 - Remove python38-compile.patch: contained in upstream - Rebase vapoursynth-version.patch- Add patch python38-compile.patch to build against Python 3.8, from upstream.- Add the missing libarchive dependency.- Update to version 48: * it's now possible to select which optimized code path is used for internal filters (sekrit-twc) * avx2 optimization in many filters, previously the internal ones were mostly sse2 (sekrit-twc) * expr filter can now better optimize expressions (sekrit-twc) * the 7zip executable is now bundled with vsrepo * the portable version now includes the documentation as well * the portable version now includes all the plugins bundled with the normal installer again * fixed deadlock when setMessageHandler is called a second time * added an option to add vspipe, avfs and vsrepo to path in the installer * added registry entries for the path to vspipe and vsrepo * imwri is now included in the installer * the overwrite argument in imwri now also disables the requirement for output filesnames to contain a number * fixed corrupt output from imwri when requesting alpha output but the read image doesn't have an alpha channel - Changes for 47.2: * fixed broken merge intrinsics - Changes for 47.1: * fixed linux and non-x86 builds- Update to 47: * fixed a crash in vdecimate when both dryrun and clip2 is set (no1d) * updated zimg to 2.9.2 to fix a crash that would happen on certain invalid input combinations * removed dependency on nasm * improved message handler api and core info api * various installer improvements including a warning if the vs2019 runtimes aren't installed - Update vapoursynth-version.patch- Update to version 46: * added a fallback to how the appdata path is retrieved which works even if %USERPROFILE% isn't set * the default number of threads used is now based on the process affinity on windows, linux and bsd * added an option to vspipe to make it not modify the current working directory * added a better equality check for the Format class in python * fixed doubleweave sometimes using the opposite field order (dubhater) * fixed broken output when stride wasn't equal to width in the python output function (stuxcrystal) * relaxed mask clip requirements in maskedmerge (dubhater) * fixed overflow with int16 in maskedmerge (dubhater) * fixed swapped fields in doubleweave (dubhater) * fixed selectevery breaking and leaking when there are no frames to return- Update to version 45 (boo#1120873): * avfs now uses utf8 filename support when available in avs+ * avfs now prints the used mount point * removed accept_lowecase setting from the python bindings * fixed frame duration calculation in clipinfo (dubhater) * fixed bug that prevented adding vertical margins in subtext (dubhater) * documentation updates - Changes for version 44: * fixed crop with compatbgr32 format where top and bottom crop would be switched * fixed crash in scdetect with one frame clips, now it simply returns an error since the operation is pointless * fixed potential multithreading issues in vsscript (stuxcrystal) * the resizer will now properly apply a shift even if no actual resizing/format conversion is being done * added experimental large page support and changed cache logic (sekrit-twc) * minor documentation updates - Drop no longer needed patch: * vapoursynth-upstream-fix-for-aarch64.patch- Add patch to fix aarch64 build: * vapoursynth-upstream-fix-for-aarch64.patch- Obsolete libvapoursynth to cleanup old packages during upgrade- Update to version 43: * Mostly bugfixes and internal changes (see provided ChangeLog for details)- Create subpackag for python bindings - Enable libass, ffmpeg, ImageMagick and Tesseract OCR support- vapoursynth-devel needs to pull in libvapoursynth-script0- Rename previously added patch to match our patching guidelines: * vapoursynth-version.patch- Correct package version (it is 40 not R40, as per configure.ac). - Resolve project ambiguity in %description. - Add SLPP versioning to libvapoursynth. - Add missing Group: tags to subpackages. - Move bigger doc directory to -devel.- Update to version R40 - Clean up spec file a bit- Updated to R35 - Added disclaimer comment block - Renamed plugin package names to include 'plugin-'- Cleaned up package descriptions and Summary tags- Renamed main package to libvapoursynth- Packaged R34 - Split plugins into their own separate packagessheep86 168475038954-bp155.2.1654-bp155.2.16libeedi3.so/usr/lib64/vapoursynth/-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.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/e24bdd5f7b8e098f719701768fe3fe4e-vapoursynthcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d7398315a56386950818d47196f83689d60d8746, strippedPRRRR$8UTpbutf-831b38a8a8697f4f1904c347e10b4af3348e7c987c8a7236f36fcf9ec237533d9? 7zXZ !t/X*n] crv9w6~v pq!qU$lH0Z$ߟ4o~u%l-ŝ- =:LeK ʶf:60ׂQ՞+U<jsnR e>ħd[|a?q܄i䝁=R { x@Tngeq@Od/tyqGEP[=mW)$NknuIÞt(zԔ^N]f;Vܶlzot`#:3hFθ~F cu:r#\AF_~3j-X#Xom}n֟+pa~p6퀾m*# j[-p)¸BafPOsbFn/%eB8d™]-ϑ#"DMh;̹ʹ'z rUGiE(y[5^yz~B/~<9#KBn tb)Apf*k-զ=??r#[>gqePTպdĖ 8}YߛfBU8zEٻbEX ٓm堢P7c8< h^-9~kLVIu8YwN jO ^NU'l> tpwS3i=hv̗уs ܯ!@8䦆4m9pſk(0ҡԨ9L7KyU $F@|V5Nm$Œ[ Hqf^bZS%$_Pu&ٍ?PygBr`nDB1!f2'{||9ݏ^,cA.14+ .TfK ˨^9ϽO9lʤ3iYǼW. Sf?W4W ӓn#p5Uq:L"2.ӓ84ԃ&FóUW[ʇ ! Ph]c¬;|o0<&(  ՕVS M !^gdwHagh% _r]ݭ$Y>2_Hh77B#zmUP4YP="y3F`imM: N3wp%Pz[6CRu2=K˙D!"Hg8z Qpح.{qjA^RLPskvlʚ6╷hn\9 "kxNY2)-jVv{+kV)0/[b{y4LGj}@T`; I9Vs#$R1d9TdrpeH뵐 .ɽ ڲF7v9^1 WVXJ͊HۇfK]D8mã+LJQTeIlnco$%l2URMg&`fwE6#Vr†&6ޠX-*Sj!OɁ$r9M?]JhB%5I6&8HDj P0I@XiGތ(P3J*=?`Fׁ҄*Ep|w.d՝4 V|;CC 0Zbȿ?':<ޯa$rF =N/p}_ &M2Mȷu"t.T RVL"ۣe^AT"WIZT4v?!ww"ZL.c/pSZPO g}pVR'E~`uE0&w ֪:[ T;|cfDUҳOd=7:*P , ;]'-KGUQٚ>r9b)*V?G 3g r*c١A$|fAe|?m/b dsNۨbCksym%d(,"6@6]9u|}mEDe^$F/ ʪIr0qm@ZiEj*`Nos3Őq&&@ze/B8'OA6v*Cό׷*H @xbp}OSu3 B '|̉WweKTh?2"l–TƯuq O{|L:XO_nO-A{D?JkA3|. V)aչfUKx@5fqo6V6ùbଆ[,扮!r8||FzㄆÎY2Ľq03/㤞F:PCƽ*dm &^zH!a tdv^=m u*9NӦ;&QoY+sƿc"TdR /iWZ @ӏig:-\ӢQo$IE4^F7?MWPMϫLyggSmzUHW^=2lbJӰkLXjb\퓉d$3 V= ;\ G19,ɯ3,ׁ0] `[6@糥+΄q_p|>)g/:e~сD{4<l&r|ݤK|X]*YHv)RÞd A)\`wGRqs4UzXUf֑4m:(Si_ML&-;ŧI_6㨾11.fgًS*g,mc/6TĤNENLȮi="ׂࢸ%5cg%3`>Nk-f.DžF!i]qgCNOݩ{uLvVw<_gXkSe݅!\QS8slG{'3׏`0WV4c SۯZW:H3%o5 Tp 1]V VVJPd㑹}.]::,}M3u?:g e`xA/O^Bj-fM$s (Zc9teE-USŅ\Dٛ9gf|cXô:9ZS?? ƿh'E6pz]d=/w5 Q#@(*;0y_]Z#-Vى_#Qm^]=‚g=xѮ̻_aUqMt1 =QeѠxaD 9,ݔNOfr 2dew V_.I'T*{b<3gșdV @x/'oG8|Z H³BK$=H5`{ޯ[29.5LPmeg)(^Q8`vcW7xtsR~2Rw% p.k+c^H+5 kg8eBJ9{rU+cf]q0rʜ\  YNʣR#CVz*,ǒdODCDN;~GOV*@cx`xQ:L䇱#aPiD+[ɽ|w;*溎HU̱{58T =oDkmV E p1^7a髭`GG*l; s"nq=xcAc%09 79_EoVmσ?%p8` FbF'H?Nq=G6mD]>M{: k\7YV^zfq%ޒKW5~! p H6HTxj^SqC$QjrM%e1 k5 3s (hV/,1]cBL}1"Drog{̳ss/`eÌEd# P !x"Mޛ@$պ7MZL [wm.EbLk_)~ǐqFՠxOg @65 `̓- hA_,XOאwMe˭O$Q~ֹbv 词l%CC"mkdVvrv 4,Vy[۫a~2T6=Ϣ$4vkD֍!n(vr*Ryu) BTL'XA||dfXx&>hC.۹\M۲2A #9O~r`1@qW@z#;Sjzk uLז .ɋDHI/>fK3(b$J[X oWu3Cibnkk.U4 7Z@䨆:)"}Mra +R=^"(?IV \|`thlZGW:%r0D1O!z6*5_X]aY1ɧud*hS fu,o@rI ~ou]q&B텶<$W/å/.4E7~qLe/nwWdx g.SB0?7M }`h+~V(2i;r`f엕( d `3wEuz+٫)rt;tS.. IMT Ĕ(Gi64{tfiZK0 T"]Oqn ?3fV v*"`l*iS1 }X,Vcvɻ(mشF{yyw1tyD.h.J\b讪^;|cis>tSDi<6@}مxϹb;OݤSRdȍQ1R {HQ)ց2,JD/H6Ab(=:r뗤AmmeXrшP߱/ b=m7R:4A*Op?߆u[L\%Mg[ [a&D҉Y5uU4=bD0zPxgYhͥW;QДc{y K＀PK.`WzD1/>{ bnq2-#iN6N^%DJ HBտ.^ 回Z> )>3Y3+ p!h)qo|yxr5aBRz'|3f"(UDa/dl=)uB28@581*$` k^ 6)$-o$wG֣8m{)\Mn(`dM}W|jTaxoha#a1s${ҙsu$QWgI.q{o`TyS#'V&@_ ['wP1Z"x~ֆp2Pw%~(Y 9]'Z>@ۑmQTmƥS|Ȃg-ȧXyC1xR{kT0f']bydžmͪ;14/)vsSл%Wh 5ȑE׺ _maHwtY;jJLj)N&Xt@X_ӫ<4}":wsyQ 3]#zE,(.<@A˒͆e&"TQ5zEBzSLvo\b0$½zDq\/5Hxf%J\1(J+L(ӗ0Hp|;yn?ѱù&".x\]gق;2 H(xfGOSAK@QQlYE-ȟG wWC;i:{WME10dHc`:uGˤ#4wK-#k nwMW,bBG6%ŤaAq7VY+fܩ\荃̙jm"MpG,D2noVMKwԳTs#1WK%A=@H,q9ZE J싚3Ҏ TM5< X?UqNuֲ"#w;mƽ|_S-'W(x~@yOذ<[%^UnQ|k63io2IZSllD0eI0y[S]_kOeerd9)ddh!SDo -­v LQo#}y7EjSrsA'҂|8:qc4EkBTYnfGؔˍ2amqӳzyO$I^n/Xkl㾺V?K;ag|&D\qM9Yeen tXkhR@Z4!(,^tir#xAoB> \5DFrMcQsfHbo# c.m.tE^c|AaKҺ,&A.\!B} ] *e!`3ԑ{[rg5G+\8܃~G9ʫ$k`C'T{M vW;mYρP y1O'_ oa-4Y>g*HVr=֕EJG/8V%7fk|Sil| Ɲ&cb'z.JFl(g]0(~$":NV&r#`4jd~D1H6[ւPa?o7%SidZFha] Юլ Bg.7y[6ԍ/*L!*{\HRU52'`thðPW&Q&UA 4$Ưɖ,.4,QEoFxg?D41\y0){%Wq>blN  .pG#tkK2+`˩r2d"(YP޼FgeRÜ^<_ ~BNm&P $1Ziw >3^ю[^ ݰJiC-'8bcGzԳ\C)ke E41/զ ^. ziO䊲a|Y(кn`І8%`Ihv QgzVk~u8,氰E9XaPWfnyM+䯗Gt]Ffh*{xJ]20\[YsQ mt2*.UEu7?[_3>}5e"kp--<퇀Pd=kD!TaiޥN#|'bJ5aC!4ckx+ܰ^3biΩkAa-UO\)%V+;#&?t=ba0]2x3y<~"~Dw+9+fKбPzC;.! \fԂsyͪi+&;U0w[n݉7Fy|4~_?44F~<[@B(,#0?S Bܐk-Uo2DQRz{ X%{ڐ}Ûh9fH23D ݈iXvJ"Pr< 'andkzF[|pR>z t8nK9˃s3{6*RDž;x?v9nm?*ŵ^[*'EcІDeHP zwS֘`g`5r >D][AP*L?LyMZċBNc=IF4b%^-i3?3sIƯآ9LY)2vze N +eFLw/@uհ4"ߛ1aO7̡>=tm&͇Rn$ ޙm*:B9pݡ@@@(!3lwnYpLVrOz^&hL%=M3țߧXrD@T<|cyA9i!rE&6SW4B ŨՎE-a ܪG)mQmTE"rf ,w-Gs4<"~ւ3G07۶jGT_P#}605 AE $S +QO`$}ۼenZ~MɈjIws~ )C)ӸK8ZOۇKNWK!̆wU=f:f/3_? סfOB#AGD|K[\ZoM(C  (hU,vN\2jT2_n|hHusCţ<-WE@A|rZܿZEUBl'u-'KmqJ9m^` 5"‹ FbkŪy:6W$iVx~)*4Ӑ7iueeD%Ӕ]iuײ,w =_ #p?Ou0T0Dsr- M5nA\)~daHN b5`@2VAY6O̖1}ֆxȠa/NC/>NSibaФRF{v ovwx$e$Gt!Xg?37/՞^ܩ8*=wVQ%j'/2kC&K bZ:ae;}pe5dy`ttyçc4*V=#;yĝR&hsDJ6 *S@I`=  pmݎ ,䛈5"Mu