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