summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Code for extracting DRED from packetexp_neural_fec2cJean-Marc Valin2022-11-308-12/+76
* wipJean-Marc Valin2022-11-283-3/+19
* Using LPCNet version with FECJean-Marc Valin2022-11-281-0/+0
* Experimentng with padding extensionsJean-Marc Valin2022-11-286-11/+326
* More general Laplace encoderexp_neural_fec2Jean-Marc Valin2022-09-155-0/+153
* Update build instructionsJean-Marc Valin2022-09-151-0/+3
* enable neural PLC by defaultJean-Marc Valin2022-09-151-1/+9
* Add LPCNet submoduleJean-Marc Valin2022-09-153-0/+5
* updateJean-Marc Valin2022-09-151-8/+12
* Add new PLC filesJean-Marc Valin2022-09-151-1/+3
* WIP: Using LPCNet for PLCJean-Marc Valin2022-09-154-4/+57
* Fix typo in MacroDebug.h comment.Nathan E. Egge2022-09-051-2/+2
* Change pitch scaling behavior wrt nFramesPerPacketJean-Marc Valin2022-08-042-2/+2
* Smooth out the LBRR rate estimateJean-Marc Valin2022-07-241-2/+13
* More FEC tuning: lowering the LBRR bitrate a bitJean-Marc Valin2022-07-241-1/+1
* Re-tuning the use of LTP scalingJean-Marc Valin2022-07-242-3/+14
* Ensuring we can see where crashes occurJean-Marc Valin2022-07-221-0/+4
* More ubsan fixes for the debug macros themselvesJean-Marc Valin2022-07-221-9/+9
* Using saturating round to fix some wrap-aroundsJean-Marc Valin2022-07-222-9/+9
* Relaxing checks for MULT16_32_QX()Jean-Marc Valin2022-07-221-2/+2
* Fix NORM_ALIASING_HACKJean-Marc Valin2022-07-151-5/+4
* Silence MSVC C4244 warningMarcus Asteborg2022-07-121-1/+1
* Silence Clang 13+ null-pointer-subtraction warningMark Harris2022-07-101-1/+1
* Only build platform RTCD sources when enabled.Timothy B. Terriberry2022-07-098-14/+52
* Don't compile x86 cpu detection without RTCD.Timothy B. Terriberry2022-07-096-24/+36
* Make silk/x86 header indentation consistent.Timothy B. Terriberry2022-07-092-51/+51
* Fix C90-related warningsexp_warnings1Jean-Marc Valin2022-07-096-7/+10
* update doc on custom modeMarcus Asteborg2022-07-091-1/+2
* cmake - move warning C4244 to level 4Marcus Asteborg2022-07-071-0/+4
* cmake - fix rtcd detection on x86 non windowsMarcus Asteborg2022-07-075-10/+76
* cmake - fix lrintf, lrint detectionMarcus Asteborg2022-07-071-9/+20
* Fix uninitialized field on custom mode malloc failMark Harris2022-07-071-0/+3
* meson: Fix reporting of cpu family if intrinsics not supportedDoug Nazar2022-07-061-2/+2
* Update x86 CPU detection configure check.Timothy B. Terriberry2022-07-061-1/+1
* Fix warnings when compiling with FUZZING enabledJean-Marc Valin2022-07-062-0/+6
* cmake - Add OPUS_BUILD to test targetsMarcus Asteborg2022-07-051-0/+5
* doc: Use consistent alternative notationMark Harris2022-07-051-2/+2
* Fix opus.h for doxygen when referencing alternative valuesAlexander Traud2022-07-051-1/+1
* Remove unused variable in testsMarcus Asteborg2022-07-051-6/+3
* Replace assert with test_failed function in testMarcus Asteborg2022-07-053-20/+18
* Fix warning with --disable-rfc8251Jean-Marc Valin2022-07-051-0/+2
* Fix quoting and whitespace errors in build testMark Harris2022-07-052-35/+34
* Silence GCC 11+ -Wmaybe-uninitialized warningsMark Harris2022-07-051-4/+6
* Avoids incrementing uninitialized valuesJean-Marc Valin2022-07-051-4/+10
* Avoid undefined behaviour within the debug macrosJean-Marc Valin2022-07-051-2/+2
* Fix fixed-point overflow in pitch downsamplingJean-Marc Valin2022-07-051-6/+15
* Fix some 16-bit overflows (using 32-bit macros)Jean-Marc Valin2022-07-052-6/+6
* Avoid left shifts of negative values in debug macrosJean-Marc Valin2022-07-052-22/+16
* Work around UBSan unaligned access errors.Timothy B. Terriberry2022-07-051-1/+9
* Add asan/ubsan support in random testsJean-Marc Valin2022-07-051-3/+6