[MPlayer-dev-eng] [PATCH] 0 bit rle fix

Roberto Togni r_togni at libero.it
Sun Jan 26 22:38:32 CET 2003


On 2003.01.26 22:11 Arpi wrote:
> Hi,
> 
> > This patch solves the 0-bit rle problem.
> > 32 bit is a valid depth, and means rgb + alpha channel.
[...]
I also implemented 32 bit rle decoder. It works with the 32x2 movie :), 
but i don't have any other sample to test it (files on mphq are 24 bit 
or less).
Should i commit it or wait after 0.90?

BTW, you were right about that file. It has a sprite section that 
contains two gif images and an url.
It could be interesting to extract the url, to allow redirection when 
used with browser plugin. I'll check if the data can be easily parsed 
(looks like a sequence of qt atoms), else i'll do a brute force search 
for a string starting with "<http://" and ending with ">". Is it ok to 
change the demuxer type to playlist, as it's done for regular reference 
movies, or is that a special case?

Ciao,
  Roberto



More information about the MPlayer-dev-eng mailing list