Skip to content
Snippets Groups Projects
  1. Nov 01, 2010
  2. Oct 29, 2010
  3. Oct 27, 2010
  4. Oct 26, 2010
  5. Oct 09, 2010
  6. Sep 23, 2010
  7. Sep 21, 2010
  8. Jun 10, 2010
  9. Jun 04, 2010
    • Monty's avatar
      Bump version for changes in SVN · e73a2c97
      Monty authored
      svn path=/trunk/ogg/; revision=17271
      e73a2c97
    • Monty's avatar
      Two cleanups of buffer LONG_MAX overflow hardening: · 67133192
      Monty authored
      GCC optimizes out the overflow check due to the overflow check reyling on overflow; 
      reimplement using type-based TYPE_MAX macro
      
      Correct an accidental assignment-during-check that wasn't a bug, but was 
      semantically incorrect and rightly triggered a compilation warning.
      
      
      svn path=/trunk/ogg/; revision=17270
      67133192
    • Monty's avatar
      Correct packet accumulation in _packetout to accumulate a full long of bytes, · e64842ca
      Monty authored
      mathing the ogg_packet declaration.
      
      
      svn path=/trunk/ogg/; revision=17269
      e64842ca
    • Monty's avatar
      Complete code review on the pattern: · 598fb9e7
      Monty authored
       if(b->endbyte*8+bits>b->storage*8)goto overflow;
      
      Eliminate the possibility of b->endbyte overflow on buffer storage near or 
      exactly at long storage limit; corrections made to both read and write.
      
      Also, harden both read and write against requesting <0 or >32 read/write.  In both 
      case, the packer is put into 'error' state.
      
      
      svn path=/trunk/ogg/; revision=17268
      598fb9e7
  10. Apr 27, 2010
    • Monty's avatar
      add an anchor · a3b681b5
      Monty authored
      svn path=/trunk/ogg/; revision=17179
      a3b681b5
  11. Apr 26, 2010
  12. Apr 06, 2010
  13. Apr 05, 2010
  14. Mar 30, 2010
  15. Mar 29, 2010
    • Gregory Maxwell's avatar
      Add a 'ogg_stream_pageout_fill' function to allow smart applications with... · eb2fce49
      Gregory Maxwell authored
      Add a 'ogg_stream_pageout_fill' function to allow smart applications with delay sensitive flushing to produce big pages. Increase the default minimum fill amount to 8 based on latency measurements with actual files. These changes may be controversial but since we've recently had a release I thought there would be no harm in getting them into the repository for discussion.
      
      svn path=/trunk/ogg/; revision=17098
      eb2fce49
  16. Mar 28, 2010
  17. Mar 26, 2010
  18. Mar 25, 2010
    • Monty's avatar
      Update dates on libogg documentation · add13505
      Monty authored
      svn path=/trunk/ogg/; revision=17034
      add13505
    • Monty's avatar
      Update CHANGES file · f643a4cc
      Monty authored
      Correct one last misleading caption in the stream documentation, pending 
      the more complete examples rewrite langing post 1.2.0
      
      
      svn path=/trunk/ogg/; revision=17033
      f643a4cc
  19. Mar 21, 2010
  20. Mar 20, 2010
  21. Mar 19, 2010
  22. Feb 18, 2010
Loading