summaryrefslogtreecommitdiff
path: root/sys/vdpau/gstvdputils.c
Commit message (Expand)AuthorAgeFilesLines
* vdpau: Port to 1.0Edward Hervey2013-03-311-0/+89
* vdpau: base vdpaumpegdec on GstBaseVideoDecoderCarl-Anton Ingmarsson2010-06-231-67/+0
* vdpau: add gst_vdp_init function where we register typesCarl-Anton Ingmarsson2010-05-011-26/+0
* vdpau: Fix includesEdward Hervey2009-11-231-1/+1
* vdpauvideopostprocess: convert to 1/1 pixel-aspect-ratio for rgb tooCarl-Anton Ingmarsson2009-11-221-13/+22
* vdpau: fix gst_vdp_[video|yuv]_to_output_caps to also add rgb capsCarl-Anton Ingmarsson2009-11-221-4/+19
* vdpau: remove unused functionsCarl-Anton Ingmarsson2009-11-221-100/+0
* vdpauvideopostprocess: add support for video/x-raw-yuv inputCarl-Anton Ingmarsson2009-11-221-0/+17
* vdpau: create a libgstvdp library.Carl-Anton Ingmarsson2009-11-221-1/+1
* vdpauvideopostprocess: handle pixel-aspect-ratio betterCarl-Anton Ingmarsson2009-09-161-2/+11
* vdpauvideopostprocess: remove par from caps since we don't handle it yetCarl-Anton Ingmarsson2009-09-161-0/+3
* vdpauvideopostprocess: don't remove interlaced flag in video_to_output_caps()Carl-Anton Ingmarsson2009-09-161-1/+0
* vdpauvideopostprocess: add support for deinterlacingCarl-Anton Ingmarsson2009-09-161-0/+1
* vdpau: use G_N_ELEMENTS instead of hardcoding array sizesCarl-Anton Ingmarsson2009-09-161-3/+3
* vdpau: add new vdpausink and vdpauvideopostprocess elementsCarl-Anton Ingmarsson2009-09-161-102/+21
* vdpau: don't put the GstVdpDevice in the capsCarl-Anton Ingmarsson2009-09-161-10/+1
* vdpau: factor out common caps calculation and put it in gstvdputils.[ch]Carl-Anton Ingmarsson2009-09-161-8/+149
* vdpau: refactor GstVdpVideoYUV and GstVdpYUVVideoCarl-Anton Ingmarsson2009-09-161-0/+89