media/libogg/CHANGES

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1 Version 1.3.0 (2011 August 4)
michael@0 2
michael@0 3 * Add ogg_stream_flush_fill() call
michael@0 4 This produces longer packets on flush, similar to
michael@0 5 what ogg_stream_pageout_fill() does for single pages.
michael@0 6 * Windows build fixes
michael@0 7
michael@0 8 Version 1.2.2 (2010 December 07)
michael@0 9
michael@0 10 * Build fix (types correction) for Mac OS X
michael@0 11 * Update win32 project files to Visual Studio 2008
michael@0 12 * ogg_stream_pageout_fill documentation fix
michael@0 13
michael@0 14 Version 1.2.1 (2010 November 01)
michael@0 15
michael@0 16 * Various build updates (see SVN)
michael@0 17 * Add ogg_stream_pageout_fill() to API to allow applications
michael@0 18 greater explicit flexibility in page sizing.
michael@0 19 * Documentation updates including multiplexing description,
michael@0 20 terminology and API (incl. ogg_packet_clear(),
michael@0 21 ogg_stream_pageout_fill())
michael@0 22 * Correct possible buffer overwrite in stream encoding on 32 bit
michael@0 23 when a single packet exceed 250MB.
michael@0 24 * Correct read-buffer overrun [without side effects] under
michael@0 25 similar circumstances.
michael@0 26 * Update unit testing to work properly with new page spill
michael@0 27 heuristic.
michael@0 28
michael@0 29 Version 1.2.0 (2010 March 25)
michael@0 30
michael@0 31 * Alter default flushing behavior to span less often and use larger page
michael@0 32 sizes when packet sizes are large.
michael@0 33 * Build fixes for additional compilers
michael@0 34 * Documentation updates
michael@0 35
michael@0 36 Version 1.1.4 (2009 June 24)
michael@0 37
michael@0 38 * New async error reporting mechanism. Calls made after a fatal error are
michael@0 39 now safely handled in the event an error code is ignored
michael@0 40 * Added allocation checks useful to some embedded applications
michael@0 41 * fix possible read past end of buffer when reading 0 bits
michael@0 42 * Updates to API documentation
michael@0 43 * Build fixes
michael@0 44
michael@0 45 Version 1.1.3 (2005 November 27)
michael@0 46
michael@0 47 * Correct a bug in the granulepos field of pages where no packet ends
michael@0 48 * New VS2003 and XCode builds, minor fixes to other builds
michael@0 49 * documentation fixes and cleanup
michael@0 50
michael@0 51 Version 1.1.2 (2004 September 23)
michael@0 52
michael@0 53 * fix a bug with multipage packet assembly after seek
michael@0 54
michael@0 55 Version 1.1.1 (2004 September 12)
michael@0 56
michael@0 57 * various bugfixes
michael@0 58 * important bugfix for 64-bit platforms
michael@0 59 * various portability fixes
michael@0 60 * autotools cleanup from Thomas Vander Stichele
michael@0 61 * Symbian OS build support from Colin Ward at CSIRO
michael@0 62 * new multiplexed Ogg stream documentation
michael@0 63
michael@0 64 Version 1.1 (2003 November 17)
michael@0 65
michael@0 66 * big-endian bitpacker routines for Theora
michael@0 67 * various portability fixes
michael@0 68 * improved API documenation
michael@0 69 * RFC 3533 documentation of the format by Silvia Pfeiffer at CSIRO
michael@0 70 * RFC 3534 documentation of the application/ogg mime-type by Linus Walleij
michael@0 71
michael@0 72 Version 1.0 (2002 July 19)
michael@0 73
michael@0 74 * First stable release
michael@0 75 * little-endian bitpacker routines for Vorbis
michael@0 76 * basic Ogg bitstream sync and coding support
michael@0 77

mercurial