annotate src/libogg-1.3.0/CHANGES @ 169:223a55898ab9 tip default

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