summaryrefslogtreecommitdiff
path: root/multimedia/libvdpau
AgeCommit message (Collapse)AuthorFilesLines
2012-12-02Update libvdpau to 0.5.0. Tested on RHEL.cheusov3-11/+21
- 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))
2012-12-02Fix MACHINE_ARCH comparison (amd64 vs. x86_64)cheusov1-4/+4
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2011-10-09Update my emailcheusov1-2/+2
2011-02-20Restrict availability even more. From Aleksey Cheusov in answer to PR 44615.wiz1-3/+8
2011-02-20Solaris fix from maintainer Aleksey Cheusov in PR 44611.wiz2-1/+16
2011-01-25Explicitly disable documentation otherwise will be installed if requiredmarkd1-1/+2
commands happen to be found.
2010-11-09Update to 0.4.1, provided by Aleksey Cheusov in private email.wiz2-6/+6
Changes since 0.4: vdpau.h: Clarify video mixer field amount recommendation More doc issues pointed out by Xine authors. * Fix Doxygen warning; it gets confused by quotes. * Add subsection names, so part of the title doesn't get swallowed as the subsection name. * Document data required from MPEG-4 Part 2 & DivX bitstream. vpdau.h: Fix typo and clarify wording.
2010-09-01s/wip/multimedia/gwiz1-3/+3
2010-09-01Initial import of libvdpau-0.4, packaged by Aleksey Cheusov for wip.wiz6-0/+96
The Video Decode and Presentation API for Unix (VDPAU) provides a complete solution for decoding, post-processing, compositing, and displaying compressed or uncompressed video streams. These video streams may be combined (composited) with bitmap content, to implement OSDs and other application user interfaces. This VDPAU API allows video programs to offload portions of the video decoding process and video post-processing to the GPU video-hardware.