[vorbis-dev] Oggenc bug & other

Monty xiphmont at xiph.org
Sat Jan 13 17:41:38 PST 2001



> 1. There is an encoding bug in the beta 3 (downloaded exe from the
>    vorbis.com) and in the latest CVS (jan. 10.) too (compiled with
>    MSVC 6.0):
>    If the file contains some non-audible noise at the begin or at the end,
>    the encoder/decoder makes some large clips in the output file,
>    if the bitrate is 350kbit/s . If I use 256kbit/s or less - it seems -
>    the problem's gone.

This bug has been fixed for several weeks.  Are you sure you compiled
from CVS?

> 4. a small modification in sharedbook.c:
>     float _float32_unpack(long val){
>      long  exp =(val&0x7fe00000)>>VQ_FMAN;  // this have to be long, not
> float (or not?)

It isn't float.  I'm not sure what exactly the problem you're
reporting is here... That the constant needs a 'L' suffix?  That would
only generate a warning (and yes the 'L' should be there).

Monty

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list