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