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