summaryrefslogtreecommitdiff
path: root/ext/cairo
Commit message (Expand)AuthorAgeFilesLines
* collectpads2: rename to collectpadsMark Nauwelaerts2012-04-172-23/+23
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-104-4/+4
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* Merge branch 'master' into 0.11Wim Taymans2012-02-101-2/+2
|\
| * cairo: fix build, make sure libgstvideo can be foundJayakrishnan M2012-01-251-2/+2
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-102-23/+23
|\ \ | |/
| * cairotextoverlay: port to GstCollectPads2Vincent Penquerc'h2011-12-142-23/+23
| * various: fix pad template leaksVincent Penquerc'h2011-11-284-16/+16
* | GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans2012-01-041-1/+1
* | collectpads: port API changesStefan Sauer2011-11-171-2/+2
|/
* cairotextoverlay: add a 'silent' property to skip renderingVincent Penquerc'h2011-11-072-0/+18
* cairotextoverlay: forward new segment events from the sink to the sourceVincent Penquerc'h2011-05-262-0/+31
* textoverlay: forward source events to sinksVincent Penquerc'h2011-05-261-0/+21
* cairo: fix the name of the *-marshall.list file to unbreak make distcheckStefan Kost2011-03-251-1/+1
* cairooverlay: Some minor cleanupSebastian Dröge2011-03-022-22/+30
* cairooverlay: Add generic Cairo overlay video element.Jon Nordby2011-03-026-7/+350
* Revert "Check that collectpads exists before removing pad"Edward Hervey2011-02-211-4/+1
* Check that collectpads exists before removing padDavid Schleef2011-02-201-1/+4
* cairo, videofilter: use gst/math-compat.h header for rintTim-Philipp Müller2010-12-311-5/+2
* cairo: Don't use #ifdefs inside macrosDavid Schleef2010-12-301-23/+34
* various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-131-9/+12
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-182-14/+7
* cairotextoverlay: Don't render text outside the frame boundariesSebastian Dröge2010-03-151-28/+33
* cairorender: Fix leaking of pad templatesSebastian Dröge2010-02-151-4/+2
* cairorender: Add support for ARGB/BGRA inputSebastian Dröge2009-07-201-4/+43
* cairorender: Add to the documentationSebastian Dröge2009-07-171-0/+14
* cairorender: Return not-negotiated if we have no capsSebastian Dröge2009-07-171-0/+4
* cairorender: Fix caps and colorspace handlingSebastian Dröge2009-07-172-10/+22
* cairorender: Use correct mimetypes for PDF and SVGSebastian Dröge2009-07-171-5/+4
* cairorender: Remove pull mode, it only adds complexity but not advantagesSebastian Dröge2009-07-171-77/+5
* cairorender: Fix caps negotiation and cairo surface creationSebastian Dröge2009-07-161-54/+34
* cairorender: Correctly set srccapsSebastian Dröge2009-07-161-22/+20
* cairorender: Move instance/class struct definitions to the headerSebastian Dröge2009-07-162-21/+24
* cairorender: Add Lutz' copyright to the file headerSebastian Dröge2009-07-162-0/+4
* cairo: Add cairo-based PDF/PS/SVG encoder elementLutz Mueller2009-07-164-3/+463
* Remove unused variables in _class_initEdward Hervey2009-04-181-4/+0
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-282-8/+17
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+2
* ext/cairo/gsttextoverlay.c: Fix compiler warning.Stefan Kost2008-08-261-3/+2
* ext/cairo/gsttextoverlay.c: Fix obvious memleak.David Schleef2008-08-261-2/+2
* Stop using deprecated GLib functions.Sebastian Dröge2008-04-241-6/+6
* Fix compilation with MSVC by using gst_util_guint64_to_gdouble() and checking...Kwang Yul Seo2007-12-091-1/+5
* ext/cairo/gsttextoverlay.c: Change strcasecmp() to g_strcasecmp(). Fixes #49...David Schleef2007-11-161-7/+6
* ext/cairo/gsttextoverlay.c: Implement minimal parsing of the passed pango fon...Tim-Philipp Müller2007-11-131-3/+30
* ext/cairo/gsttextoverlay.c: Add info about static leak.Stefan Kost2007-09-201-0/+3
* ext/annodex/Makefile.am: Fix CFLAGS/LIBS.Stefan Kost2007-07-201-1/+1
* Fix build against core CVS.Tim-Philipp Müller2007-07-111-1/+1
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-161-1/+1
* Printf format fixes.Tim-Philipp Müller2006-10-051-1/+1