Update CHANGES file.
[platform/upstream/libvorbis.git] / CHANGES
1 libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20080501"
2
3  * Improved robustness with corrupt streams.
4  * New ov_read_filter() vorbisfile call allows filtering decoded
5    audio as floats before converting to integer samples.
6  * Replaced RTP payload format draft with RFC 5215.
7  * Bare bones self test under 'make check'.
8  * Fix a problem encoding some streams between 14 and 28 kHz.
9  * Fix a numerical instability in the edge extrapolation filter.
10  * Build system improvements.
11  * Specification correction.
12  * Added VS2008 build files.
13
14 libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622"
15
16  * new ov_fopen() convenience call that avoids the common
17    stdio conflicts with ov_open() and MSVC runtimes.
18  * libvorbisfile now handles multiplexed streams
19  * improve robustness to corrupt input streams
20  * fix a minor encoder bug
21  * updated RTP draft
22  * build system updates
23  * minor corrections to the specification
24
25 libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304"
26
27  * fix a serious encoder bug with gcc 4 optimized builds
28  * documentation and spec fixes
29  * updated VS2003 and XCode builds
30  * new draft RTP encapsulation spec
31
32 libvorbis 1.1.1 (2005-06-27) -- "Xiph.Org libVorbis I 20050304"
33
34  * bug fix to the bitrate management encoder interface
35  * bug fix to properly set packetno field in the encoder
36  * new draft RTP encapsulation spec
37  * library API documentation improvements
38
39 libvorbis 1.1.0 (2004-09-22) -- "Xiph.Org libVorbis I 20040629"
40
41  * merges tuning improvements from Aoyumi's aoTuV with fixups
42  * new managed bitrate (CBR) mode support
43  * new vorbis_encoder_ctl() interface
44  * extensive documentation updates
45  * application/ogg mimetype is now official
46  * autotools cleanup from Thomas Vander Stichele
47  * SymbianOS build support from Colin Ward at CSIRO
48  * various bugfixes
49  * various packaging improvements
50
51 libvorbis 1.0.1 (2003-11-17) -- "Xiph.Org libVorbis I 20030909"
52
53  * numerous bug fixes
54  * specification corrections
55  * new crosslap and halfrate APIs for game use
56  * packaging and build updates
57
58 libvorbis 1.0.0 (2002-07-19) -- "Xiph.Org libVorbis I 20020717"
59
60  * first stable release
61