summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-06-20VDPAU: Fix build flags to pull in gst-plugins-base libsJan Schmidt1-2/+2
2009-06-20VDPAU: Enhance the configure testsJan Schmidt1-2/+3
Check for the VDPAU headers in /usr/include/nvidia as they are on some platforms (Fedora/rpmfusion). Also check that the libvdpau library is available.
2009-06-20vdpaumpegdec: rename gstvdpmpegdecoder.[ch] to gstvdpmpegdec.[ch]Carl-Anton Ingmarsson1-2/+2
2009-06-20vpdaumpegdec: remove useless GstVdpDecoder baseclassCarl-Anton Ingmarsson1-2/+0
2009-06-20vdpau: rename all files and objects from Vdpau to VdpCarl-Anton Ingmarsson1-13/+13
2009-06-20vdpau: add new GstVdpauYUVVideo elementCarl-Anton Ingmarsson1-2/+4
the GstVdpauYUVVideo element takes raw YUV video and outputs GstVdpauVideoBuffers
2009-06-20vdpau: move plugin definition to a new gstvdpau.c file fix up debug categoriesCarl-Anton Ingmarsson1-1/+2
2009-06-20vdpau: add new GstVdpauVideoYUV elementCarl-Anton Ingmarsson1-1/+5
GstVdpauDecoder now pushes GstVdpauVideoBuffers instead of doing VdpSurface -> YUV conversion. To get YUV data you now put in a GstVdpauVideoYUV element which takes GstVdpauVideoBuffers and outputs YUV data.
2009-06-20vdpau: rename gst-vdpau-device.[ch] to gstvdpaudevice.[ch]Carl-Anton Ingmarsson1-2/+2
2009-06-20vdpau: remove extra \ from Makefile.amCarl-Anton Ingmarsson1-1/+1
2009-06-20vdpau: add gstvdpaudevice for abstracting vdpau initalizationCarl-Anton Ingmarsson1-2/+4
2009-06-20vdpau: MPEG1 decoding know gives recognizable outputCarl-Anton Ingmarsson1-1/+2
2009-06-20vdpau: store vdpau function pointers in a local structureCarl-Anton Ingmarsson1-1/+0
2009-06-20vdpau: extract mpeg2 profile from codec_dataCarl-Anton Ingmarsson1-4/+6
2009-06-20vdpau: focus on mpeg instead of h264Carl-Anton Ingmarsson1-2/+2
2009-06-20vdpau: implement downstream caps negotiationCarl-Anton Ingmarsson1-2/+5
2009-06-20vdpau: add basic base class for vdpau decodersCarl-Anton Ingmarsson1-6/+9
2009-06-20add new vdpau directoryCarl-Anton Ingmarsson1-0/+11