summaryrefslogtreecommitdiff
path: root/ext/pango
AgeCommit message (Expand)AuthorFilesLines
2010-01-06textoverlay: Ignore zero framerateOlivier Crête1-1/+2
2009-12-09textoverlay: Only flush downstream on seeks for flushing seeksSebastian Dröge1-3/+9
2009-12-09textoverlay: Proxy buffer allocation on the video sinkpad to the srcpadSebastian Dröge1-0/+25
2009-11-26Revert "textoverlay: First draw outline text and then the real text"Sebastian Dröge1-6/+6
2009-11-06textoverlay: Synchronize video/text based on the running timeSebastian Dröge1-21/+48
2009-11-06textoverlay: Clip text buffers to the text segment and reset segments properlySebastian Dröge1-1/+9
2009-11-06textoverlay: Put the video segment into the instance struct instead of alloca...Sebastian Dröge2-22/+11
2009-11-06textoverlay: Check if text timestamp/duration is valid before clippingSebastian Dröge1-6/+17
2009-11-03textoverlay: First draw outline text and then the real textSebastian Dröge1-6/+6
2009-10-22textoverlay: Optimize a bit moreSebastian Dröge1-5/+15
2009-10-22textoverlay: Do shading as first operationSebastian Dröge1-4/+3
2009-10-22textoverlay: Only use a single cairo surface for drawingSebastian Dröge1-47/+29
2009-10-18pango: bump pango requirement to stable version and remove ifdefsTim-Philipp Müller1-16/+1
2009-10-01pango: Unpremultiply Cairo's ARGB to match GStreamers ARGBSebastian Dröge2-15/+58
2009-08-24Remove Ronald Bultje from Authors fieldDavid Schleef1-1/+1
2009-08-08ext: Remove dead assignments and resulting unused variables.Edward Hervey1-2/+0
2009-08-06textrender: Fix blitting of text over the output buffer and cairo paintingSebastian Dröge1-8/+9
2009-08-06textrender: Fix endianness problems (i.e. make it work again on big endian ar...Sebastian Dröge1-11/+27
2009-08-06textoverlay: make buffer writableWim Taymans1-0/+2
2009-08-06pango: Send queries from the srcpad directly to the video sinkpadSebastian Dröge1-0/+18
2009-08-06pango: Add support for xRGB and BGRx formatsSebastian Dröge2-13/+104
2009-08-06pango: Fix endianness issues from the pangocairo switchSebastian Dröge1-38/+54
2009-08-06pango: Re-add shading support which was dropped by a previous patchSebastian Dröge1-0/+18
2009-08-06pango: Check if pangocairo supports vertical rendering and fix propertiesSebastian Dröge1-4/+5
2009-08-06textrender: Use PROP_X instead of ARG_X consistentlySebastian Dröge1-4/+4
2009-08-06pango: Some minor cleanupSebastian Dröge4-41/+33
2009-08-06pango: Use pango-cairo instead of pango-ft2Young-Ho Cha4-324/+641
2009-07-05pango: Call tzset() before localtime_r()Hans-Peter Nilsson1-0/+3
2009-05-12textrender: Correctly initialize the background for ARGB tooSebastian Dröge1-4/+10
2009-05-12textrender: Use libgstvideo functions to create capsSebastian Dröge2-28/+10
2009-05-12textrender: Don't always use ARGB if downstream supports it but take it's pre...Sebastian Dröge1-1/+9
2009-05-12textrender: Add support for ARGB and alignment propertiesKapil Agrawal2-15/+353
2009-05-12textrender: Add ; after GST_BOILERPLATE to fix indentionSebastian Dröge1-4/+5
2009-03-26textoverlay: Fix drawing of UYVY text bordersSebastian Dröge1-8/+24
2009-03-26textoverlay: Add support for UYVY colorspaceZeeshan Ali2-14/+117
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost1-0/+2
2008-10-08ext/pango/gstclockoverlay.*: API: Add ability to specify format for date/time...Pavel Zeldin2-1/+87
2008-07-10Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost4-60/+37
2008-06-02ext/pango/: Use gstvideo functions to calculate strides and plane offsets. Fi...Tim-Philipp Müller2-61/+54
2008-04-14ext/pango/gsttextoverlay.c: Fix textoverlay unit test again by making the sup...Tim-Philipp Müller1-1/+2
2008-03-24ext/pango/gsttextoverlay.c: Fix Since: version for new property.Tim-Philipp Müller1-1/+1
2008-03-24ext/pango/gsttextoverlay.*: Add property to configure waiting for text on the...Wim Taymans2-16/+56
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge2-17/+19
2007-12-20Make switching off of subtitles work. To avoid all kind of problems with unli...Tim-Philipp Müller1-0/+1
2007-09-17Fix a bunch of compile warnings shown with Forte.Jan Schmidt1-2/+4
2007-08-13ext/pango/gsttextoverlay.*: API: add "line-alignment" property (#459334). Add...Dan Williams2-2/+67
2007-08-08ext/pango/gsttextoverlay.*: Add 'silent' property to GstTimeOverlay. Fixes #4...Yang Hong2-1/+25
2007-04-16ext/pango/gstclockoverlay.c: Fix unused variable warning if HAVE_LOCALTIME_R ...Vincent Torri1-1/+5
2007-03-09Use new metadata copy function.Wim Taymans1-1/+1
2007-03-09ext/pango/gsttextoverlay.c: Some more logging. Only accept newsegment events ...Tim-Philipp Müller1-3/+15