annotate src/libogg-1.3.0/CHANGES @ 1:05aa0afa9217

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