Skip to content
Snippets Groups Projects
  1. Feb 28, 2013
  2. Feb 22, 2013
  3. Feb 21, 2013
  4. 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
  5. Feb 11, 2013
  6. Feb 10, 2013
  7. Feb 06, 2013
    • Jean-Marc Valin's avatar
      Adds a ramp up in the SILK prefill · 61e9eb15
      Jean-Marc Valin authored
      This improves quality of CELT->SILK switches by not having the SILK encoder
      attempt to encode a discontinuity. Overall, it's a small PQ improvement,
      confirmed by some listening.
      61e9eb15
  8. Feb 05, 2013
  9. Dec 21, 2012
  10. Dec 06, 2012
  11. Dec 05, 2012
  12. Dec 04, 2012
  13. Dec 03, 2012
  14. Nov 30, 2012
    • Jean-Marc Valin's avatar
      Fixes an out-of-bounds read issue with the padding handling code · 9345aaa5
      Jean-Marc Valin authored
      This was reported by Juri Aedla and is limited to reading memory up
      to about 60 kB beyond the compressed buffer. This can only be triggered
      by a compressed packet more than about 16 MB long, so it's not a problem
      for RTP. In theory, it *could* crash an Ogg decoder if the memory just after
      the incoming packet is out-of-range.
      9345aaa5
  15. Nov 29, 2012
    • Ralph Giles's avatar
      Improve the !OPUS_BUILD #error. · 799b1700
      Ralph Giles authored
      The README doesn't say anything about this particular define.
      Refer people to config.h and the other build files for examples.
      799b1700
  16. Nov 09, 2012
    • Ralph Giles's avatar
      Fix line endings on MSVC project files. · c55f4d8d
      Ralph Giles authored
      These files has unix line endings, while the other
      project files have dos line endings.
      
      I hoped this would fix the link error about corrupt
      or invalid files with these projects, but it doesn't.
      Running 'Update project files...' in the VS2012 IDE
      is a work around, but it just adds a <PlatformToolset>
      element to each <PropertyGroup> and a line ending at
      the end of the file.
      c55f4d8d
    • Ralph Giles's avatar
      Add the new source files to the MSVC projects. · c8231202
      Ralph Giles authored
      Commits ae0e2ca8 and 6906210c split encode and decode
      support into separate files to help reduce the footprint
      of decode-only builds.
      
      This commit adds the new source files to the MSVC
      project files, fixing that build.
      c8231202
  17. Nov 08, 2012
  18. Nov 05, 2012
Loading