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
2016-07-16NLSF_encode now also uses NLSF weights from tableKoen Vos
2016-07-16NLSF VQ now uses absolute error, and predictionKoen Vos
2016-07-16NLSF decoding now uses tables for NLSF weightsKoen Vos
2016-07-16sum_sqr_shift: reduced headroom (ie more preserved resolution); shift increme...Koen Vos
2016-07-16Simplifying fast_atan2f()Jean-Marc Valin
2016-07-16Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin
2016-07-16Better modeling of the effect of CBR and complexityJean-Marc Valin
2016-07-16Re-enabling high-band attenuation for hybrid modeJean-Marc Valin
2016-07-16Quality: Retrained classifier MLP with better dataJean-Marc Valin
2016-07-16Using "hybrid" flag instead of "start!=0"Jean-Marc Valin
2016-07-16Quality: Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin
2016-07-16Quality: Removes high-band attenuation in hybrid mode -- at least for nowJean-Marc Valin
2016-07-16Quality: Adds SILK rate interpolation functionJean-Marc Valin
2016-07-16Quality: Makes real CELT VBR work for hybrid tooJean-Marc Valin
2016-07-16Quality: Forces trim to 5 on hybrid modeJean-Marc Valin
2016-07-16Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin
2016-07-16Quality: removes VBR attenuation at low bitrateJean-Marc Valin
2016-07-15Adds checksum for 1.1.3Jean-Marc Valin
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