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