libopus-devel-1.3.1-150000.3.8.1<>,/b:p9|5u뀅6% w4Q^硅ωr+5-y_;,9Lh>(?d # T04@D]~    *  @  l  w     .P |L(o8x9:FG H ID XPY\\ ] ^2bc>deflu vwX x yzClibopus-devel1.3.1150000.3.8.1Opus Audio Codec Library Development EnvironmentThe Opus codec is designed for interactive speech and audio transmission over the Internet. It is designed by the IETF Codec Working Group and incorporates technology from Skype's SILK codec and Xiph.Org's CELT codec.b:ibs-arm-4SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++https://opus-codec.org/linuxaarch64-9WnP%[A큤A큤bbbbbbbbbbb8cfcc0feff3921bcc38971beb4b3f37058a49c1ca5da6b59fb4af638e21f8ee6b97990a4dcbb0ea0cdad2e3b9d76515420ed38df00e70059f12a6f71697f0453f43bebc41ef7f7bd3a6b5d38a4410301b4ccdb854ad842fe985e93523802440b1bf38c39dfdeef6eefdf504b585be4d4882c01e41c5a88c1249952b10a500ef8a53752449f55b5f60679eab8fda96835102251aeefccf7c54256460d0274721619cb301ea1eedbcbdbb5049363de061893bf11c20e505a657b69ce6ffa5b11facba67d2be67b438c18d328f82590a055ef49521810222cb6382212e5295894b98cf9a338fb44c41f0803dd6ba9a6dff6fd95f2a95c766d76ee873424aeebb275libopus.so.0.8.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopus-1.3.1-150000.3.8.1.src.rpmlibopus-devellibopus-devel(aarch-64)pkgconfig(opus)@    /usr/bin/pkg-configlibopus0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.3.13.0.4-14.6.0-14.0-15.2-14.14.1_X@]UI@]L\.@[uYP@YJ_YI@Y*XX@X|W V@V_V%@V^@alynx.zhou@suse.combjorn.lie@gmail.comdimstar@opensuse.orgaloisio@gmx.commcepl@suse.comzaitor@opensuse.orgmpluskal@suse.comaloisio@gmx.comidonmez@suse.comjengelh@inai.dezaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgolaf@aepfle.dempluskal@suse.comidonmez@suse.comzaitor@opensuse.org- Add opus-fix-celt-decoder-assertion.patch: When using OPUS_CUSTOM, CELTDecoder->end can be larger than 21. This causes builds with CUSTOM_MODES and either ENABLE_HARDENING or ENABLE_ASSERTIONS to crash. This patch fixes it. (bsc#1172526)- Add 2 upstream bug fixes for Silk: * opus-Silk-CNG-adapts-faster.patch: Silk CNG adapts faster to received packets with lower gains. * opus-Silk-fix-arm-optimization.patch: Avoid processing LPC coeffs beyond the given order in NEON optimizations.- Own %{_datadir}/aclocal: when we might switch to pkgconf instead of pkg-config, nothing in the build root is 'accidentally' owning this directory for us.- Update to version 1.3.1 * This release fixes an issue with the analysis on files with digital silence (all zeros), especially on x87 builds (mostly affects 32-bit builds). * Two new features: + A new OPUS_GET_IN_DTX query to know if the encoder is in DTX mode (last frame was either a comfort noise frame or not encoded at all) + A new (and still experimental) CMake-based build system that is eventually meant to replace the VS2015 build system (the autotools one will stay).- Update to 1.3: - improved speech/music detection based on a neural network - low-bitrate speech improvements - support for immersive audio using ambisonics - tone quality improvements - updates to the Opus standard (rfc 8251) are on by default - security improvements - Clean up SPEC to the latest standards- Update to version 1.2.1: + This fixes an issue where the encoder can misdetect that the signal is SWB instead of FB, lowpassing the signal. This patch makes the encoder much more careful about doing that.- Cleanup with spec-cleaner- Update to version 1.2 + Speech quality improvements especially in the 12-20 kbit/s range + Improved VBR encoding for hybrid mode + More aggressive use of wider speech bandwidth, including fullband speech starting at 14 kbit/s + Music quality improvements in the 32-48 kb/s range + Generic and SSE CELT optimizations + Support for directly encoding packets up to 120 ms + DTX support for CELT mode + SILK CBR improvements + Support for all of the fixes in draft-ietf-codec-opus-update-06 (the mono downmix and the folding fixes need --enable-update-draft) + Many bug fixes, including integer wrap-arounds discovered through fuzzing (no security implications) - Removed static package- Update to version 1.1.5 + This release backports the surround encoder bug fix from 1.2-beta branch- Rename %soname to %sover to better reflect its use. RPM group fix.- Update to version 1.1.4 (CVE-2017-0381): + A specially-crafted Opus packet could cause an integer wrap-around in the SILK LSF stabilization code. This would cause an out-of-bounds read 256 bytes before a constant table. - Drop opus-NLSF-not-negative.patch: Fixed upstream.- Fix CVE-2017-0381 (boo#1020102), opus: remote code execution vulnerability in silk/NLSF_stabilize.c. - Add opus-NLSF-not-negative.patch: Ensure that NLSF cannot be negative when computing a min distance between them.- Update to version 1.1.3: + Neon optimizations improving performance on ARMv7 and ARMv8 by up to 15%. + Fixes some issues with 16-bit platforms (e.g. TI C55x). + Fixes to comfort noise generation (CNG). + Documenting that PLC packets can also be 2 bytes. + Includes experimental ambisonics work (--enable-ambisonics). - Stop passing conditional --enable/disable-intrinsics, it's enabled by default now. - Not adding the new --enable-ambisonics to configure, it's still experimental.- Disable SSE2 in SLE_11 due to code or compiler bugs.- Enable tests during package build - Cleanup spec file with spec-cleaner - Drop not needed libtool dependency for build- Update to version 1.1.2, fixes the following bugs: + Resetting the encoder or decoder state with OPUS_RESET_STATE would disable some run-time selected architecture-specific optimizations. + In hybrid mode discontinuous transmission (DTX) operation, the comfort noise above 8 kHz was incorrectly estimated and could oscillate in time.- Update to version 1.1.1: + x86 SSE, SSE2 and SSE4.1 intrinsics optimizations with run-time CPU detection. + MIPS intrinsics optimizations. + ARM Neon optimizations. + Many architecture-independent optimizations and memory footprint reductions that should improve performance on all platforms, and several minor bug fixes. - Pass --enable-intrinsics to configure.ibs-arm-4 1654004282 1.3.1-150000.3.8.11.3.1-150000.3.8.11.3.1opusopus.hopus_custom.hopus_defines.hopus_multistream.hopus_projection.hopus_types.hlibopus.soopus.pcaclocalopus.m4/usr/include//usr/include/opus//usr/lib64//usr/lib64/pkgconfig//usr/share//usr/share/aclocal/-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/464609a04fbd7e9d1e4a2718ba3f7303-opus.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linuxdirectoryC source, ASCII textpkgconfig fileM4 macro processor script, ASCII textPRhBoWmCutf-842b7cf9d132c994d1700c868d20a987d90bda6f9add251d246e23986585160bd? 7zXZ !t/3q (]"k%nd"*x?2py, fybsMGQ2j[0AFXH9i"qEv5xKD$9f}lcNTL(J0w8)corB42xg!dFl8:gLa%IBJ;]FIgT#j7. S2QHǦΔU@W(w(ٱؗ.ـm*T7Ϛ4{;qDljݟX~4|fZIwCWAX B0=r). uXT?|bg34\WɡYT衛P;t\B l䄟ފ$ 5Ƒwyۙ}wWaZG|\SETq`/GIf`K<[Wrk T JA0rk6՘1ϲ@o 2)~`uZJ!1;FH;[w9|wݙD.e*@xG*l'|:#6kuLf"NE=Qd O\,$Ƴ̌ؼIrU3=[Lpi{-#OȌ%Mi#nNc:%l2Sq9Ѽ$ 4cv^OTwGYL+3;s4ʼw(7m˺6CV_dv2{Y[N\$[  к3wwM`ex /QODp~U.fTEꑖXLYx%+l2ς\cWpF 'װܖuv}~:6jЖ~Fi9q>E+YW,O3-J7Px]~ĖETn)+>/hec4]L)a o޺Tґ"T9 Q x/X ? *k24cBRUšN:"&n`~w#̠o#r_Y;ûGOh(?YTtx|Кn}7ϔu3>?z-7;IoɬDxI⇄8![UIw7ۉ'6 0@;Qs~@pנ+ޭv}W84ro,: rowmY9h5Yr:Hge`>D9F"m*۪řk[7˵(2.ԏ#=|b㙨P?7RJ1aJDv(AF@Z)cևusIm>ϊp3q_'0Fif#rdm q-wc\Eux+?v\Z3/.>\$G?[VdӥށX#=0&9u 2d@9 p ;켢,SjtwJy;*%,Q=i3#Ȓž;t@` RL|8ϸ9 0`Ā2ytHu Ыp ;ըŧ@r(xc%z\&'s%z ~"*\ݮ~[SJP|1mps]Gn=ئ*}o}-;F2 -5NaXFb2K+\Ch&n~Y=ãh5 f}O6܈EIwB$&GG>_ V&v %Jr9zd.qw0WL}]YCRmjs + TɗiPmmzO5Ṇk`p֗]tldGΧxt.䡖a MPn>XbV.=5/F