Skip to content
Snippets Groups Projects
  1. Jun 12, 2020
  2. Jun 11, 2020
  3. Mar 23, 2020
  4. Mar 09, 2020
  5. Feb 03, 2020
  6. Sep 03, 2019
  7. Jul 08, 2019
  8. May 31, 2019
  9. Apr 09, 2019
  10. Oct 30, 2018
  11. Sep 27, 2018
  12. Jul 22, 2018
    • Mark Harris's avatar
      Silence compiler warnings · 01b035f8
      Mark Harris authored
      clang -Wcast-align warnings with ambisonics enabled
      clang -Wnull-pointer-arithmetic warnings in test_opus_api.c
      gcc -Wimplicit-fallthrough warnings on arm
      msvc warning C4244 in celt_encoder.c with fixed point
      Verified
      01b035f8
  13. May 24, 2018
    • Jean-Marc Valin's avatar
      Fixes a SILK bandwidth switching regression · cd78f397
      Jean-Marc Valin authored
      The bug was triggered because f982b84d started using prefill for
      SILK bandwidth changes, which reinitialized the encoder state and
      prevented the variable lowpass from working properly. To fix the problem,
      we preserve the sampling rate and variable low-pass when prefilling.
      Verified
      cd78f397
  14. May 17, 2018
  15. May 14, 2018
  16. Mar 27, 2018
  17. Feb 22, 2018
  18. Feb 18, 2018
  19. Sep 28, 2017
    • Jean-Marc Valin's avatar
      Better rate allocation for stereo SILK in hybrid mode · f3cff05e
      Jean-Marc Valin authored
      SILK was being allocated too few bits for stereo hybrid, often resulting
      in forced narrowing of the width. We now allocate more bits to SILK
      and reduce the threshold for narrowing. This improves quality enough that
      the bitrate threshold for switching to SILK can be increased to 44 kb/s.
      Verified
      f3cff05e
  20. Sep 11, 2017
  21. Jun 13, 2017
  22. Jun 02, 2017
  23. May 30, 2017
  24. May 23, 2017
  25. May 17, 2017
  26. Apr 13, 2017
  27. Feb 27, 2017
    • Mark Harris's avatar
      Fix compiler warnings · d6d70371
      Mark Harris authored
      - celt/modes.c:430:14: warning: cast from 'const unsigned char *' to
        'opus_int16 *' increases required alignment from 1 to 2 [-Wcast-align]
      - 'C[0][1]' may be used uninitialized [-Wmaybe-uninitialized]
      - Unused variable/parameter
      - Value stored is never read
      - MSVC warnings about "possible loss of data" due to type conversions
      - MSVC warning C4146: unary minus operator applied to unsigned type
      - silk/NLSF_del_dec_quant.c:137:20: warning: array subscript is above
        array bounds [-Warray-bounds] (gcc -O3 false positive)
      - src/mlp_train.h:39:20: warning: function declaration isn't a prototype
        [-Wstrict-prototypes]
      - Remove SMALL_FOOTPRINT code from SSE 4.1 FIR implementation, matching
        the C implementation.
      
      The clang -Wcast-align warnings with SSE intrinsics are a known
      clang issue: https://llvm.org/bugs/show_bug.cgi?id=20670
      Verified
      d6d70371
  28. Feb 18, 2017
  29. Feb 15, 2017
  30. Feb 10, 2017
  31. Feb 04, 2017
  32. Jan 30, 2017
  33. Jan 26, 2017
Loading