CHANGES 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. Version 1.2.1 (2010 November 01)
  2. * Various build updates (see SVN)
  3. * Add ogg_stream_pageout_fill() to API to allow applications
  4. greater explicit flexibility in page sizing.
  5. * Documentation updates including multiplexing description,
  6. terminology and API (incl. ogg_packet_clear(),
  7. ogg_stream_pageout_fill())
  8. * Correct possible buffer overwrite in stream encoding on 32 bit
  9. when a single packet exceed 250MB.
  10. * Correct read-buffer overrun [without side effects] under
  11. similar circumstances.
  12. * Update unit testing to work properly with new page spill
  13. heuristic.
  14. Version 1.2.0 (2010 March 25)
  15. * Alter default flushing behavior to span less often and use larger page
  16. sizes when packet sizes are large.
  17. * Build fixes for additional compilers
  18. * Documentation updates
  19. Version 1.1.4 (2009 June 24)
  20. * New async error reporting mechanism. Calls made after a fatal error are
  21. now safely handled in the event an error code is ignored
  22. * Added allocation checks useful to some embedded applications
  23. * fix possible read past end of buffer when reading 0 bits
  24. * Updates to API documentation
  25. * Build fixes
  26. Version 1.1.3 (2005 November 27)
  27. * Correct a bug in the granulepos field of pages where no packet ends
  28. * New VS2003 and XCode builds, minor fixes to other builds
  29. * documentation fixes and cleanup
  30. Version 1.1.2 (2004 September 23)
  31. * fix a bug with multipage packet assembly after seek
  32. Version 1.1.1 (2004 September 12)
  33. * various bugfixes
  34. * important bugfix for 64-bit platforms
  35. * various portability fixes
  36. * autotools cleanup from Thomas Vander Stichele
  37. * Symbian OS build support from Colin Ward at CSIRO
  38. * new multiplexed Ogg stream documentation
  39. Version 1.1 (2003 November 17)
  40. * big-endian bitpacker routines for Theora
  41. * various portability fixes
  42. * improved API documenation
  43. * RFC 3533 documentation of the format by Silvia Pfeiffer at CSIRO
  44. * RFC 3534 documentation of the application/ogg mime-type by Linus Walleij
  45. Version 1.0 (2002 July 19)
  46. * First stable release
  47. * little-endian bitpacker routines for Vorbis
  48. * basic Ogg bitstream sync and coding support