summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2009-10-22Revert "dshowsrcwrapper: cleanup push buffer callback"Jan Schmidt4-29/+25
2009-10-22dshowsrcwrapper: cleanup push buffer callbackJulien Isorce4-25/+29
2009-10-16dist: Include vdpsink.h in the tarball to fix the dist.Jan Schmidt1-1/+1
2009-10-07build: fprintf, sprintf, sscanf need stdio.hStefan Kost1-0/+1
2009-10-05Fix compilation warning with gcc-4.2.Alessandro Decina1-1/+1
2009-09-16vdpau: Fix bogus check before unreffingJan Schmidt1-1/+1
2009-09-16vdpauvideopostprocess: handle pixel-aspect-ratio betterCarl-Anton Ingmarsson2-4/+26
2009-09-16vdpauvideopostprocess: remove par from caps since we don't handle it yetCarl-Anton Ingmarsson2-0/+6
2009-09-16vdpauvideopostprocess: don't remove interlaced flag in video_to_output_caps()Carl-Anton Ingmarsson1-1/+0
2009-09-16vdpauvideopostprocess: add inverse-telecine propertyCarl-Anton Ingmarsson2-1/+23
2009-09-16vdpauvideopostprocess: fix noise-reduction property getterCarl-Anton Ingmarsson1-1/+1
2009-09-16vdpauvideopostprocess: add sharpening propertyCarl-Anton Ingmarsson2-31/+68
2009-09-16vdpau: remove gst_vdp_device_new from headerCarl-Anton Ingmarsson1-2/+0
2009-09-16vdpausink: fix error handling if gst_vdp_get_device returns NULLCarl-Anton Ingmarsson1-2/+6
2009-09-16vdpau: add back vdpausink and vdpauvideopostprocessCarl-Anton Ingmarsson1-0/+4
2009-09-16vdpdevice: fix error handling and threadsafetyCarl-Anton Ingmarsson2-11/+40
2009-09-16vdpauvideopostprocess: get correct number of needed frames if we're doing noi...Carl-Anton Ingmarsson1-2/+5
2009-09-16vdpaumpegdec: small indent fixCarl-Anton Ingmarsson1-2/+2
2009-09-16vdpaumpegdec: fix gst_byte_reader_masked_scan_uint32 usageCarl-Anton Ingmarsson1-2/+3
2009-09-16vdpauvidepostprocess: remove boolean noise-reduction propertyCarl-Anton Ingmarsson2-32/+18
2009-09-16vdpauvideopostprocess: add support for noise reductionCarl-Anton Ingmarsson4-77/+198
2009-09-16vdpauvideopostprocess: add support for deinterlacingCarl-Anton Ingmarsson5-63/+498
2009-09-16vdpausink: add myself to copyrightCarl-Anton Ingmarsson2-2/+4
2009-09-16vdpauvideopostprocess: s/gst_vdp_vpp_set_caps/gst_vdp_vpp_sink_setcapsCarl-Anton Ingmarsson1-2/+2
2009-09-16vdpaumpegdec: use gst_byte_reader_masked_scan_uint32 instead of our own versionCarl-Anton Ingmarsson1-47/+25
2009-09-16vdpau: use G_N_ELEMENTS instead of hardcoding array sizesCarl-Anton Ingmarsson3-11/+8
2009-09-16vdpau: use G_N_ELEMENTS instead of NULL terminating arrayCarl-Anton Ingmarsson1-3/+2
2009-09-16vdpau: add new vdpausink and vdpauvideopostprocess elementsCarl-Anton Ingmarsson16-164/+2685
2009-09-16vdpau: split gst_vdp_mpeg_dec_reset into start and stopCarl-Anton Ingmarsson2-21/+32
2009-09-16vdpau: don't put the GstVdpDevice in the capsCarl-Anton Ingmarsson6-36/+71
2009-09-16vdpau: make GstVdpVideoYUV implement pad_allocCarl-Anton Ingmarsson6-222/+190
2009-09-16vdpau: add support for YUY2Carl-Anton Ingmarsson3-5/+61
2009-09-16vdpau: add support for UYVYCarl-Anton Ingmarsson2-2/+60
2009-09-16vdpau: factor out common caps calculation and put it in gstvdputils.[ch]Carl-Anton Ingmarsson5-111/+165
2009-09-16vdpau: refactor GstVdpVideoYUV and GstVdpYUVVideoCarl-Anton Ingmarsson6-206/+233
2009-09-16vdpau: make GstVdpYUVVideo inherit from GstBaseTransformCarl-Anton Ingmarsson2-239/+228
2009-09-16vdpau: fixup some debug printsCarl-Anton Ingmarsson1-3/+2
2009-09-16vdpau: make GstVdpVideoYUV inherit from GstBaseTransformCarl-Anton Ingmarsson2-241/+157
2009-09-09dshowvideosrc: cache device capsJulien Isorce1-17/+27
2009-09-09dshowvideosrc: use IEnumMediaTypes when IAMStreamConfig is not usableJulien Isorce3-43/+146
2009-09-08dshowvideosink: remove unused variable to fix compiler warningHavard Graff1-1/+0
2009-09-07dshowsrcwrapper: add support both Unicode and MBCSJulien Isorce2-1/+2
2009-09-07dshowsrcwrapper: indent dshowsrcwrapper.cppJulien Isorce1-6/+7
2009-09-07Revert "dshowsrcwrapper: remove unused extern C"Julien Isorce1-0/+4
2009-09-07dshowsrcwrapper: indentJulien Isorce8-299/+370
2009-09-07dshowsrcwrapper: convert line ended characters to LFJulien Isorce3-74/+74
2009-09-07dshowsrcwrapper: remove unused extern CJulien Isorce1-4/+0
2009-09-07dshowsrcwrapper: go back to previous modeJulien Isorce4-0/+0
2009-09-04dshowvideosrc: move VIDEO_STREAM_CONFIG_CAPS to GstCapturePinMediaTypeJulien Isorce3-23/+41
2009-09-04dshowvideosrc: move default video caps into GstCapturePinMediaTypeJulien Isorce4-67/+32