Skip to content
Snippets Groups Projects
  1. Nov 02, 2016
    • Mark Harris's avatar
      Eliminate trailing spaces · f1deb29c
      Mark Harris authored
      f1deb29c
    • Mark Harris's avatar
      Reduce redundancy when SILK uses too many bits · 20bf3b33
      Mark Harris authored
      Fix Hybrid redundancy assertion failure in ec_enc_shrink(), even
      if SILK produces more than maxBits, by reducing or eliminating
      redundancy when necessary.  Don't reserve space for redundancy that
      is too small to be used for redundancy.  When there is not enough
      space for redundancy, allow the regular frame to use all the bits.
      20bf3b33
    • Mark Harris's avatar
      Fix redundancy on SILK 80+ms bandwidth switch · 1fd53f9a
      Mark Harris authored
      With packets of 80 ms or more, a SILK bandwidth switch was missing
      the second half of the redundancy, because st->silk_bw_switch was
      cleared too early before any recursive calls.
      1fd53f9a
  2. Nov 01, 2016
  3. Oct 31, 2016
  4. Oct 29, 2016
  5. Oct 28, 2016
  6. Oct 27, 2016
    • Jean-Marc Valin's avatar
      Fixes an unstable energy issue for low-bitrate hybrid · 2af92cd9
      Jean-Marc Valin authored
      The transient detector would trigger on low-pitch vowels, but we didn't have
      enough bits to properly code the high bands as a transient, resulting in
      partial collapse and unstable energy.
      2af92cd9
    • Ralph Giles's avatar
      Make use of dot optional in generating documentation. · 76fa939b
      Ralph Giles authored
      Different distributions of doxygen have different default
      values of HAVE_DOT setting, so we need to pick a specific
      setting to avoid 'missing dot' warnings on some platforms.
      
      Doxygen uses it to generate inclusion graphs for our various
      header files, which is somewhat useful, but not essential.
      We therefore enable dot if it's present (usually through
      the parent graphviz package) but disable it if it's not
      available, silencing the warning, but not giving uniform
      results.
      76fa939b
    • Jean-Marc Valin's avatar
      Account for redundancy signalling when computing st->silk_mode.maxBits · 6d062849
      Jean-Marc Valin authored
      Without that, we could bust the budget and end up with the
      if (ec_tell(&enc) <= 8*nb_compr_bytes)
      being false, followed by an assert failure later.
      6d062849
  7. Oct 21, 2016
  8. Oct 05, 2016
  9. Sep 20, 2016
  10. Sep 16, 2016
  11. Sep 15, 2016
  12. Sep 14, 2016
  13. Sep 08, 2016
  14. Sep 07, 2016
  15. Sep 03, 2016
  16. Sep 02, 2016
  17. Sep 01, 2016
Loading