summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* dshowvideosink: don't crash on invalid AM_MEDIA_TYPEDavid Hoyt2010-02-011-1/+8
* dvbsrc: fix element shutdown on bad receptionVincent GENIEUX2010-01-272-1/+22
* [oss4] Fix compiler warning about unused return valueBenjamin Otte2010-01-201-1/+2
* dshowvideosink: don't leak filter_media_eventStephen McNamara2009-12-081-0/+5
* dshowvideosink: spell things more betterer.Michael Smith2009-12-071-1/+1
* dshowvideosink: add virtual destructor for internal helper class.Stephen McNamara2009-12-071-0/+1
* vdpau: fix buildWim Taymans2009-11-261-1/+1
* vdpau: Fix includesEdward Hervey2009-11-232-3/+3
* vdpauvideopostprocess: convert to 1/1 pixel-aspect-ratio for rgb tooCarl-Anton Ingmarsson2009-11-221-13/+22
* vdpausink: intersect allowed caps with our template capsCarl-Anton Ingmarsson2009-11-221-2/+7
* vdpau: fix gst_vdp_[video|yuv]_to_output_caps to also add rgb capsCarl-Anton Ingmarsson2009-11-221-4/+19
* vdpauvideopostprocess: use GstVdpVideoSrcPadCarl-Anton Ingmarsson2009-11-222-98/+76
* vdpau: add functions to GstVdpOutputBuffer needed for rgb downloadCarl-Anton Ingmarsson2009-11-222-9/+198
* vdpau: add GstPad subclass GstVdpOutputSrcPadCarl-Anton Ingmarsson2009-11-225-2/+533
* gstvdpvideosrcpad: add "template-caps" propertyCarl-Anton Ingmarsson2009-11-223-24/+57
* gstvdpvideobuffer: fix typoCarl-Anton Ingmarsson2009-11-221-1/+1
* gstvdpvideosrcpad: replace get_pad_template() with get_template_caps()Carl-Anton Ingmarsson2009-11-223-14/+19
* gstvdpvideosrcpad: don't recreate caps in getcapsCarl-Anton Ingmarsson2009-11-222-18/+29
* vdpau: add GstPad subclass GstVdpVideoSrcPadCarl-Anton Ingmarsson2009-11-227-234/+448
* vdpausink: rework presentation blocking a bitCarl-Anton Ingmarsson2009-11-223-26/+27
* vdpauvideopostprocess: split up chain functionCarl-Anton Ingmarsson2009-11-221-100/+116
* vdpauvideopostprocess: implement basic qos handlingCarl-Anton Ingmarsson2009-11-222-1/+99
* vdpaumpegdec: add display propertyCarl-Anton Ingmarsson2009-11-222-14/+51
* vdpau: remove unused functionsCarl-Anton Ingmarsson2009-11-222-103/+0
* vdpau: use local libgstvdp headersCarl-Anton Ingmarsson2009-11-224-4/+7
* vdpau: remove now unneeded vdpauvideoyuv and vdpauyuvvideo elementsCarl-Anton Ingmarsson2009-11-226-958/+0
* vdpauvideopostprocess: add display propertyCarl-Anton Ingmarsson2009-11-222-3/+14
* vdpausink: add debug outputCarl-Anton Ingmarsson2009-11-221-0/+1
* vdpauvideopostprocess: add support for video/x-raw-yuv inputCarl-Anton Ingmarsson2009-11-227-105/+393
* vdpaumpegdec: add src_getcaps funcCarl-Anton Ingmarsson2009-11-221-1/+27
* vdpaumpegdec: add support for negotation of x-raw-yuv outputCarl-Anton Ingmarsson2009-11-224-42/+399
* vdpau: create a libgstvdp library.Carl-Anton Ingmarsson2009-11-2211-24/+31
* vdpaumpegdec: check for sink element returning wrong buffer typeCarl-Anton Ingmarsson2009-11-221-2/+11
* vdpau: remove unneeded gst_vdp_video_buffer_add_reference functionCarl-Anton Ingmarsson2009-11-223-35/+0
* vdpauvideopostprocess: fix longnameCarl-Anton Ingmarsson2009-11-221-1/+1
* dvbsrc: Add support for DVB-T/DVB-C with DVB API 3.3Chris Hills2009-11-061-0/+13
* dvbbasebin: printf format fixesTim-Philipp Müller2009-11-051-2/+2
* osxvideosrc: change a .m file containing only C code to a .c file. MakesMichael Smith2009-10-292-4/+2
* dshowsrcwrapper: cleanup push buffer callbackJulien Isorce2009-10-284-25/+29
* Remove executable bits from non-executable files.Michael Smith2009-10-271-0/+0
* Revert "dshowsrcwrapper: cleanup push buffer callback"Jan Schmidt2009-10-224-29/+25
* dshowsrcwrapper: cleanup push buffer callbackJulien Isorce2009-10-224-25/+29
* 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