Skip to content
  1. Apr 02, 2025
  2. Jun 14, 2024
  3. Jun 12, 2024
  4. Mar 19, 2018
  5. Mar 16, 2018
  6. Jan 05, 2015
  7. Jun 24, 2014
  8. Jan 20, 2012
  9. 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
  10. Sep 24, 2011
  11. Nov 20, 2010
  12. Oct 27, 2010
  13. Oct 21, 2010
  14. Oct 20, 2010
  15. Oct 18, 2010
  16. Oct 16, 2010
  17. 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
  18. Oct 14, 2010
Loading