michael@0: Version 1.3.0 (2011 August 4) michael@0: michael@0: * Add ogg_stream_flush_fill() call michael@0: This produces longer packets on flush, similar to michael@0: what ogg_stream_pageout_fill() does for single pages. michael@0: * Windows build fixes michael@0: michael@0: Version 1.2.2 (2010 December 07) michael@0: michael@0: * Build fix (types correction) for Mac OS X michael@0: * Update win32 project files to Visual Studio 2008 michael@0: * ogg_stream_pageout_fill documentation fix michael@0: michael@0: Version 1.2.1 (2010 November 01) michael@0: michael@0: * Various build updates (see SVN) michael@0: * Add ogg_stream_pageout_fill() to API to allow applications michael@0: greater explicit flexibility in page sizing. michael@0: * Documentation updates including multiplexing description, michael@0: terminology and API (incl. ogg_packet_clear(), michael@0: ogg_stream_pageout_fill()) michael@0: * Correct possible buffer overwrite in stream encoding on 32 bit michael@0: when a single packet exceed 250MB. michael@0: * Correct read-buffer overrun [without side effects] under michael@0: similar circumstances. michael@0: * Update unit testing to work properly with new page spill michael@0: heuristic. michael@0: michael@0: Version 1.2.0 (2010 March 25) michael@0: michael@0: * Alter default flushing behavior to span less often and use larger page michael@0: sizes when packet sizes are large. michael@0: * Build fixes for additional compilers michael@0: * Documentation updates michael@0: michael@0: Version 1.1.4 (2009 June 24) michael@0: michael@0: * New async error reporting mechanism. Calls made after a fatal error are michael@0: now safely handled in the event an error code is ignored michael@0: * Added allocation checks useful to some embedded applications michael@0: * fix possible read past end of buffer when reading 0 bits michael@0: * Updates to API documentation michael@0: * Build fixes michael@0: michael@0: Version 1.1.3 (2005 November 27) michael@0: michael@0: * Correct a bug in the granulepos field of pages where no packet ends michael@0: * New VS2003 and XCode builds, minor fixes to other builds michael@0: * documentation fixes and cleanup michael@0: michael@0: Version 1.1.2 (2004 September 23) michael@0: michael@0: * fix a bug with multipage packet assembly after seek michael@0: michael@0: Version 1.1.1 (2004 September 12) michael@0: michael@0: * various bugfixes michael@0: * important bugfix for 64-bit platforms michael@0: * various portability fixes michael@0: * autotools cleanup from Thomas Vander Stichele michael@0: * Symbian OS build support from Colin Ward at CSIRO michael@0: * new multiplexed Ogg stream documentation michael@0: michael@0: Version 1.1 (2003 November 17) michael@0: michael@0: * big-endian bitpacker routines for Theora michael@0: * various portability fixes michael@0: * improved API documenation michael@0: * RFC 3533 documentation of the format by Silvia Pfeiffer at CSIRO michael@0: * RFC 3534 documentation of the application/ogg mime-type by Linus Walleij michael@0: michael@0: Version 1.0 (2002 July 19) michael@0: michael@0: * First stable release michael@0: * little-endian bitpacker routines for Vorbis michael@0: * basic Ogg bitstream sync and coding support michael@0: