pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/libvdpau
Module Name: pkgsrc
Committed By: cheusov
Date: Sun Dec 2 12:15:08 UTC 2012
Modified Files:
pkgsrc/multimedia/libvdpau: Makefile PLIST distinfo
Log Message:
Update libvdpau to 0.5.0. Tested on RHEL.
-
Implement workarounds for Adobe Flash bugs
Implement two workarounds:
1) Swap U and V planes to VdpVideoSurfacePutBitsYCbCr to fix blue-tinged
videos.
2) Disable VdpPresentationQueueSetBackgroundColor, so that Flash doesn't
set the background to pure black or pure white, which would cause the
VDPAU image to bleed through to other parts of the desktop with those
very common colors.
-
vdpau_wrapper.c: Track dynamic library handles and free them on exit
using __attribute__((destructor))
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/multimedia/libvdpau/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/multimedia/libvdpau/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/libvdpau/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index