summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add "f" suffix to float constantsv1.2Jean-Marc Valin2017-06-191-6/+6
* bump LT version numbersJean-Marc Valin2017-06-191-3/+3
* Update release checklist for website move to git.Ralph Giles2017-06-161-2/+2
* Fix spacing in celt_sources.mk.Ralph Giles2017-06-141-4/+8
* tests/run_vectors.sh: Fix argument quotingMark Harris2017-06-131-30/+30
* Free all allocated memory in unit testsMark Harris2017-06-132-8/+15
* Fix a duplicate symbol name.Ralph Giles2017-06-131-2/+2
* Improving tonality estimation with delayed decisionJean-Marc Valin2017-06-101-1/+9
* Update releases.sha2Jean-Marc Valin2017-06-091-0/+1
* Clean celt_pitch_xcorr_float_neon()v1.2-rc1Linfeng Zhang2017-06-061-103/+2
* Optimize floating-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang2017-06-064-6/+165
* Optimize fixed-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang2017-06-064-1/+185
* Replace call of celt_inner_prod_c() (step 2)Linfeng Zhang2017-06-066-41/+20
* Replace call of celt_inner_prod_c() (step 1)Linfeng Zhang2017-06-065-9/+10
* Initialize speech/music prob based on applicationJean-Marc Valin2017-06-043-4/+16
* Properly compute redundancy_bytesJean-Marc Valin2017-06-041-8/+34
* Properly init speech/music confidence valuesJean-Marc Valin2017-06-041-5/+2
* Don't use MAY_HAVE_NEON in arm_silk_map.c.Jonathan Lennox2017-06-021-16/+16
* Recalibrate VBR to hit target bitrate on averageJean-Marc Valin2017-06-021-2/+2
* Update dynalloc VBR calibrationJean-Marc Valin2017-06-021-1/+1
* fix commentsJean-Marc Valin2017-06-011-3/+3
* Avoid using log2() since it's not in C90Jean-Marc Valin2017-06-011-2/+2
* Adding leakage modelling to boost bandsexp_leakage7Jean-Marc Valin2017-06-013-6/+74
* Analysis refactoring for fixed-point scalingJean-Marc Valin2017-06-011-8/+12
* Let CBR use more bits for dynallocJean-Marc Valin2017-06-011-3/+3
* silk_LIMIT_32() should return an opus_int32 (not opus_int)Jean-Marc Valin2017-05-301-1/+1
* Fix memory leaks in opus_compare.cJean-Marc Valin2017-05-261-0/+3
* Fixes unit tests that need arch-specific codeJean-Marc Valin2017-05-259-152/+69
* appveyor: fix typoed appveyor commandRicardo Constantino2017-05-251-1/+1
* appveyor: Add the api key for the linked ci builds.Ralph Giles2017-05-241-1/+1
* appveyor: request rebuild of opus-tools on successful buildRicardo Constantino2017-05-241-0/+7
* appveyor: simplify and preserve pathsRicardo Constantino2017-05-241-18/+6
* appveyor: move to dotfile like travisRicardo Constantino2017-05-241-0/+0
* Updated SHA256 of releasesJean-Marc Valin2017-05-241-0/+6
* Fixes a double->float conversion warningJean-Marc Valin2017-05-241-1/+1
* Fixes some fixed-point 16-bit int overflowsv1.2-betaJean-Marc Valin2017-05-242-2/+2
* Reducing trim at low bitrateJean-Marc Valin2017-05-241-2/+10
* cosmetics,silk: correct input/output arg commentsLinfeng Zhang2017-05-238-17/+17
* Fixes a surround bug on loud signalJean-Marc Valin2017-05-231-1/+1
* Optimize silk_biquad_alt_stride2() for ARM NEONLinfeng Zhang2017-05-178-5/+251
* Update silk_biquad_alt()Linfeng Zhang2017-05-174-12/+64
* Indent commands in the README.Ralph Giles2017-05-101-16/+17
* Suggest basic build dependencies in the README.Ralph Giles2017-05-101-0/+18
* Avoid warning when __STDC_VERSION__ is not definedCarlos Alberto Lopez Perez2017-05-011-1/+1
* oops, fix build broken by previous patchJean-Marc Valin2017-04-281-2/+0
* Non-diegetic support for Ambisonics Mapping 254.Drew Allen2017-04-281-23/+90
* Optimize silk_warped_autocorrelation_FIX() for ARM NEONLinfeng Zhang2017-04-1311-11/+376
* Fix OPUS_ARG_NONNULL indices in opus_multistream.hFelicia Lim2017-03-271-2/+2
* VS2015: remove previously ignored C4146 in kiss_fft.cRicardo Constantino2017-03-021-3/+1
* VS2015: Ignore LNK4221 and properly force SSE off for Win32Ricardo Constantino2017-03-021-0/+4