summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2010-02-01dshowvideosink: don't crash on invalid AM_MEDIA_TYPEDavid Hoyt1-1/+8
2010-01-27dvbsrc: fix element shutdown on bad receptionVincent GENIEUX2-1/+22
2010-01-20[oss4] Fix compiler warning about unused return valueBenjamin Otte1-1/+2
2009-12-08dshowvideosink: don't leak filter_media_eventStephen McNamara1-0/+5
2009-12-07dshowvideosink: spell things more betterer.Michael Smith1-1/+1
2009-12-07dshowvideosink: add virtual destructor for internal helper class.Stephen McNamara1-0/+1
2009-11-26vdpau: fix buildWim Taymans1-1/+1
2009-11-23vdpau: Fix includesEdward Hervey2-3/+3
2009-11-22vdpauvideopostprocess: convert to 1/1 pixel-aspect-ratio for rgb tooCarl-Anton Ingmarsson1-13/+22
2009-11-22vdpausink: intersect allowed caps with our template capsCarl-Anton Ingmarsson1-2/+7
2009-11-22vdpau: fix gst_vdp_[video|yuv]_to_output_caps to also add rgb capsCarl-Anton Ingmarsson1-4/+19
2009-11-22vdpauvideopostprocess: use GstVdpVideoSrcPadCarl-Anton Ingmarsson2-98/+76
2009-11-22vdpau: add functions to GstVdpOutputBuffer needed for rgb downloadCarl-Anton Ingmarsson2-9/+198
2009-11-22vdpau: add GstPad subclass GstVdpOutputSrcPadCarl-Anton Ingmarsson5-2/+533
2009-11-22gstvdpvideosrcpad: add "template-caps" propertyCarl-Anton Ingmarsson3-24/+57
2009-11-22gstvdpvideobuffer: fix typoCarl-Anton Ingmarsson1-1/+1
2009-11-22gstvdpvideosrcpad: replace get_pad_template() with get_template_caps()Carl-Anton Ingmarsson3-14/+19
2009-11-22gstvdpvideosrcpad: don't recreate caps in getcapsCarl-Anton Ingmarsson2-18/+29
2009-11-22vdpau: add GstPad subclass GstVdpVideoSrcPadCarl-Anton Ingmarsson7-234/+448
2009-11-22vdpausink: rework presentation blocking a bitCarl-Anton Ingmarsson3-26/+27
2009-11-22vdpauvideopostprocess: split up chain functionCarl-Anton Ingmarsson1-100/+116
2009-11-22vdpauvideopostprocess: implement basic qos handlingCarl-Anton Ingmarsson2-1/+99
2009-11-22vdpaumpegdec: add display propertyCarl-Anton Ingmarsson2-14/+51
2009-11-22vdpau: remove unused functionsCarl-Anton Ingmarsson2-103/+0
2009-11-22vdpau: use local libgstvdp headersCarl-Anton Ingmarsson4-4/+7
2009-11-22vdpau: remove now unneeded vdpauvideoyuv and vdpauyuvvideo elementsCarl-Anton Ingmarsson6-958/+0
2009-11-22vdpauvideopostprocess: add display propertyCarl-Anton Ingmarsson2-3/+14
2009-11-22vdpausink: add debug outputCarl-Anton Ingmarsson1-0/+1
2009-11-22vdpauvideopostprocess: add support for video/x-raw-yuv inputCarl-Anton Ingmarsson7-105/+393
2009-11-22vdpaumpegdec: add src_getcaps funcCarl-Anton Ingmarsson1-1/+27
2009-11-22vdpaumpegdec: add support for negotation of x-raw-yuv outputCarl-Anton Ingmarsson4-42/+399
2009-11-22vdpau: create a libgstvdp library.Carl-Anton Ingmarsson11-24/+31
2009-11-22vdpaumpegdec: check for sink element returning wrong buffer typeCarl-Anton Ingmarsson1-2/+11
2009-11-22vdpau: remove unneeded gst_vdp_video_buffer_add_reference functionCarl-Anton Ingmarsson3-35/+0
2009-11-22vdpauvideopostprocess: fix longnameCarl-Anton Ingmarsson1-1/+1
2009-11-06dvbsrc: Add support for DVB-T/DVB-C with DVB API 3.3Chris Hills1-0/+13
2009-11-05dvbbasebin: printf format fixesTim-Philipp Müller1-2/+2
2009-10-29osxvideosrc: change a .m file containing only C code to a .c file. MakesMichael Smith2-4/+2
2009-10-28dshowsrcwrapper: cleanup push buffer callbackJulien Isorce4-25/+29
2009-10-27Remove executable bits from non-executable files.Michael Smith1-0/+0
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