[MPlayer-dev-eng] [PATCH] nvidia vidix AMD64, equalizer etc.

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Fri Sep 2 22:07:47 CEST 2005


Hi,
On Thu, Sep 01, 2005 at 06:56:14PM +0200, Reimar D?ffinger wrote:
> the attached patch fixes several things (I sent the all in one patch to
> get comments).
> 1) It adds FX Go 5700 to the supported cards.
> 2) It changes some int / int32_t to intptr_t to make it work in 64 bit
> 3) changes some ifdefs in libdha/mtrr.c so it will work on AMD64
> 4) Adds equalizer support (brightness, contrast, saturation and hue).
> Somebody should test on older hardware
> 5) changes int x=info->wx?info->wx:8, y=info->wy?info->wy:8; to
> int x=info->wx, y=info->wy; since it gives ugly borders on top and right
> with cvidix and fullscreen. Why was this done? Is this needed for some
> cards? Removing it gave no problems for me and fixed the issue with
> cvidix...
> 
> Please comment and test (and maybe at least the list of supported devices
> should be synced from upstream).

Any comments? If not I will start applying part after part, probably
starting with 1) 2) and 4)

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list