summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* First attempt at modelling leakageexp_leakage4Jean-Marc Valin2017-05-313-9/+72
* 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
* VS2015: ignore C4244 warning in opus_compare.cRicardo Constantino2017-03-021-1/+3
* Fix compiler warningsMark Harris2017-02-2622-90/+91
* Add common.props to Makefile.amRicardo Constantino2017-02-201-0/+1
* VS2015: only compile fixed silk for appropriate configsRicardo Constantino2017-02-202-324/+28
* VS2015: Move back PreprocessorDefinitions to opusRicardo Constantino2017-02-202-2/+2
* VS2015: join common options in a properties fileRicardo Constantino2017-02-206-2903/+204
* VS2015: remove dead options for linker in static configurationsRicardo Constantino2017-02-201-19/+2
* test_opus_decode: Fix build on GCC 3.4 to 4.5.xMark Harris2017-02-181-2/+2
* Fix sum initializer in celt_fir()Jean-Marc Valin2017-02-181-4/+5
* Fix stability testJean-Marc Valin2017-02-181-1/+1
* Speed up test_unit_LPC_inv_pred_gain by returning early on stable filtersJean-Marc Valin2017-02-181-0/+10
* Remove SMALL_FOOTPRINT code for celt_fir()Jean-Marc Valin2017-02-171-20/+10
* Increasing GLOBAL_STACK_SIZE to 120000 to avoid failureJean-Marc Valin2017-02-151-2/+2
* Reduce the scope of Ne10 includesMichael Bradshaw2017-02-155-5/+4
* Remove #include "config.h" from ARM Ne10 headersMichael Bradshaw2017-02-152-2/+0
* Optimize silk_LPC_inverse_pred_gain() for ARM NEONLinfeng Zhang2017-02-1420-21/+386
* Adding a unit test for LPC_inv_pred_gain()Jean-Marc Valin2017-02-143-4/+156
* Add more coverage to travis tests.Stephen2017-02-141-0/+8
* Rename y0/y1 to out0/out1 to avoid name clash with the Bessel functionsJean-Marc Valin2017-02-141-5/+5
* Add decoder fuzz target.Felicia Lim2017-02-102-0/+127
* Remove silk_LPC_inverse_pred_gain_Q24() which is no longer used anywhereJean-Marc Valin2017-02-092-26/+0
* arm2gnu.pl: Fix GNU ARM .type directiveMark Harris2017-02-041-2/+2
* fix ARM build w/--disable-intrinsics --enable-asmJames Zern2017-02-041-1/+1
* Optimize silk_NSQ_del_dec() for ARM NEONLinfeng Zhang2017-01-307-1/+1257