2009/3/4 Felix Kaechele <felix(a)fetzig.org>:
Hello List!
I'm sure that at least the maintainers of mplayer and ffmpeg have considered
adding this. I have adjusted the SPEC files locally on my machine to test
VDPAU. Now I wanted to know if it would be possible to include VDPAU support
in packages in RPMFusion?
One main issue I'd see is that VDPAU support would make the packages that
support it nonfree wether or not they are basically free, since they would
have a BuildRequirement on xorg-x11-drv-nvidia-devel.
What are your opinions?
Of course, if it was the case, then we couldn't
redistribute anything
compiled with vdpau.
Actually, the library use the same mechanism as XvMC, with an open
source library wrapper exposing the public API.
Then that wrapper will open any vendor vdpau provider library, either
it is open or closed source. In the current situation, the wrapper is
provided as a binary form within the nvidia driver, but can be
packaged from the opensource version also. (cannot remember the url)
It could be possible to have the opensource version packaged in
fedora. But given the problem it will give (API version missmatch,
stability), I wouldn't recommand to do so at this time. Then, one
should notice that dispite the vdpau API is open, there is no
opensource implementation of it yet. (so it could be prevented in
fedora, for that weird reason).
Nicolas (kwizart)
Greetings,
Felix