Skip to content
Snippets Groups Projects
  1. Aug 20, 2015
  2. Feb 27, 2015
  3. Feb 24, 2015
  4. May 14, 2014
    • Ralph Giles's avatar
      Fix type conversion warning. · 3996642c
      Ralph Giles authored
      Use abs(sweep_bps) instead of fabs(). "sweep_bps" is an integer,
      and on some compilers this line generates a warning.
      
      Patch from Tina le Grand.
      Reviewed by Jean-Marc Valin
      3996642c
  5. Nov 19, 2013
  6. Nov 15, 2013
  7. Oct 28, 2013
  8. Oct 12, 2013
  9. Jun 30, 2013
  10. Jun 13, 2013
  11. Apr 23, 2013
  12. Feb 20, 2013
    • Jean-Marc Valin's avatar
      Adds support for delayed decision · 51f4a32e
      Jean-Marc Valin authored
      Variable duration option renamed to OPUS_SET_EXPERT_FRAME_DURATION,
      with new API.
      Also moves up the analysis to avoid having to do int->float conversion
      on large buffers.
      51f4a32e
  13. Feb 10, 2013
  14. Dec 04, 2012
  15. Sep 12, 2012
  16. Aug 06, 2012
  17. Jul 27, 2012
  18. Jul 13, 2012
  19. Jun 04, 2012
  20. May 18, 2012
  21. May 16, 2012
  22. May 10, 2012
  23. Apr 30, 2012
  24. Apr 24, 2012
  25. Apr 23, 2012
  26. Apr 20, 2012
  27. Feb 17, 2012
  28. Oct 31, 2011
  29. Oct 30, 2011
  30. Oct 29, 2011
  31. Oct 28, 2011
  32. Oct 27, 2011
  33. Oct 26, 2011
  34. 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
  35. Oct 10, 2011
    • Koen Vos's avatar
      Minor fixes · 854fe703
      Koen Vos authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      - fixes the test_opus "skip" for stereo
      - fixes 6 visual studio compile warnings
      - adds several header files to visual studio's include folder
      854fe703
  36. Sep 29, 2011
  37. Sep 19, 2011
Loading