summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* dist: Include vdpsink.h in the tarball to fix the dist.Jan Schmidt2009-10-161-1/+1
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-071-0/+1
* Fix compilation warning with gcc-4.2.Alessandro Decina2009-10-051-1/+1
* vdpau: Fix bogus check before unreffingJan Schmidt2009-09-161-1/+1
* vdpauvideopostprocess: handle pixel-aspect-ratio betterCarl-Anton Ingmarsson2009-09-162-4/+26
* vdpauvideopostprocess: remove par from caps since we don't handle it yetCarl-Anton Ingmarsson2009-09-162-0/+6
* vdpauvideopostprocess: don't remove interlaced flag in video_to_output_caps()Carl-Anton Ingmarsson2009-09-161-1/+0
* vdpauvideopostprocess: add inverse-telecine propertyCarl-Anton Ingmarsson2009-09-162-1/+23
* vdpauvideopostprocess: fix noise-reduction property getterCarl-Anton Ingmarsson2009-09-161-1/+1
* vdpauvideopostprocess: add sharpening propertyCarl-Anton Ingmarsson2009-09-162-31/+68
* vdpau: remove gst_vdp_device_new from headerCarl-Anton Ingmarsson2009-09-161-2/+0
* vdpausink: fix error handling if gst_vdp_get_device returns NULLCarl-Anton Ingmarsson2009-09-161-2/+6
* vdpau: add back vdpausink and vdpauvideopostprocessCarl-Anton Ingmarsson2009-09-161-0/+4
* vdpdevice: fix error handling and threadsafetyCarl-Anton Ingmarsson2009-09-162-11/+40
* vdpauvideopostprocess: get correct number of needed frames if we're doing noi...Carl-Anton Ingmarsson2009-09-161-2/+5
* vdpaumpegdec: small indent fixCarl-Anton Ingmarsson2009-09-161-2/+2
* vdpaumpegdec: fix gst_byte_reader_masked_scan_uint32 usageCarl-Anton Ingmarsson2009-09-161-2/+3
* vdpauvidepostprocess: remove boolean noise-reduction propertyCarl-Anton Ingmarsson2009-09-162-32/+18
* vdpauvideopostprocess: add support for noise reductionCarl-Anton Ingmarsson2009-09-164-77/+198
* vdpauvideopostprocess: add support for deinterlacingCarl-Anton Ingmarsson2009-09-165-63/+498
* vdpausink: add myself to copyrightCarl-Anton Ingmarsson2009-09-162-2/+4
* vdpauvideopostprocess: s/gst_vdp_vpp_set_caps/gst_vdp_vpp_sink_setcapsCarl-Anton Ingmarsson2009-09-161-2/+2
* vdpaumpegdec: use gst_byte_reader_masked_scan_uint32 instead of our own versionCarl-Anton Ingmarsson2009-09-161-47/+25
* vdpau: use G_N_ELEMENTS instead of hardcoding array sizesCarl-Anton Ingmarsson2009-09-163-11/+8
* vdpau: use G_N_ELEMENTS instead of NULL terminating arrayCarl-Anton Ingmarsson2009-09-161-3/+2
* vdpau: add new vdpausink and vdpauvideopostprocess elementsCarl-Anton Ingmarsson2009-09-1616-164/+2685
* vdpau: split gst_vdp_mpeg_dec_reset into start and stopCarl-Anton Ingmarsson2009-09-162-21/+32
* vdpau: don't put the GstVdpDevice in the capsCarl-Anton Ingmarsson2009-09-166-36/+71
* vdpau: make GstVdpVideoYUV implement pad_allocCarl-Anton Ingmarsson2009-09-166-222/+190
* vdpau: add support for YUY2Carl-Anton Ingmarsson2009-09-163-5/+61
* vdpau: add support for UYVYCarl-Anton Ingmarsson2009-09-162-2/+60
* vdpau: factor out common caps calculation and put it in gstvdputils.[ch]Carl-Anton Ingmarsson2009-09-165-111/+165
* vdpau: refactor GstVdpVideoYUV and GstVdpYUVVideoCarl-Anton Ingmarsson2009-09-166-206/+233
* vdpau: make GstVdpYUVVideo inherit from GstBaseTransformCarl-Anton Ingmarsson2009-09-162-239/+228
* vdpau: fixup some debug printsCarl-Anton Ingmarsson2009-09-161-3/+2
* vdpau: make GstVdpVideoYUV inherit from GstBaseTransformCarl-Anton Ingmarsson2009-09-162-241/+157
* dshowvideosrc: cache device capsJulien Isorce2009-09-091-17/+27
* dshowvideosrc: use IEnumMediaTypes when IAMStreamConfig is not usableJulien Isorce2009-09-093-43/+146
* dshowvideosink: remove unused variable to fix compiler warningHavard Graff2009-09-081-1/+0
* dshowsrcwrapper: add support both Unicode and MBCSJulien Isorce2009-09-072-1/+2
* dshowsrcwrapper: indent dshowsrcwrapper.cppJulien Isorce2009-09-071-6/+7
* Revert "dshowsrcwrapper: remove unused extern C"Julien Isorce2009-09-071-0/+4
* dshowsrcwrapper: indentJulien Isorce2009-09-078-299/+370
* dshowsrcwrapper: convert line ended characters to LFJulien Isorce2009-09-073-74/+74
* dshowsrcwrapper: remove unused extern CJulien Isorce2009-09-071-4/+0
* dshowsrcwrapper: go back to previous modeJulien Isorce2009-09-074-0/+0
* dshowvideosrc: move VIDEO_STREAM_CONFIG_CAPS to GstCapturePinMediaTypeJulien Isorce2009-09-043-23/+41
* dshowvideosrc: move default video caps into GstCapturePinMediaTypeJulien Isorce2009-09-044-67/+32
* dshowvideosrc: factorize dshow format to gst caps conversionJulien Isorce2009-09-032-81/+30
* dshowsrcwrapper: remove cplusplus conditionJulien Isorce2009-09-032-17/+0