Update CHANGES for release
[platform/upstream/libvorbis.git] / CHANGES
1 libvorbis 1.2.2 (2009-06-24) -- "Xiph.Org libVorbis I 20090624"
2
3  * define VENDOR and ENCODER strings
4  * seek correctly in files bigger than 2 GB (Windows)
5  * fix regression from CVE-2008-1420; 1.0b1 files work again
6  * mark all tables as constant to reduce memory occupation
7  * additional decoder hardening against malicious streams
8  * substantially reduce amount of seeking performed by Vorbisfile
9  * Multichannel decode bugfix 
10  * build system updates
11  * minor specification clarifications/fixes
12
13 libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20080501"
14
15  * Improved robustness with corrupt streams.
16  * New ov_read_filter() vorbisfile call allows filtering decoded
17    audio as floats before converting to integer samples.
18  * Fix an encoder bug with multichannel streams.
19  * Replaced RTP payload format draft with RFC 5215.
20  * Bare bones self test under 'make check'.
21  * Fix a problem encoding some streams between 14 and 28 kHz.
22  * Fix a numerical instability in the edge extrapolation filter.
23  * Build system improvements.
24  * Specification correction.
25
26 libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622"
27
28  * new ov_fopen() convenience call that avoids the common
29    stdio conflicts with ov_open() and MSVC runtimes.
30  * libvorbisfile now handles multiplexed streams
31  * improve robustness to corrupt input streams
32  * fix a minor encoder bug
33  * updated RTP draft
34  * build system updates
35  * minor corrections to the specification
36
37 libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304"
38
39  * fix a serious encoder bug with gcc 4 optimized builds
40  * documentation and spec fixes
41  * updated VS2003 and XCode builds
42  * new draft RTP encapsulation spec
43
44 libvorbis 1.1.1 (2005-06-27) -- "Xiph.Org libVorbis I 20050304"
45
46  * bug fix to the bitrate management encoder interface
47  * bug fix to properly set packetno field in the encoder
48  * new draft RTP encapsulation spec
49  * library API documentation improvements
50
51 libvorbis 1.1.0 (2004-09-22) -- "Xiph.Org libVorbis I 20040629"
52
53  * merges tuning improvements from Aoyumi's aoTuV with fixups
54  * new managed bitrate (CBR) mode support
55  * new vorbis_encoder_ctl() interface
56  * extensive documentation updates
57  * application/ogg mimetype is now official
58  * autotools cleanup from Thomas Vander Stichele
59  * SymbianOS build support from Colin Ward at CSIRO
60  * various bugfixes
61  * various packaging improvements
62
63 libvorbis 1.0.1 (2003-11-17) -- "Xiph.Org libVorbis I 20030909"
64
65  * numerous bug fixes
66  * specification corrections
67  * new crosslap and halfrate APIs for game use
68  * packaging and build updates
69
70 libvorbis 1.0.0 (2002-07-19) -- "Xiph.Org libVorbis I 20020717"
71
72  * first stable release
73