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