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