Blame CHANGES

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