Skip to content
Snippets Groups Projects
  1. Aug 15, 2011
  2. Aug 12, 2011
  3. Aug 11, 2011
  4. Aug 08, 2011
  5. Aug 07, 2011
  6. Aug 02, 2011
  7. Jul 31, 2011
  8. Jul 29, 2011
  9. Jul 05, 2011
  10. May 16, 2011
  11. May 13, 2011
  12. May 09, 2011
  13. Apr 21, 2011
  14. Apr 13, 2011
  15. Mar 29, 2011
  16. Mar 28, 2011
  17. Mar 21, 2011
  18. Mar 18, 2011
  19. Mar 17, 2011
  20. Mar 11, 2011
  21. Mar 09, 2011
  22. Mar 03, 2011
    • Timothy B. Terriberry's avatar
      Eliminate the ec_int32 and ec_uint32 typedefs. · 9bac8c17
      Timothy B. Terriberry authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      These were used because the entropy coder originally came from
       outside libcelt, and thus did not have a common type system.
      It's now undergone enough modification that it's not ever likely to
       be used as-is in another codec without some porting effort, so
       there's no real reason to maintain the typedefs separately.
      Hopefully we'll replace these all again somedate with a common set
       of Opus typedefs, but for now this will do.
      
      This fixes an issue caused by commit 6c8acbf1, which moved the
       ec_ilog() prototype from entcode.h to ecintrin.h, where the
       ec_uint32 typedef was not yet available.
      Thanks to John Ridges for the report.
      9bac8c17
    • Timothy B. Terriberry's avatar
      Fix CNG when effEBands is less than nbEBands. · 115fa35a
      Timothy B. Terriberry authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      We were trying to normalize bands that didn't actually exist (e.g.,
       the last band with 320-sample frames at 32kHz).
      Thanks to John Ridges for the report.
      115fa35a
  23. Mar 02, 2011
  24. Mar 01, 2011
  25. Feb 12, 2011
  26. Feb 11, 2011
Loading