[Ffmpeg-devel] [RFC] WavPack lossless audio decoder

Kostya kostya.shishkov
Thu Sep 28 07:10:45 CEST 2006


On Wed, Sep 27, 2006 at 12:42:53PM +0300, Uoti Urpala wrote:
> On Wed, 2006-09-27 at 07:33 +0300, Kostya wrote:
> > On Tue, Sep 26, 2006 at 01:49:32PM +0300, Uoti Urpala wrote:
> > > I tried this on a few files on x86 and got several CRC error messages. I
> > > uploaded one completely failing file named 'snow.wv' to mplayerhq
> > > incoming.
> >  
> > Try with current SVN, I committed fixed version. Your sample is decoded OK with it.
> 
> My earlier testing was with the committed version already, and it hasn't
> changed after the first commit. I get CRC error messages only and no
> audio when playing that file. Some other files produced mostly
> OK-sounding audio but some CRC errors.
 
Fixed. The reason lies in x86 get_bits() implementation. While on PPC (which is now my
primary dev platform) get_bits(gb, 0) behave correctly, it messes with current bit
position on x86.




More information about the ffmpeg-devel mailing list