Skip to content
Snippets Groups Projects
  1. Aug 02, 2011
  2. Jul 29, 2011
  3. 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
  4. Feb 10, 2011
  5. Oct 18, 2009
  6. Jul 03, 2009
  7. Feb 04, 2009
  8. Feb 25, 2008
  9. Jan 28, 2008
  10. Dec 11, 2007
  11. Dec 06, 2007
Loading