CHANGES 1.3 KB

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