summaryrefslogtreecommitdiff
path: root/sys/vdpau/gstvdpvideopostprocess.c
Commit message (Expand)AuthorAgeFilesLines
* rectangle: clear rectangle struct before useWim Taymans2014-12-161-4/+3
* vdpau: Port to 1.0Edward Hervey2013-03-311-37/+26
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* sys: make video sinks default to force-aspect-ratio=trueTim-Philipp Müller2012-06-291-1/+1
* vdpau: fixup GstFlowReturn handlingCarl-Anton Ingmarsson2011-03-271-7/+11
* vdpau: Initialize some variables to make gcc 4.6 happySebastian Dröge2011-01-271-0/+3
* vdpauvideopostprocess: set new framerate on output caps instead of input capsCarl-Anton Ingmarsson2010-09-061-15/+15
* vdpau: add error reporting to device creationCarl-Anton Ingmarsson2010-07-301-3/+4
* vdpau: rename gst_vdp_video_buffer_parse_yuv_caps and move it to gstvdputils.hCarl-Anton Ingmarsson2010-07-301-2/+2
* vdpauvideopostprocess: use GstVdp[Video|Output]BufferPool to cache our buffersCarl-Anton Ingmarsson2010-07-301-62/+54
* vdpau: add GstVdpVideoBufferPoolCarl-Anton Ingmarsson2010-07-301-2/+2
* vdpau: remove GstVdpOutputSrcPad "template-caps" propertyCarl-Anton Ingmarsson2010-07-301-3/+1
* vdpau: remove GstVdpOutputSrcPad code to retrieve the device from downstreamCarl-Anton Ingmarsson2010-07-301-37/+52
* vdpau: fix error handling when plugging "vdpauvideopostprocess ! fakesink"Carl-Anton Ingmarsson2010-06-281-6/+3
* vdpau: base vdpaumpegdec on GstBaseVideoDecoderCarl-Anton Ingmarsson2010-06-231-3/+3
* vdpauvideopostprocess: fix small bugCarl-Anton Ingmarsson2010-06-231-6/+7
* vdpauvideopostprocess: fix crasher on setting properties before we're in READYCarl-Anton Ingmarsson2010-05-011-0/+1
* vdpau: small api cleanupCarl-Anton Ingmarsson2010-05-011-5/+1
* vdpau: add better error handling to GstVdpOutputSrcPadCarl-Anton Ingmarsson2010-05-011-82/+76
* vdpau: Initialize possibly uninitialized variableSebastian Dröge2010-04-151-2/+2
* vdpauvideopostprocess: use GstVdpVideoSrcPadCarl-Anton Ingmarsson2009-11-221-97/+75
* vdpauvideopostprocess: split up chain functionCarl-Anton Ingmarsson2009-11-221-100/+116
* vdpauvideopostprocess: implement basic qos handlingCarl-Anton Ingmarsson2009-11-221-1/+95
* vdpau: use local libgstvdp headersCarl-Anton Ingmarsson2009-11-221-1/+1
* vdpauvideopostprocess: add display propertyCarl-Anton Ingmarsson2009-11-221-2/+13
* vdpauvideopostprocess: add support for video/x-raw-yuv inputCarl-Anton Ingmarsson2009-11-221-94/+208
* vdpau: create a libgstvdp library.Carl-Anton Ingmarsson2009-11-221-2/+1
* vdpauvideopostprocess: fix longnameCarl-Anton Ingmarsson2009-11-221-1/+1
* vdpau: Fix bogus check before unreffingJan Schmidt2009-09-161-1/+1
* vdpauvideopostprocess: handle pixel-aspect-ratio betterCarl-Anton Ingmarsson2009-09-161-2/+15
* vdpauvideopostprocess: remove par from caps since we don't handle it yetCarl-Anton Ingmarsson2009-09-161-0/+3
* vdpauvideopostprocess: add inverse-telecine propertyCarl-Anton Ingmarsson2009-09-161-1/+22
* vdpauvideopostprocess: fix noise-reduction property getterCarl-Anton Ingmarsson2009-09-161-1/+1
* vdpauvideopostprocess: add sharpening propertyCarl-Anton Ingmarsson2009-09-161-31/+67
* vdpauvideopostprocess: get correct number of needed frames if we're doing noi...Carl-Anton Ingmarsson2009-09-161-2/+5
* vdpauvidepostprocess: remove boolean noise-reduction propertyCarl-Anton Ingmarsson2009-09-161-30/+17
* vdpauvideopostprocess: add support for noise reductionCarl-Anton Ingmarsson2009-09-161-77/+192
* vdpauvideopostprocess: add support for deinterlacingCarl-Anton Ingmarsson2009-09-161-63/+459
* vdpauvideopostprocess: s/gst_vdp_vpp_set_caps/gst_vdp_vpp_sink_setcapsCarl-Anton Ingmarsson2009-09-161-2/+2
* vdpau: add new vdpausink and vdpauvideopostprocess elementsCarl-Anton Ingmarsson2009-09-161-0/+512