[Mplayer-cvslog] CVS: main/libvo vo_cvidix.c,1.7,1.8

Ivan Kalvachev ivan at cacad.com
Wed Jul 7 23:10:45 CEST 2004


D Richard Felker III said:
> On Tue, Jul 06, 2004 at 10:05:12PM +0200, Sascha Sommer wrote:
>> > OK, feel free to make these changes. But the default should (IMO) be
>> > centered and the color key should not be enabled since it makes the
>> > movie invisible!
>> >
>>
>> Centered is no problem, but I don't know how to make nocolorkey default
>> without removing the ability to optionally use colorkeying
>> as -nocolorkey and colorkey use the same config variable.
>> After all vo cvidix is stil a dumb driver.
>
> How does colorkey support make sense at all for a vo driver that
> doesn't have a window and that can't paint the colorkey?? IMO it's
> nonsense...

All text mode are acutally graphic modes where pixels are calculated at
runtime by hardware. It include reading ROM/RAM charsets that indicate
foreground/backround color. The actuall index of the color is defined by
additional (char) byte, and the color is index in palette.

If you need more background information I recomend you SVGATextMode
documentation. This project brings custom modelines in text mode,
including custom modes.

So You can change the color of character, and in some chipsets it may
have same meaning.
Anyway, I never managed to make cvidix work for me, no mater that I
have same video card as in Gabucino's successful report. Well, I haven't tried
very hard...

Best Regards
   Ivan Kalvachev
  iive




More information about the MPlayer-cvslog mailing list