Document that the ov_read functions can return OV_EINVAL if the
[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  * Updated RTP payload format draft.
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
13 libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622"
14
15  * new ov_fopen() convenience call that avoids the common
16    stdio conflicts with ov_open() and MSVC runtimes.
17  * libvorbisfile now handles multiplexed streams
18  * improve robustness to corrupt input streams
19  * fix a minor encoder bug
20  * updated RTP draft
21  * build system updates
22  * minor corrections to the specification
23
24 libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304"
25
26  * fix a serious encoder bug with gcc 4 optimized builds
27  * documentation and spec fixes
28  * updated VS2003 and XCode builds
29  * new draft RTP encapsulation spec
30
31 libvorbis 1.1.1 (2005-06-27) -- "Xiph.Org libVorbis I 20050304"
32
33  * bug fix to the bitrate management encoder interface
34  * bug fix to properly set packetno field in the encoder
35  * new draft RTP encapsulation spec
36  * library API documentation improvements
37
38 libvorbis 1.1.0 (2004-09-22) -- "Xiph.Org libVorbis I 20040629"
39
40  * merges tuning improvements from Aoyumi's aoTuV with fixups
41  * new managed bitrate (CBR) mode support
42  * new vorbis_encoder_ctl() interface
43  * extensive documentation updates
44  * application/ogg mimetype is now official
45  * autotools cleanup from Thomas Vander Stichele
46  * SymbianOS build support from Colin Ward at CSIRO
47  * various bugfixes
48  * various packaging improvements
49
50 libvorbis 1.0.1 (2003-11-17) -- "Xiph.Org libVorbis I 20030909"
51
52  * numerous bug fixes
53  * specification corrections
54  * new crosslap and halfrate APIs for game use
55  * packaging and build updates
56
57 libvorbis 1.0.0 (2002-07-19) -- "Xiph.Org libVorbis I 20020717"
58
59  * first stable release
60