summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2014-05-31Add VDPAU_DRIVER_PATH supportEmil Velikov1-0/+2
Allow the user to specify the location of the backend driver, via the VDPAU_DRIVER_PATH environment variable. This allows easier testing of VDPAU backends without the need to rebuild libvdpau. Inspired by LIBGL_DRIVERS_PATH from mesa. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2014-02-20Fix incorrect VdpPictureInfo typedef.Reimar Döffinger1-2/+2
VdpPictureInfo should not be a pointer, otherwise the VdpDecoderRender function signature asks for a pointer to a pointer. But it really does expect a pointer directly to e.g. VdpPictureInfoH264. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Tested-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2010-09-07vdpau.h: Clarify video mixer field amount recommendationAnssi Hannula1-1/+1
Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2010-02-10More doc issues pointed out by Xine authors.Stephen Warren2-6/+11
* 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. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2010-02-08vpdau.h: Fix typo and clarify wording.Stephen Warren1-5/+5
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2010-01-28YV12 documentation fix.Stephen Warren1-1/+1
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2010-01-28Documentation enhancements for Uoti from ffmpeg.Stephen Warren1-24/+35
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2009-11-17Update VDPAU_VERSION and add VDPAU_INTERFACE_VERSIONStephen Warren1-4/+25
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2009-11-17Move VDPAU drivers into their own module directory.Aaron Plattner1-7/+9
* Add a --with-module-dir configure parameter. * Pass the moduledir into the wrapper. Use it to construct the path to search for drivers. Require drivers to end in a ".1" version, in case we ever want to rev. the interface between the wrapper and the drivers. * If no driver is found in the new module dir, look for one in the default search paths. This is intended to find libvdpau_nvidia.so for drivers that predate the change to move it, and can be removed in the future. * Stash the moduledir into vdpau.pc. Drivers can find this with `pkg-config --variable=moduledir vdpau`. * Add a version to libvdpau_trace.so in case the interface between it and libvdpau.so ever changes. * Install libvdpau_trace.so.1 to moduledir instead of libdir. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com>
2009-10-23Documentation updates.Stephen Warren1-3/+85
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
2009-09-04Updates for the NVIDIA 190.32 driver release.Aaron Plattner1-1/+145
Add profiles for MPEG-4 part 2, DivX 4, and DivX 5. Also add new high quality scaling options.
2009-03-25vdpau.h typo fix: "thread_1" should have been "thread_2"Aaron Plattner1-1/+1
2009-03-15vdpau{,_x11}.h: Trailing whitespace removalAaron Plattner2-741/+741
2009-03-15vdpau.h: Document exact bitstream data requirementsAaron Plattner1-1/+87
2009-03-05Docs: Fix some VdpDecoderRender references that should have been ↵Aaron Plattner1-6/+6
VdpVideoMixerRender.
2009-02-18Add a "Skip chroma deinterlace" feature, improve VdpVideoMixer documentation.Aaron Plattner1-103/+265
2009-02-13Update VC-1 SP/MP range reduction documentation.Aaron Plattner1-1/+3
2009-02-06Fix a typo in the VdpOutputSurfaceRenderBitmapSurface documentation.Aaron Plattner1-2/+2
2009-01-13Initial commit.Aaron Plattner2-0/+3982