summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-23cairoxsink: Refactor setup codeHEADmasterBenjamin Otte1-51/+85
2010-04-22cairoxsink: rework size handlingBenjamin Otte2-12/+36
2010-04-22cairoxsink: Completely rework window handlingBenjamin Otte4-83/+153
2010-04-22cairoxsink: Paint with black when there's no image to paintBenjamin Otte1-6/+8
2010-04-22memleak: Don't leak each and every surfaceBenjamin Otte1-0/+1
2010-04-21Make the supported_types functions more readableBenjamin Otte1-30/+35
2010-04-20Make sure non-cairo buffers work for surface-type==0 againBenjamin Otte4-7/+13
2010-04-20Modify API for expanding with types.Benjamin Otte3-34/+61
2010-04-20cairoxsink: Properly manage resizingBenjamin Otte1-2/+2
2010-04-20Fail if a default alloc functions hands us a broken bufferBenjamin Otte1-0/+12
2010-04-19cairoxsink: Actually emit overlay signalsBenjamin Otte1-0/+3
2010-04-19cairoxsink: Implement the XOverlay interfaceBenjamin Otte2-60/+182
2010-04-19Only allocate a buffer if the format doesn't require a specific typeBenjamin Otte1-2/+7
2010-04-19docs: Add new function to docsBenjamin Otte1-0/+1
2010-04-19projectM: flip surfaceBenjamin Otte1-1/+2
2010-04-19projectM: acquire gl context before calling into projectmBenjamin Otte1-4/+14
2010-04-19cairoxconvert: Convert to new target API that cairoxsink usesBenjamin Otte2-12/+43
2010-04-19Add gst_cairo_caps_expand_surface_types() APIBenjamin Otte2-8/+36
2010-04-19xlib: Rework sink managementBenjamin Otte10-599/+409
2010-04-17Add a types argument to all _default() functionsBenjamin Otte6-32/+83
2010-04-17Allow specifying that type of surfaces in a pipelineBenjamin Otte21-36/+175
2010-04-17Add code to negotiation code that checks for empty capsBenjamin Otte1-1/+6
2010-04-17Add a projectM pluginBenjamin Otte4-1/+564
2010-04-17ignore docs directory completelyBenjamin Otte1-0/+1
2010-04-16PangoTimeOverlay is a GstBaseTransformBenjamin Otte1-1/+1
2010-04-16Make GstCairoXSource acquire the device when operating on the DisplayBenjamin Otte4-9/+38
2010-03-25configure: s/GST_CVS/GST_GIT/Benjamin Otte1-4/+4
2010-03-25Remove C++Benjamin Otte1-6/+0
2010-03-25Add swfdec's warning flagsBenjamin Otte9-44/+52
2010-03-25Update common submoduleBenjamin Otte1-0/+0
2010-03-25Add an experimental GLX sinkBenjamin Otte5-1/+509
2010-03-16Port to real Cairo APIBenjamin Otte15-741/+141
2010-02-16build: docs need gst-libsBenjamin Otte1-2/+2
2009-11-20Make the g_once_init_enter() madness not emit gcc warningsBenjamin Otte1-4/+4
2009-11-20Fix gst_cairo_caps_any's run-once variable storage setup.Eric Anholt1-1/+1
2009-11-20Mark the mask surface as dirty after touching all its pixelsBenjamin Otte1-0/+1
2009-11-19[doc] Add forgotten fileBenjamin Otte1-0/+2
2009-10-23Add documentation for sectionsBenjamin Otte3-2/+51
2009-10-22Restructure docs and add introductionBenjamin Otte2-5/+57
2009-10-22Reorganize documentation layoutBenjamin Otte1-20/+18
2009-10-22Document all missing structuresBenjamin Otte2-1/+36
2009-10-22Add documentation for all missing functionsBenjamin Otte3-1/+79
2009-10-22Add gtkdoc supportBenjamin Otte6-0/+158
2009-10-19Make GstCairoBuffer privateBenjamin Otte7-31/+70
2009-10-19remove unneeded cruft from Makefile.am filesBenjamin Otte3-9/+0
2009-10-19gst_cairo_format_get_frame_rate() => gst_cairo_format_get_framerate()Benjamin Otte4-9/+9
2009-10-19Use gst_caps_set_{simple,value} instead of our own functionsBenjamin Otte5-83/+13
2009-10-14Add missing G_BEGIN/END_DECLSBenjamin Otte2-0/+9
2009-10-14Add gst_cairo_format_get_pixel_aspect_ratio()Benjamin Otte2-0/+35
2009-10-14Handle xlib in the core libBenjamin Otte12-180/+262