CHANGES 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Version 1.2.0 (2010 March 25)
  2. * Alter default flushing behavior to span less often and use larger page
  3. sizes when packet sizes are large.
  4. * Build fixes for additional compilers
  5. * Documentation updates
  6. Version 1.1.4 (2009 June 24)
  7. * New async error reporting mechanism. Calls made after a fatal error are
  8. now safely handled in the event an error code is ignored
  9. * Added allocation checks useful to some embedded applications
  10. * fix possible read past end of buffer when reading 0 bits
  11. * Updates to API documentation
  12. * Build fixes
  13. Version 1.1.3 (2005 November 27)
  14. * Correct a bug in the granulepos field of pages where no packet ends
  15. * New VS2003 and XCode builds, minor fixes to other builds
  16. * documentation fixes and cleanup
  17. Version 1.1.2 (2004 September 23)
  18. * fix a bug with multipage packet assembly after seek
  19. Version 1.1.1 (2004 September 12)
  20. * various bugfixes
  21. * important bugfix for 64-bit platforms
  22. * various portability fixes
  23. * autotools cleanup from Thomas Vander Stichele
  24. * Symbian OS build support from Colin Ward at CSIRO
  25. * new multiplexed Ogg stream documentation
  26. Version 1.1 (2003 November 17)
  27. * big-endian bitpacker routines for Theora
  28. * various portability fixes
  29. * improved API documenation
  30. * RFC 3533 documentation of the format by Silvia Pfeiffer at CSIRO
  31. * RFC 3534 documentation of the application/ogg mime-type by Linus Walleij
  32. Version 1.0 (2002 July 19)
  33. * First stable release
  34. * little-endian bitpacker routines for Vorbis
  35. * basic Ogg bitstream sync and coding support