Skip to content
Snippets Groups Projects
  1. Aug 22, 2019
    • Miika-Petteri Matikainen's avatar
      Backport floo0 out-of-bounds write fix from main branch · 550bb0a2
      Miika-Petteri Matikainen authored
      Backports commit 80661a13 from
      tremor main branch:
      
          floor0 code could potentially use a book where the number of vals it
          needed to decode was not an integer number of dims wide.  This caused
          it to overflow the output vector as the termination condition was in
          the outer loop of vorbis_book_decodev_set.
      
          None of the various vorbis_book_decodeXXXX calls internally guard
          against this case either, but in every other use the calling code does
          properly guard (and avoids putting more checks in the tight inner
          decode loop).
      
          For floor0, move the checks into the inner loop as there's little
          penalty for doing so.  Add commentary indicating where guarding is
          done for each call variant.
      550bb0a2
  2. Jan 20, 2012
  3. Sep 24, 2011
  4. Sep 10, 2010
  5. Apr 21, 2010
  6. Apr 20, 2010
  7. Jul 23, 2007
  8. Jun 23, 2007
  9. Jun 21, 2007
  10. Mar 05, 2007
  11. Jan 09, 2006
  12. May 10, 2005
  13. Jun 07, 2004
  14. Nov 20, 2003
  15. May 24, 2003
  16. Apr 29, 2003
    • Monty's avatar
      · d39dddef
      Monty authored
      Eliminate vorbis_info and codec_setup caching for all links; makes
      seeks more expensive, but does not affect decode speed.
      
      Correct a number of bugs exposed by seeking.
      
      
      git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4652 0101bb08-14d6-0310-b084-bc0e0c8e3800
      d39dddef
  17. Apr 23, 2003
  18. Apr 22, 2003
  19. Apr 21, 2003
    • Monty's avatar
      · 96389c3f
      Monty authored
      mdct work continued; no working space, reduced extraneous load/store
      steps.  pcmout must now be more tightly integrated with vorbisfile;
      last stage of mdct renders directly into 16 bit PCM output.
      
      
      git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4621 0101bb08-14d6-0310-b084-bc0e0c8e3800
      96389c3f
  20. Apr 19, 2003
  21. Apr 14, 2003
Loading