Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-23Bump version numbersv1.1.51.1.xJean-Marc Valin
2017-05-23Fixes a surround bug on loud signalJean-Marc Valin
2017-01-20Bump version numbersv1.1.4Jean-Marc Valin
2017-01-20Ensure that NLSF cannot be negative when computing a min distance between themFelicia Lim
2016-07-15Slightly increase the safety margin for opus_pcm_soft_clip()v1.1.3Jean-Marc Valin
2016-07-15Fixes opus_pcm_soft_clip() returning values slightly larger than +/-1 with -f...Jean-Marc Valin
2016-07-15Apply 02f3ac225f99 fix for divide-by-zero to the SSE4.1 version of silk_burg_...Jean-Marc Valin
2016-07-09Fix RTCD on ARM with Neon Intrinsics but not ASM.Jonathan Lennox
2016-07-08bump static PACKAGE_VERSION string in version.mkJean-Marc Valin
2016-07-08bump OPUS_LT_REVISIONJean-Marc Valin
2016-07-08Packets indicating DTX may be up to 2 bytesMark Harris
2016-07-08Test common configure switches on travis.Ralph Giles
2016-07-08Add a minimal travis continuous integration script.Ralph Giles
2016-07-07Makes CBR calculations more accurate for 60-ms framesJean-Marc Valin
2016-07-07Respect CBR even at ridiculourly low rateJean-Marc Valin
2016-07-07Prevents an invalid ToC to be generated at ridiculously low rateJean-Marc Valin
2016-07-07make len==0 return OPUS_INVALID_PACKET rather than OPUS_BAD_ARG for opus_pack...Jean-Marc Valin
2016-07-07Check for len<1 in opus_packet_parse_impl()Jean-Marc Valin
2016-07-07Remove tabs from source code.Timothy B. Terriberry
2016-07-07Add Aarch64 intrinsic for SIG2WORD16.Jonathan Lennox
2016-07-07Add Aarch64 intrinsics for saturated add/subtract.Jonathan Lennox
2016-07-07Add configure check for Aarch64-specific Neon intrinsics.Jonathan Lennox
2016-07-07Clean up formatting of configure output for ARM intrinsics detection.Jonathan Lennox
2016-07-07Add OPUS_FAST_INT64 definition of silk_SMULWT.Jonathan Lennox
2016-07-07Explicitly cast results of silk OPUS_FAST_INT64 macros back to opus_int32.Jonathan Lennox
2016-07-07Add OPUS_FAST_INT64 flavors of celt/fixed_generic.h macros.Jonathan Lennox
2016-07-07Move OPUS_FAST_INT64 definition to celt/arch.h.Jonathan Lennox
2016-07-07Clean up some intrinsics-related wording in configure.Jonathan Lennox
2016-07-07Enable intrinsics by default.Jonathan Lennox
2016-07-07Add Neon fixed-point implementation of xcorr_kernel.Jonathan Lennox
2016-07-07Add Neon intrinsics for Silk noise shape feedback loop.Jonathan Lennox
2016-07-07Apply Neon short prediction optimization to silk_noise_shape_quantizer_del_dec.Jonathan Lennox
2016-07-07Add Neon intrinsics for Silk noise shape quantization.Jonathan Lennox
2016-07-07Add named constants for ARM architecture variants.Jonathan Lennox
2016-07-07Enable Neon intrinsics for aarch64.Jonathan Lennox
2016-07-07Rename OPUS_ARM_NEON_INTR AM_CONDITIONAL as HAVE_ARM_NEON_INTR, for consisten...Jonathan Lennox
2016-07-07Reorganize ARM CPU #ifdefs.Jonathan Lennox
2016-07-07Move ARM-specific macro overrides to arm-specific file.Jonathan Lennox
2016-07-07Update URLsMark Harris
2016-07-06Fix typo.Ralph Giles
2016-07-06Update links in release checklist.Ralph Giles
2016-07-06Add checksums for opusfile 0.8.Ralph Giles
2016-07-05Replace another useless 32x16 multiply with 16x16Jean-Marc Valin
2016-07-05Replacing some 32x16 multiplies with 16x16 when both operands are 16 bitsJean-Marc Valin
2016-07-04Fix folding bug in draft tooJean-Marc Valin
2016-07-04Assert non-overlapping memcpy. r=mark4oRalph Giles
2016-07-04Forgot to call RESTORE_STACK in 328953e1896432bc700b9b5c69ae2987c5d752f4Jean-Marc Valin
2016-07-04update draft fixesJean-Marc Valin
2016-07-04Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKETJean-Marc Valin
2016-07-01minor update draft updateJean-Marc Valin