ffmsindex-2.40-bp154.1.42 >  A bxt!M@eeeqo8B R{wʭi+3N5(lY/QTsYuڲ{;4vՍ2gfKeu7N%?f2$`Q,=#Kq8mA o;ϰ-h+,,gEg'R0/0Q\0Z Tݫ`vqa*I/e͇nioWѠW+ =dCn1GA( T8a690ef330fb95d62d90607e82e988269710d4e5ea26ec7f471b91dffa4345676f25a28ec15ad028390a28a8737d21fef6124971?bxt!M@eee% /w~ U}ypdFpD߭g8['Cކw:} #PXv)eſ"AxH? Hn75+B ᒢnވ$vi\W݉H0 JtL/,ِmwKJ#⪹ ΍SbyF;!fgW|ʹd0bE!= [7Nb 8iqse3JI(-1j dJsNV&.%T`crZpl&r%/nE >p>?d   = -6: Tr      @O(w8 9 :c FGHI XY\8]<^FbPcd`eefhljuvwTxXy\ zCffmsindex2.40bp154.1.42Wrapper library around libffmpegFFmpegSource (usually known as FFMS or FFMS2) is a wrapper library around FFmpeg, plus some additional components to deal with file formats libavformat has (or used to have) problems with.bxlobs-arm-10 SUSE Linux Enterprise 15 SP4openSUSEMIThttps://bugs.opensuse.orgProductivity/Multimedia/Otherhttps://github.com/FFMS/ffms2linuxaarch64 bxk5c8bdac0792b23cddf9357160fc64cbcb6b5cdd3dc60c934e93e3752bf098631rootrootffms2-2.40-bp154.1.42.src.rpmffmsindexffmsindex(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)libffms2.so.4()(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3_}^YS@XW%V`VBSU@QP*Luigi Baldoni 9+suse@cirno.systemsjengelh@inai.demimi.vx@gmail.comaloisio@gmx.comolaf@aepfle.deolaf@aepfle.dei@margueirte.sui@margueirte.sureddwarf@opensuse.org- Update to version 2.40 * Avisynth+ linux support * Added LastEndTime track property to make it possible to take the last frame's duration into account * Removed several deprecated functions and enums from the API * No longer assumes sub 1 fps framerates are invalid * Added support for floating point format output in VapourSynth and Avisynth+ * Fixed issue with dropped/repeated frames in vc1 with multiple b-frames after seeking * Fixed issue with dropped/repeated frames in h264 when the reorder buffer size is too small * Improved seeking in mpeg and mpegts streams * Added rgb(a)p and several additional formats as output to Avisynth+ * Added VP9 support * Fixed incorrectly reporting the output as limited range when it's in fact unknown and likely to be full range * Added mastering display metadata output * VapourSynth source now defaults to not outputting alpha * Removed the now unused demuxer, dumpmask, audiofile and utf8 arguments from the source filters * Removed ability to dump audio tracks * Fixed incorrect colorimetry metadata reported when converting the output to another colorspace * Sources now simply reference the index instead of copying large parts of it * Use new FFmpeg decoding API * Fixed several bugs in output format selection * FFMSIndex will now properly error out with invalid arguments * Add rotation metadata export * Add stereoscopic metadata export * Removed support for old FFmpeg versions * Removed libav support * Discontinuous Timestamp Support * Add FFMS_Deinit * Fix mid-stream parameter changes * Fix decoding H.264 PAFF files with one field per packet * Fix delay calculations for H.264 PAFF files * Fix frame rate calculation for fields with one field per packet - Switch to stable source tarball and drop _service file- Refresh ffms2-pkgconfig.patch - Update to version 2.23+202.ga9e8f73: * See changelog at https://github.com/FFMS/ffms2/commits/master- Rectify RPM group and trim filler words.- update to 2.23.1 * Updated FFmpeg APIs used * Added new API that can read/write indexes to a memory buffer * Added support for high bitdepth output in Avisynth+ * vapoursource: Add nfMakeLinear flag to better performance in most cases * Remove bad colorspace matrix guessing for YUV * Tell libavformat to discard packets we don't want * Restore original FFCopyrightInfringement behavior * Make FFMS_Init threadsafe * Support latest libav* APIs- Update to 2.22 * Fix possible off by 1 frame until first seek issue introduced in 2.21 (Myrsloik) * avisynth: Make FFMS2 a shorter alias for FFmpegSource2 to save some typing (Myrsloik) * avisynth: Moved all source functions in ffms2.avsi into the actual plugin (Myrsloik) * avisynth: Use 2.6 RC API and add output support for all new colorspaces (Myrsloik) * vapoursource: Fix swapped RGB channels bug introduced in 2.21 (Myrsloik) * swscale: Drop pointless and slow bitexact flag from resizer settings (kodabb) * Add support for files with gaps between the audio packets (Plorkyeran) 2.21: * Add missing constants for log levels (Myrsloik) * Fix bad decoder flush that discards the palette of raw video (Myrsloik) * Remove the SWScale function from Avisynth since SWScale is useless (Myrsloik) * Fix common framerate correction (Myrsloik) * vapoursource: The framerate and frame durations are now normalized (Myrsloik) * vapoursource: Add support for outputting the alpha channel too (Myrsloik) * vapoursource: Fix resizer selection so bicubic isn't always used (Myrsloik) * vapoursource: Set chroma location and full colorspace information (Myrsloik) * Add support for indexing files with more than 32 tracks and the possibility to skip indexing of video tracks (Myrsloik) * The Avisynth plugin now sets all per frame variables in all modes to avoid ugly and slow FFInfo() errors (Myrsloik) * vapoursource: Fix crash on single frame files (Myrsloik) * Remove the Matroska and Haali demuxers (qyot27, Plorkyeran) * Fix adjustments for positive audio delay (tophf) * Don't try to index video tracks in unsupported formats (Daemon404) * Don't use scientific notation in timecode files (Daemon404) * Fix utf8 support in FFVideoSource (nixxquality) * Improve handling of files where only some packets have timestamps (Plorkyeran) * Fix memory leaks in the VapourSynth error handling (Plorkyeran) 2.20: * Add support for Opus in MKV when ffmpeg/libav are built with libopus (qyot27) * vapoursource: Provide _AbsoluteTime metadata (Daemon404) * Fix a pile of small things found by Coverity (Daemon404) * Add support for HEVC in MKV (qyot27) * Fix infinite loop on garbage data at the beginning of AAC files (Plorkyeran) * Deal with the never-ending bitrot from FFmpeg/Libav API changes (Daemon404, Plorkyeran) * Make indexes not arch-specific and trivially smaller (Plorkyeran) * Fix bug where the first b-frame was replaced with the frame before it with open-gop h.264 (Plorkyeran) * Fix seeking issues with open-gop h.264 (Plorkyeran) * Fix corruption when seeking in interlaced h.264 (Plorkyeran) * Add support for multiple frames per audio packet as FFmpeg seems to have started doing that (Plorkyeran) * Fix seeking in Y4M files (Plorkyeran) * Fix dumping audio while indexing files * Add support for Matroska files with extremely large CodecPrivate sections * Speed up indexing Matroska files a bit - Bumped soname to 4 - Switched to ffmpeg 3.0- Remove unused Requires from pkgconfig file- Use pkgconfig for ffmpeg BuildRequires- update version 2.19.2 - drop patch: ffms2-2.17-ffmpeg_011.patch, upstreamed - drop patch: ffms2-2.17-ffmpeg_10.patch, upstreamed - drop patch: ffms2-2.17-ffmpeg_20.patch, upstream fixed- Fix build with ffmpeg 2.0- Fix build with ffmpeg 1.0 - Adapt the file list to be compatible with old RPMsobs-arm-10 16520879162.40-bp154.1.422.40-bp154.1.42ffmsindex/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.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/39697839e6aa7d567a4180413b975d44-ffms2cpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=87508e7350b05c1dd89eb53662c27dfac6ad5fb9, for GNU/Linux 3.7.0, stripped RRRR R RR RRRRR/x]Q)S(bXNutf-80404ecaa44bfd15ef8e1e56aa3031e5f8492605901f42c55bbeee796ef99448b? 7zXZ !t/ w] crv9w ,`/1HŠ;RB%N>6,61H=.6@zMC]Η$44fsk0 qk*p |#}3Ky굧og Ergb}@/-{z.ѬhHǒ{:tViGXKNE2.'̫L|mYL\"gSO틏pI6Hb*B9ͪ;𕩥VCСf3vS#iߴY@l?tTVE%~{a@q_}yB8|bUkʽHdq'\fl0lU+<5">-5 Qv#L+)J-a3FI kɱ;|3o=xyBSWo+J:m $B % <5!szf+ mQOc$W0Vdf~yˇn={PAץ1<`Ke5|4QYz0ߛ8){U}B~P[ ' UN@fC>mn`Pcy> Qa eFs5/qO.aF|2`Q5!ը,7Pw\ifݗbJ;Dz\an׫{R g@/P Sj $:?YYo0yef34kX`?Li.TNEk#-0%@zRmbyipZZ=P5T2z@e<@̦?" +lA￰Oe0.ogrD ߳:2:QIZMe/A7iD_7UqR,Cx mlEܘ@:w'G<k%l})ᖲUU7jr`i2u۬갬8etF2඲4X%x7tS]I LwG&_cѥH;[u;K[ʗUo’G_8[H չ(̱li ؊[nVMkGJV0j$Tuj8jOա30<"7m-_4&_;mK1;̢҆Ko1A8DM_&ozct 8zz8Í}t$ɁYبO?v|^lLȕm _/C^jHQ 0ފ$HӸl/₇&y.;LWh?(zw#7 9â',cbhrT'My|_tEo ˪;4G,7 %W@N?@mcd$R$d܄~.o?/2$hC;-;-)׮/Xq۝hy_yYMc^iig "nTeMFn{ V/C ѸRCbXgi/}ɑRu %DCZi,jYu={-U"~ o P_c=SN4|JC`}lkAEV77a}tH.A(Ūʢ(ikl&eݿ.TLN`%ǁ@0('O# -ۖ !'Mg!MNb9.lhb./%tA1(W(AAҋ1./k3=OF^hHZe8e@/#9b"QUjkH/"@ɢ$;mWXHJRP1_܌-|@%W"g1w߷'L~!cx ZH!^I4(J*P QNfrvYB=Xj)ƅb>` "q 8?۟QKnL>VͪG?G!]T\/~"Z8֭(Nr-g+Cn<-EpCV]e)o.q4|k8`-ՆM 7xD"2~(p0l|Tr!6ׯm2{2eI&ZqP6 aʲ9p%"[aUNA0#04z"sH&o4LR`r3)qÚ$-tdV,_QN(KNjtWWi B^9d^c#ǩT#_RY6cVvʪD.5"SZLHd{ c|S2G6ɛnvL R>k Fq$|^|$Z㷉5p~R.߇hN^P o~mY6u raO^nb&c >ܸJS5%# Nps `80)bTt.NGK2'bcqM89f=hxZ.C3Gn/=y={i>:n!"OlR 1\l?}rˍ_B.(j0}WSF̦ s! ?TIy{+˲S) XVĬO(牝6X]lb5y6|4!yWT#M@śy;o[^s;XB[E(Qau8[y+N;EGVٓ>\0Υ y s$^g1f(V B0EŊj碯6ċԜ – c~C z \W8M L(\\0}MlK6cXdlrh}}x8NrSAgT#Jv{t,UXt5 %5{ˆ 6b$64Ikb/woXB:ʦYN";/]wth%m` coerj@LjLeK&FOsG?pÞ{Kw ,!ts 8BhFoφPX[ⅯsuZQΑPv+qqIxbA yd]u` ՟`} dms+\y DB_/ .MOE5b1E"WBe9D XQp|jGM8>DK \'%?z,b"An?!k VL)EcE5؅!uFϞ]Qq32Ft$EgV1V ' <Ĉ~cTٰ7$xY0%x |ݯ'_phay] {-/jgË4 Gm?4Eƴe7!}-.Dx=Û5cfRd{C[@<1sMq$ .i*`>lGnecWlqFaA_$МFGL+=FߒeA SX?'^y_DmµdR ֯[C kX-*tPǨkU;N~yXCj!:ճQɆ`X9KAF2tM4Ɲh 'Q⥦]׭]4\,̥b%WOWx$I,r xl@;l\X.čq`n57-uaHզs3tL[3=R0#6`נce^Xyjm :{*@p`+slyR6 ! )яUd\0e>Pqr%>l>'Geη^bR>1(S/?"Y[3afQl'〼+&܅baj dD'mdt,uR%J]g8q VBR•{S%?5hR."v®śC+w} ,NVg$v@ҸbV@s Ny:D ^D BS kbSG<3׆xՏ$̹-_{g}(q헭+W6!IsC!MWCLHe=*!俉&ѷ=9|=2 vMB54(VSAڳI$Al`6~oV;ٰέv6AU|bx?/tܩ,0Oӄ~'gqn2BD/ k1P.0xlF֩ʾ7 `y%gO'"IR W>ڱ1mЭB,}iQu(-;r4 <[tK@~FK|;ޟ2az(px .` Ӆctv̶aXP&kU0 zŏ) JH4E0V"xsFT3.C*g"6ڒ:<櫶} y'cc8km Nq9փ. ~[[MYc([_}a~,mxuK ]Ese,$tA" kbX^ydmjTs\Eupi\(Vh4yHb0妨+Doct^bA9^aĕd%ڍ3 3^P. {^;<.LWzRڱd#3 ]{*u%Kz|uᑤ܍QG.x?<'I ͅyn[>AJX`8.ep9S.V- IǮq#ǒ8LVR[9|8 j[jc=Qug6KsPHʛ 0ф],FO7U޿y.P٘7Eť¿*J7X,Hj´Oi]lXShL?,!Ls WǃTj`YmpV+kKqdΦ:B{^ K7,Ke[9rĺ"\.Jg>b:ZȂp)5R=y`,nZ91)K댙X9+q܏Kl M/M8 >wҋA,j٦ =npXgӯG;PS<#\ѲJx:)^jx>}<  Ҿg)$D{Wiw͔"g;Ng瞋qS- N c\@*i4.7A^X}`6Y0FWԱpFs%U Q;k8 _CSVh{ϔ|"ue1!^+-< PrX6^eP!6@Hir9y }]Ÿ-HMlw$|hT8*Y6H}u! 7t" YZ