Skip to content
Snippets Groups Projects
  1. Jun 24, 2014
  2. Jan 20, 2012
  3. Nov 06, 2011
    • Timothy B. Terriberry's avatar
      Fix mis-matched types for serialno's. · b7d73020
      Timothy B. Terriberry authored
      The use of long caused some functions which now use libogg's
       ogg_page_serialno() (which returns an int) to sign-extend the
       serialno, while the actual list was stored as ogg_uint32_t's.
      This would cause subsequent lookups to fail on platforms with a
       64-bit long.
      Introduced in r17375 and r16259, but only partially corrected in
       r17536.
      Fixes #1838.
      Thanks to achurch for the report.
      
      
      git-svn-id: https://svn.xiph.org/trunk/Tremor@18116 0101bb08-14d6-0310-b084-bc0e0c8e3800
      b7d73020
  4. Sep 24, 2011
  5. Nov 20, 2010
  6. Oct 27, 2010
  7. Oct 21, 2010
  8. Oct 20, 2010
  9. Oct 18, 2010
  10. Oct 16, 2010
  11. Oct 15, 2010
    • Timothy B. Terriberry's avatar
      Fix decoder handling of floor0 when the LSP order is 1. · 3ada73cc
      Timothy B. Terriberry authored
      Header setup allows the LSP order to be as low as one, but the code in
       vorbis_lsp_to_curve() assumed it was at least two.
      This wasn't terrible in libvorbis... it would multiply a nonsense (but defined)
       value into the output, and nothing more.
      In Tremor, it referenced several completely undefined (stack) values, which
       could cause out-of-bounds lookup table accesses and crashes.
      
      
      git-svn-id: https://svn.xiph.org/trunk/Tremor@17538 0101bb08-14d6-0310-b084-bc0e0c8e3800
      3ada73cc
  12. Oct 14, 2010
  13. Oct 13, 2010
Loading