[Ffmpeg-devel] [PATCH] cook compatible decoder

Michael Niedermayer michaelni
Mon Nov 7 22:54:01 CET 2005


Hi

On Sun, Nov 06, 2005 at 11:23:47PM +0100, Benjamin Larsson wrote:
> Benjamin Larsson wrote:
> 
> >http://tranquillity.campus.luth.se/~banan/cook/
> >
> >patch -p0 <cookffmpeg.patch
> >
> >Please review, test and comment. The rm demuxer patch is made by Roberto
> >Togni.
> >I think the decoder wont work on BE systems.
> >
> >MvH
> >Benjamin Larsson
> >  
> >
> Revised patch is up now, following has changed:
> BE fixes, one vlc table wasn't correct. Decoder should work on BE now.
> Removed an unused buffer.
> Silenced some av_logs.
> Buffers are aligned.
> Patch updated.
> 
> The extradata handling has not been changed. The rm containter and codecs
> are not easy separated.

what exactly is the problem here? except the byte order of extradata, which 
seems a trivial thing to fix, just store the stuff in big endian order
instead of native or always little endian if you prefer

[...]
-- 
Michael





More information about the ffmpeg-devel mailing list