summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added high bitrates and enabled complexity and packet_loss_perc randomizationexp-neural-silk-enhancementJan Buethe2023-03-221-5/+5
* bugfix (silk offset)Jan Buethe2023-03-174-191/+3
* updated bitrate rangejbuethe2023-03-102-0/+188
* forcing encoder to SILK onlyjbuethe2023-03-101-7/+19
* added some safeguardsjbuethe2023-03-103-10/+24
* added offset to featuresjbuethe2023-03-101-0/+4
* padding lpc coefficients when order is < 16jbuethe2023-03-071-2/+3
* removed printoutjbuethe2023-03-071-1/+0
* added numbits and offset featurejbuethe2023-03-074-7/+34
* added random switching option for SILK encoderjbuethe2023-03-061-0/+65
* simplificationjbuethe2023-02-151-1/+1
* added period and hp signal to feature outputsjbuethe2023-02-153-7/+43
* added feature extractionjbuethe2023-02-153-0/+50
* Make CELT FFT twiddle complex type alignedZheng Lv2023-01-171-1/+11
* opus.m4: fix -Wstrict-prototypesSam James2022-11-241-1/+1
* 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