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