OSDN Git Service

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