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-06-01First attempt at modelling leakageexp_leakage4Jean-Marc Valin
2017-05-30silk_LIMIT_32() should return an opus_int32 (not opus_int)Jean-Marc Valin
2017-05-26Fix memory leaks in opus_compare.cJean-Marc Valin
2017-05-26Fixes unit tests that need arch-specific codeJean-Marc Valin
2017-05-25appveyor: fix typoed appveyor commandRicardo Constantino
2017-05-25appveyor: Add the api key for the linked ci builds.Ralph Giles
2017-05-25appveyor: request rebuild of opus-tools on successful buildRicardo Constantino
2017-05-25appveyor: simplify and preserve pathsRicardo Constantino
2017-05-25appveyor: move to dotfile like travisRicardo Constantino
2017-05-24Updated SHA256 of releasesJean-Marc Valin
2017-05-24Fixes a double->float conversion warningJean-Marc Valin
2017-05-24Fixes some fixed-point 16-bit int overflowsv1.2-betaJean-Marc Valin
2017-05-24Reducing trim at low bitrateJean-Marc Valin
2017-05-23cosmetics,silk: correct input/output arg commentsLinfeng Zhang
2017-05-23Fixes a surround bug on loud signalJean-Marc Valin
2017-05-17Optimize silk_biquad_alt_stride2() for ARM NEONLinfeng Zhang
2017-05-17Update silk_biquad_alt()Linfeng Zhang
2017-05-10Indent commands in the README.Ralph Giles
2017-05-10Suggest basic build dependencies in the README.Ralph Giles
2017-05-02Avoid warning when __STDC_VERSION__ is not definedCarlos Alberto Lopez Perez
2017-04-29oops, fix build broken by previous patchJean-Marc Valin
2017-04-29Non-diegetic support for Ambisonics Mapping 254.Drew Allen
2017-04-14Optimize silk_warped_autocorrelation_FIX() for ARM NEONLinfeng Zhang
2017-03-27Fix OPUS_ARG_NONNULL indices in opus_multistream.hFelicia Lim
2017-03-03VS2015: remove previously ignored C4146 in kiss_fft.cRicardo Constantino
2017-03-03VS2015: Ignore LNK4221 and properly force SSE off for Win32Ricardo Constantino
2017-03-03VS2015: ignore C4244 warning in opus_compare.cRicardo Constantino
2017-02-27Fix compiler warningsMark Harris
2017-02-21Add common.props to Makefile.amRicardo Constantino
2017-02-21VS2015: only compile fixed silk for appropriate configsRicardo Constantino
2017-02-21VS2015: Move back PreprocessorDefinitions to opusRicardo Constantino
2017-02-21VS2015: join common options in a properties fileRicardo Constantino
2017-02-21VS2015: remove dead options for linker in static configurationsRicardo Constantino
2017-02-19test_opus_decode: Fix build on GCC 3.4 to 4.5.xMark Harris
2017-02-19Fix sum initializer in celt_fir()Jean-Marc Valin
2017-02-19Fix stability testJean-Marc Valin
2017-02-19Speed up test_unit_LPC_inv_pred_gain by returning early on stable filtersJean-Marc Valin
2017-02-18Remove SMALL_FOOTPRINT code for celt_fir()Jean-Marc Valin
2017-02-16Increasing GLOBAL_STACK_SIZE to 120000 to avoid failureJean-Marc Valin
2017-02-16Reduce the scope of Ne10 includesMichael Bradshaw
2017-02-15Remove #include "config.h" from ARM Ne10 headersMichael Bradshaw
2017-02-15Optimize silk_LPC_inverse_pred_gain() for ARM NEONLinfeng Zhang
2017-02-15Adding a unit test for LPC_inv_pred_gain()Jean-Marc Valin
2017-02-15Add more coverage to travis tests.Stephen
2017-02-14Rename y0/y1 to out0/out1 to avoid name clash with the Bessel functionsJean-Marc Valin
2017-02-11Add decoder fuzz target.Felicia Lim
2017-02-10Remove silk_LPC_inverse_pred_gain_Q24() which is no longer used anywhereJean-Marc Valin
2017-02-05arm2gnu.pl: Fix GNU ARM .type directiveMark Harris
2017-02-04fix ARM build w/--disable-intrinsics --enable-asmJames Zern
2017-01-31Optimize silk_NSQ_del_dec() for ARM NEONLinfeng Zhang