Skip to content
Snippets Groups Projects
  1. Oct 04, 2014
  2. Jan 07, 2014
  3. Sep 16, 2013
  4. May 20, 2013
  5. Sep 08, 2012
    • Timothy B. Terriberry's avatar
      Use dynamic stack allocations in SILK decoder. · 6f2d9f50
      Timothy B. Terriberry authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      This allows the decoder to be compiled with
       NONTHREADSAFE_PSEUDOSTACK to move the memory for large buffers off
       the stack for devices where it is very limited.
      This patch only attempts to do this for the decoder.
      The encoder still requires more than 10 kB of stack.
      6f2d9f50
  6. Apr 20, 2012
  7. Mar 08, 2012
  8. Jan 31, 2012
  9. Jan 24, 2012
  10. Dec 14, 2011
  11. Dec 13, 2011
    • Koen Vos's avatar
      Improves the accuracy such that it matches a float decoder much better · bbfc9c9e
      Koen Vos authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      bbfc9c9e
    • Koen Vos's avatar
      SILK fixes following last codec WG meeting · bf75c8ec
      Koen Vos authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      decoder:
      - fixed incorrect scaling of filter states for the smallest quantization
        step sizes
      - NLSF2A now limits the prediction gain of LPC filters
      
      encoder:
      - increased damping of LTP coefficients in LTP analysis
      - increased white noise fraction in noise shaping LPC analysis
      - introduced maximum total prediction gain.  Used by Burg's method to
        exit early if prediction gain is exceeded.  This improves packet
        loss robustness and numerical robustness in Burg's method
      - Prefiltered signal is now in int32 Q10 domain, from int16 Q0
      - Increased max number of iterations in CBR gain control loop from 5 to 6
      - Removed useless code from LTP scaling control
      - Optimization: smarter LPC loop unrolling
      - Switched default win32 compile mode to be floating-point
      
      resampler:
      - made resampler have constant delay of 0.75 ms; removed delay
        compensation from silk code.
      - removed obsolete table entries (~850 Bytes)
      - increased downsampling filter order from 16 to 18/24/36 (depending on
        frequency ratio)
      - reoptimized filter coefficients
      bf75c8ec
  12. Oct 28, 2011
  13. Oct 11, 2011
    • Koen Vos's avatar
      Misc SILK fixes: · 3195f6cd
      Koen Vos authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      - compile warning in opus_decoder.c
      - decoder state reduced by ~3 kB (by merging buffers, as Tim suggested)
      - some minor decoder optimizations (only the PLC is non-bit exact, so should be ok)
      3195f6cd
  14. Oct 06, 2011
    • Koen Vos's avatar
      SILK update · 88875669
      Koen Vos authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      Simplifies mono/stereo switching in SILK
      Fixes a quantization mismatch between encoder and decoder
      Constrains the pitch lags in the same way in the encoder and decoder
      88875669
  15. Sep 23, 2011
  16. Sep 16, 2011
  17. Aug 15, 2011
  18. Jul 31, 2011
  19. Jul 29, 2011
  20. May 19, 2011
    • Jean-Marc Valin's avatar
      Squashed commit of the following: · 103302b3
      Jean-Marc Valin authored
      commit 5b64cf7c4d67af9050bc959996ef976ce6326888
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Thu May 19 16:40:35 2011 -0400
      
          Fixes a few bugs introduced in the latest update
      
      commit b91eb86025d2de3c4cf04f4fb1aa48a28ad676a3
      Author: Timothy B. Terriberry <tterribe@xiph.org>
      Date:   Thu May 19 16:12:02 2011 -0400
      
          build_draft.sh fixes
      
      commit 0b10c30db7ad60ff7d4bfc1139bdb86e0543c035
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Thu May 19 15:30:21 2011 -0400
      
          Fixes the draft build
      
      commit 164424cded5978e657105104e171ac202dde5e5b
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Thu May 19 15:00:23 2011 -0400
      
          Updated build system
      
      commit 188d9fcba8c3a1b1ad67c67c430e1b37e3658a40
      Author: Koen Vos <koen.vos@skype.net>
      Date:   Thu May 19 17:14:57 2011 -0400
      
          SILK/Opus update
      103302b3
  21. May 02, 2011
    • Koen Vos's avatar
      Squashed commit of the following: · 494ce976
      Koen Vos authored
      commit dfe4d46f9abf6b0e96e66370d428da4e283204ce
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Mon May 2 09:59:45 2011 -0400
      
          SILK file list update
      
      commit 5faf541d86445eb8ce1775ea206e88afe83c7107
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Mon May 2 09:51:29 2011 -0400
      
          Makefiles update
      
      commit f5d70b3ccbe209cc07a1a604fffca93ea34bc64b
      Author: Koen Vos <koen.vos@skype.net>
      Date:   Mon May 2 09:50:33 2011 -0400
      
          SILK stereo update and MSVC build update
      494ce976
  22. Apr 28, 2011
  23. Feb 28, 2011
    • Koen Vos's avatar
      Squashed commit of the following: · 1bf4f971
      Koen Vos authored
      commit 7721daf733c6986cb2c2511c81e6fc14fea1ec6a
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Mon Feb 28 16:00:52 2011 -0500
      
          Makefile.am update
      
      commit 47dcc4edad849f57240b0c364036a378b5d22a9a
      Author: Koen Vos <koen.vos@skype.net>
      Date:   Mon Feb 28 15:46:23 2011 -0500
      
          SILK update (prefill, new LSF quant)
      1bf4f971
  24. Feb 14, 2011
  25. Feb 03, 2011
  26. Feb 02, 2011
  27. Jan 31, 2011
  28. Nov 10, 2010
  29. Jun 30, 2010
Loading