Skip to content
Snippets Groups Projects
  1. Nov 02, 2010
  2. Nov 01, 2010
  3. Oct 27, 2010
  4. Oct 26, 2010
  5. Oct 24, 2010
  6. Oct 23, 2010
    • Monty's avatar
      Commit tterribe's port of Tremor r17541: · 5fb866e8
      Monty authored
      Harden the code that trims the last packet of a stream; it was
      possible to game the granpos such that the trim code would try to
      rewind more samples than were actually available in storage.
      
      Also, fix/eliminate two printf warnings in seeking_example extension.
      
      
      svn path=/trunk/vorbis/; revision=17561
      5fb866e8
    • Monty's avatar
      While reviewing a patch to port Tremor r17541, noticed that the · a7ebe807
      Monty authored
      half-rate decode code in Vorbisfile was never completed past the 
      original 'quick and dirty' feature request.  Specifically, it made no 
      attempt to keep the pcm offset tracking consistent in seeks.
      
      Complete this code, and add a testing mode to seeking_example.c to 
      torture test seeking in halfrate mode.  Also remove requirement that 
      halfrate mode only work with seekable files.
      
      
      svn path=/trunk/vorbis/; revision=17560
      a7ebe807
  7. Oct 22, 2010
  8. Oct 21, 2010
  9. Oct 15, 2010
    • Timothy B. Terriberry's avatar
      Fix decoder handling of floor0 when the LSP order is 1. · 3da72d99
      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.
      
      svn path=/trunk/vorbis/; revision=17538
      3da72d99
  10. Sep 30, 2010
  11. Sep 23, 2010
  12. Sep 21, 2010
  13. Aug 23, 2010
  14. May 05, 2010
  15. Apr 29, 2010
  16. Apr 26, 2010
  17. Mar 26, 2010
Loading