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