[Vorbis] libvorbis 1.2.0 release
Ian Malone
ibmalone at gmail.com
Fri Jul 27 15:05:08 PDT 2007
On 26/07/07, Ralph Giles <giles at xiph.org> wrote:
> A new libvorbis release is now available.
> libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622"
>
> * new ov_fopen() convenience call that avoids the common
> stdio conflicts with ov_open() and MSVC runtimes.
> * libvorbisfile now handles multiplexed streams
> * improve robustness to corrupt input streams
> * fix a minor encoder bug
> * updated RTP draft
> * build system updates
> * minor corrections to the specification
>
Nice to see this (and liking the multiplexed stream support).
Should I be worried by minor differences when round-tripping
through oggenc/oggdec compared to libvorbis 1.1.2?
[ian at prometheus tmp]$ cmp 1.1.wav 1.2.wav
1.1.wav 1.2.wav differ: byte 195111, line 615
[ian at prometheus tmp]$ cmp -i 200000 1.1.wav 1.2.wav
1.1.wav 1.2.wav differ: byte 3, line 1
[ian at prometheus tmp]$ cmp -i 220000 1.1.wav 1.2.wav
1.1.wav 1.2.wav differ: byte 143037, line 318
[ian at prometheus tmp]$
(en/de-coded using the same version of vorbis-tools,
-q6, haven't tried crossing to find out if the difference
is due to the encode, decode or both)
--
imalone
More information about the Vorbis
mailing list