Skip to content
Snippets Groups Projects
  1. Oct 04, 2014
  2. Nov 20, 2013
  3. Nov 18, 2013
  4. Sep 16, 2013
  5. May 20, 2013
  6. Apr 20, 2012
  7. Dec 14, 2011
  8. 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
  9. Oct 29, 2011
    • Koen Vos's avatar
      Fixes two SILK PLC issues · 0dbd0ca3
      Koen Vos authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      - Calling the decoder for FEC when there's no LBRR should no longer crash
      - There should no longer be an issue with the PLC on frame size switching
      0dbd0ca3
  10. Oct 28, 2011
  11. Oct 20, 2011
    • Jean-Marc Valin's avatar
      Implements hard CBR for SILK · 294bfec2
      Jean-Marc Valin authored
      This is achieved by running the encoding process in a loop and
      padding when we don't reach the exact rate. It also implements
      VBR-with-cap, which means we no longer need to artificially decrease
      the SILK bandwidth when it's close to the cap.
      294bfec2
  12. Oct 12, 2011
    • Jean-Marc Valin's avatar
      Misc bug fixes · b24e5746
      Jean-Marc Valin authored
      - There was a bug where the decoder resampler was not properly initialized
      when fs_kHz == API_fs_kHz. In that case the resampler would continue to
      upsample, and the output was corrupt.
      
      - The delay value in the decoder was taken from the state before it was
      potentially updated. This caused the decoder to apply the new dalay value one
      frame late
      
      - The encoder and decoder states are now updated more consistently, when
      the sampling rate changes (pesq liked these changes)
      
      - Properly resetting the side channel encoder and decoder for the first
      frame with side coding active again
      
      - Faster updating the "ratio" value in the LR_to_MS() code for large
      prediction values means that for certain extreme/artificial input
      signals the output looks better
      b24e5746
  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 10, 2011
  15. Oct 09, 2011
  16. Oct 07, 2011
    • Jean-Marc Valin's avatar
      Proper SILK delay compensation for resampling · b5972388
      Jean-Marc Valin authored
      Adds SILK delay compensation that depends on encode and decode sampling
      rate, as well as SILK internal coding rate. This ensures that the SILK
      part of Opus is always in sync with the CELT part no matter what the
      sampling rates are. It also increases the resampling delay to 1.15 ms
      (was previously 0.48 ms).
      b5972388
  17. Sep 16, 2011
  18. Sep 07, 2011
  19. Sep 02, 2011
  20. Aug 26, 2011
  21. Aug 15, 2011
  22. Jul 31, 2011
  23. Jul 29, 2011
  24. May 25, 2011
  25. 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
  26. 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
  27. Apr 28, 2011
  28. Apr 27, 2011
    • Koen Vos's avatar
      Implements desiredInternalSampleRate · 34dd4c7d
      Koen Vos authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      34dd4c7d
    • Koen Vos's avatar
      Squashed commit of the following: · fcf95bac
      Koen Vos authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      commit c44b37355295df2963daa724649ff1876b690488
      Author: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
      Date:   Wed Apr 27 00:33:12 2011 -0400
      
          decoder size fix
      
      commit 78f864e9ddacd94d03d717d79a6e606712e25edd
      Author: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
      Date:   Tue Apr 26 23:26:14 2011 -0400
      
          Makefile fix
      
      commit a0e884e463af88bcaa2f410ea8cc85e5bebd2c3b
      Author: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
      Date:   Tue Apr 26 22:53:27 2011 -0400
      
          Making some progress
      
      commit 9e30457f2199bba7b5e37bb577ff75dc85ba9306
      Author: Koen Vos <koen.vos@skype.net>
      Date:   Tue Apr 26 22:29:42 2011 -0400
      
          SILK update with stereo support
      fcf95bac
  29. Mar 07, 2011
  30. 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
  31. Feb 17, 2011
    • Koen Vos's avatar
      Squashed commit of the following: · 8930d2fa
      Koen Vos authored
      commit 8501776e52242de200b48841b0a19a512f78085d
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Thu Feb 17 16:35:02 2011 -0500
      
          Remove useless file
      
      commit 8fdc775812f84df1bb75aa4366760c768b101d02
      Author: Koen Vos <koen.vos@skype.net>
      Date:   Thu Feb 17 16:22:05 2011 -0500
      
          SILK update (fixes a bandwidth control bug and adds encoder prefill)
      8930d2fa
  32. Feb 14, 2011
  33. Feb 03, 2011
  34. Feb 02, 2011
  35. Jan 31, 2011
  36. Nov 10, 2010
Loading