summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* NLSF VQ now uses absolute error, and predictionKoen Vos2016-07-164-19/+28
* NLSF decoding now uses tables for NLSF weightsKoen Vos2016-07-168-21/+109
* Implement sum_sqr_shift() using two passes with no branch inside the loopsJean-Marc Valin2016-07-161-27/+24
* Simplifying fast_atan2f()Jean-Marc Valin2016-07-151-14/+8
* Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin2016-07-155-1/+39
* Better modeling of the effect of CBR and complexityJean-Marc Valin2016-07-151-13/+42
* Re-enabling high-band attenuation for hybrid modeJean-Marc Valin2016-07-151-5/+1
* Quality: Retrained classifier MLP with better dataJean-Marc Valin2016-07-154-110/+118
* Using "hybrid" flag instead of "start!=0"Jean-Marc Valin2016-07-151-5/+5
* Quality: Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin2016-07-151-14/+14
* Quality: Removes high-band attenuation in hybrid mode -- at least for nowJean-Marc Valin2016-07-151-0/+1
* Quality: Adds SILK rate interpolation functionJean-Marc Valin2016-07-151-12/+45
* Quality: Makes real CELT VBR work for hybrid tooJean-Marc Valin2016-07-152-9/+52
* Quality: Forces trim to 5 on hybrid modeJean-Marc Valin2016-07-151-2/+5
* Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin2016-07-151-5/+5
* Quality: removes VBR attenuation at low bitrateJean-Marc Valin2016-07-151-14/+4
* Adds checksum for 1.1.3Jean-Marc Valin2016-07-151-0/+1
* Slightly increase the safety margin for opus_pcm_soft_clip()v1.1.3Jean-Marc Valin2016-07-151-2/+2
* Fixes opus_pcm_soft_clip() returning values slightly larger than +/-1 with -f...Jean-Marc Valin2016-07-151-0/+4
* Apply 02f3ac225f99 fix for divide-by-zero to the SSE4.1 version of silk_burg_...Jean-Marc Valin2016-07-151-6/+8
* Fix RTCD on ARM with Neon Intrinsics but not ASM.Jonathan Lennox2016-07-081-6/+8
* bump static PACKAGE_VERSION string in version.mkJean-Marc Valin2016-07-081-1/+1
* bump OPUS_LT_REVISIONJean-Marc Valin2016-07-081-1/+1
* Packets indicating DTX may be up to 2 bytesMark Harris2016-07-081-1/+1
* Test common configure switches on travis.Ralph Giles2016-07-081-1/+8
* Add a minimal travis continuous integration script.Ralph Giles2016-07-081-0/+6
* Makes CBR calculations more accurate for 60-ms framesJean-Marc Valin2016-07-071-2/+5
* Respect CBR even at ridiculourly low rateJean-Marc Valin2016-07-071-8/+15
* Prevents an invalid ToC to be generated at ridiculously low rateJean-Marc Valin2016-07-071-1/+1
* make len==0 return OPUS_INVALID_PACKET rather than OPUS_BAD_ARG for opus_pack...Jean-Marc Valin2016-07-061-1/+3
* Check for len<1 in opus_packet_parse_impl()Jean-Marc Valin2016-07-061-1/+1
* Remove tabs from source code.Timothy B. Terriberry2016-07-065-25/+25
* Add Aarch64 intrinsic for SIG2WORD16.Jonathan Lennox2016-07-063-1/+39
* Add Aarch64 intrinsics for saturated add/subtract.Jonathan Lennox2016-07-063-0/+44
* Add configure check for Aarch64-specific Neon intrinsics.Jonathan Lennox2016-07-061-0/+20
* Clean up formatting of configure output for ARM intrinsics detection.Jonathan Lennox2016-07-061-7/+6
* Add OPUS_FAST_INT64 definition of silk_SMULWT.Jonathan Lennox2016-07-061-0/+4
* Explicitly cast results of silk OPUS_FAST_INT64 macros back to opus_int32.Jonathan Lennox2016-07-061-5/+5
* Add OPUS_FAST_INT64 flavors of celt/fixed_generic.h macros.Jonathan Lennox2016-07-061-0/+16
* Move OPUS_FAST_INT64 definition to celt/arch.h.Jonathan Lennox2016-07-062-7/+10
* Clean up some intrinsics-related wording in configure.Jonathan Lennox2016-07-061-3/+3
* Enable intrinsics by default.Jonathan Lennox2016-07-061-2/+2
* Add Neon fixed-point implementation of xcorr_kernel.Jonathan Lennox2016-07-063-1/+106
* Add Neon intrinsics for Silk noise shape feedback loop.Jonathan Lennox2016-07-066-18/+148
* Apply Neon short prediction optimization to silk_noise_shape_quantizer_del_dec.Jonathan Lennox2016-07-062-25/+21
* Add Neon intrinsics for Silk noise shape quantization.Jonathan Lennox2016-07-069-28/+263
* Add named constants for ARM architecture variants.Jonathan Lennox2016-07-062-13/+28
* Enable Neon intrinsics for aarch64.Jonathan Lennox2016-07-061-1/+1
* Rename OPUS_ARM_NEON_INTR AM_CONDITIONAL as HAVE_ARM_NEON_INTR, for consisten...Jonathan Lennox2016-07-062-3/+3
* Reorganize ARM CPU #ifdefs.Jonathan Lennox2016-07-062-21/+35