summaryrefslogtreecommitdiffstats
path: root/sys/vdpau
AgeCommit message (Expand)AuthorFilesLines
2009-06-20vdpau: add new GstVdpauVideoYUV elementCarl-Anton Ingmarsson9-306/+721
2009-06-20vdpau: small indent fixCarl-Anton Ingmarsson1-2/+2
2009-06-20vdpau: remove obosolete FIXME and some debug prints from gstvdpaudevice.cCarl-Anton Ingmarsson1-3/+0
2009-06-20vdpau: commit rename of gst-vdpau-device.h to gstvdpaudevice.hCarl-Anton Ingmarsson1-0/+0
2009-06-20vdpau: remove gst-vdpau-device.cCarl-Anton Ingmarsson1-267/+0
2009-06-20vdpau: rename gst-vdpau-device.[ch] to gstvdpaudevice.[ch]Carl-Anton Ingmarsson3-3/+270
2009-06-20vdpau: change all references of "gst_vdpaudecoder*" to "gst_vdpau_decoder"Carl-Anton Ingmarsson2-25/+25
2009-06-20vdpau: make the decoder clean up after itselfCarl-Anton Ingmarsson2-2/+32
2009-06-20vdpau: remove extra \ from Makefile.amCarl-Anton Ingmarsson1-1/+1
2009-06-20vdpau: add gstvdpaudevice for abstracting vdpau initalizationCarl-Anton Ingmarsson7-213/+392
2009-06-20vdpau: remove commentCarl-Anton Ingmarsson1-1/+0
2009-06-20vdpau: MPEG1 decoding know gives recognizable outputCarl-Anton Ingmarsson7-61/+529
2009-06-20vdpau: create VdpDecoder in set_caps add more functions for parsing mpegCarl-Anton Ingmarsson6-48/+276
2009-06-20vdpau: store vdpau function pointers in a local structureCarl-Anton Ingmarsson4-61/+43
2009-06-20vdpau: extract mpeg2 profile from codec_dataCarl-Anton Ingmarsson6-12/+325
2009-06-20vdpau: extract mpeg versionCarl-Anton Ingmarsson4-23/+40
2009-06-20vdpau: add version specification to mpegdecoder capsCarl-Anton Ingmarsson3-291/+1
2009-06-20vdpau: focus on mpeg instead of h264Carl-Anton Ingmarsson3-2/+292
2009-06-20vdpau: rough try at implementing pushinf of YV12 buffersCarl-Anton Ingmarsson3-3/+38
2009-06-20vdpau: remove obsolete commentCarl-Anton Ingmarsson1-4/+0
2009-06-20vdpau: init vdpau in GST_STATE_CHANGE_NULL_TO_READY add gst_vdpaudecoder_push...Carl-Anton Ingmarsson3-7/+35
2009-06-20vdpau: add stubs for pushing VdpVideoSurfaces to the src padCarl-Anton Ingmarsson2-4/+19
2009-06-20vdpau: update VdpauH264Decoder element descriptionCarl-Anton Ingmarsson1-2/+2
2009-06-20vdpau: changle gstvdpaudecoder.c classificationCarl-Anton Ingmarsson1-1/+1
2009-06-20vdpau: implement downstream caps negotiationCarl-Anton Ingmarsson6-82/+577
2009-06-20vdpau: small indentation fixCarl-Anton Ingmarsson1-2/+1
2009-06-20vdpau: add basic base class for vdpau decodersCarl-Anton Ingmarsson3-6/+299
2009-06-20add new vdpau directoryCarl-Anton Ingmarsson1-0/+11