Mailinglist Archive: radeonhd (288 mails)

< Previous Next >
[radeonhd] xf86-video-radeonhd:master: 1 commit(s)
  • From: yzhao@xxxxxxxxxxxxxxxxxxxxxx (Yang Zhao)
  • Date: Wed, 29 Jul 2009 15:36:30 -0700 (PDT)
  • Message-id: <20090729223630.DB05310051@xxxxxxxxxxxxxxxxxxxxxx>
Reporting from xf86-video-radeonhd: Radeon HD video driver

Please visit:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd
Or get your own copy by using:
git-clone git://anongit.freedesktop.org/xorg/driver/xf86-video-radeonhd

Commit against master at ca21df5b...:
commit 9cabfb076b874f9ab17bb4d219ac492d55e77abb
Author: Yang Zhao <yang@xxxxxxxxxx>
Date: Mon Jul 27 23:08:42 2009 -0700

Xv: Make color space selectable on r6xx/r7xx

Add functionality to switch between Rec.601 and Rec.709 color space
conversion constants.

Default behaviour is to use Rec.709 for videos 928px or wider,
and Rec.601 otherwise. Force a particular color space by setting the
new XV_COLORSPACE attribute to 1 (Rec.601) or 2 (Rec.709). A value of 0
means do auto-detection.

man page updated accordingly.

This is a follow-up to bug #22901.

diffstat:
man/radeonhd.man | 25 +++++++++++++++++++
src/r600_textured_videofuncs.c | 30 ++++++++++++++++++++++-
src/rhd_video.c | 47 +++++++++++++++++++++++++++++++++----
src/rhd_video.h | 9 +++++++
4 files changed, 104 insertions(+), 7 deletions(-)

gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=9cabfb07


--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx

< Previous Next >