[Mesa-dev] [PATCH 7/7] st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRenderOutputSurface

Christian König deathsimple at vodafone.de
Thu Sep 1 08:08:45 PDT 2011


Am Donnerstag, den 01.09.2011, 08:09 -0600 schrieb Kevin DeKorte:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 09/01/2011 07:50 AM, Christian König wrote:
> > This gets mplayers menu overlay working.
> > 
> > Signed-off-by: Christian König <deathsimple at vodafone.de> --- 
> > src/gallium/state_trackers/vdpau/device.c        |    3 + 
> > src/gallium/state_trackers/vdpau/mixer.c         |   13 +- 
> > src/gallium/state_trackers/vdpau/output.c        |  258
> > +++++++++++++++++++++- 
> > src/gallium/state_trackers/vdpau/vdpau_private.h |   52 ++++- 4
> > files changed, 307 insertions(+), 19 deletions(-)
> 
> Does this patch also make mplayer subtitles (including ASS subtitles)
> work as well?
Haven't tried that yet, but it's possible.

VDPAU offer a wide range of different methods to compose the picture
displayed and I don't know wich one is used for subtitles.

This patch makes at least the volume and progress bar working correctly.

Christian.



More information about the mesa-dev mailing list