1 libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20080501"
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.
14 libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622"
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
22 * build system updates
23 * minor corrections to the specification
25 libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304"
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
32 libvorbis 1.1.1 (2005-06-27) -- "Xiph.Org libVorbis I 20050304"
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
39 libvorbis 1.1.0 (2004-09-22) -- "Xiph.Org libVorbis I 20040629"
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
49 * various packaging improvements
51 libvorbis 1.0.1 (2003-11-17) -- "Xiph.Org libVorbis I 20030909"
54 * specification corrections
55 * new crosslap and halfrate APIs for game use
56 * packaging and build updates
58 libvorbis 1.0.0 (2002-07-19) -- "Xiph.Org libVorbis I 20020717"
60 * first stable release