summaryrefslogtreecommitdiff
path: root/ext/pango/gsttextoverlay.c
Commit message (Expand)AuthorAgeFilesLines
* docs: update element example pipelinesTim-Philipp Müller2015-05-101-11/+2
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* text/plain + text/x-pango-markup -> text/x-rawTim-Philipp Müller2012-09-021-3/+3
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* Merge branch 'master' into 0.11Wim Taymans2011-08-161-0/+9
|\
| * textoverlay: improve the exampleStefan Sauer2011-07-251-2/+5
| * textoverlay: add example for feeding from stdinStefan Sauer2011-07-231-0/+6
| * textoverlay: keep untimestamped textbuffer until next oneStefan Sauer2011-07-231-11/+16
| * textoverlay: added 'outline-color' parameter to control whether text gets a s...Lane Brooks2011-05-261-1/+27
| * textoverlay: added 'shadow' option to control whether text gets a shadowLane Brooks2011-05-261-5/+27
| * textoverlay: Always hold the class-global pango mutex when using pango APISebastian Dröge2011-04-171-2/+21
| * pango: Create a new pango context for every subclassSebastian Dröge2011-04-171-4/+6
* | pango: Create a new base class for all the elementsSebastian Dröge2011-04-161-2632/+9
* | fix compilation after mergeWim Taymans2011-04-041-24/+18
* | Merge branch 'master' into 0.11Wim Taymans2011-04-041-5/+164
|\ \ | |/
| * textoverlay: fix comparison is always false due to limited range of data typeJosep Torra2011-04-011-2/+3
| * textoverlay: Add support for xBGR and RGBxSebastian Dröge2011-04-011-0/+26
| * textoverlay: Added support for ARGB and other RGB alpha variantsLane Brooks2011-04-011-0/+123
| * textoverlay: converted AYUV to use 'A OVER B' alpha compositingLane Brooks2011-04-011-5/+14
* | plugins: more porting to new memory APIWim Taymans2011-03-271-26/+29
|/
* textoverlay: use a class wide mutex to work around pango reentrance issuesStefan Kost2011-03-141-0/+6
* Revert "textoverlay: add a hack to init the pango engine"Stefan Kost2011-03-141-18/+0
* textoverlay: drop trailing whitespacesStefan Kost2011-03-141-6/+6
* textoverlay: add a hack to init the pango engineStefan Kost2011-03-141-0/+18
* textoverlay: Add support for vertical center alignmentLane Brooks2011-01-241-0/+4
* textoverlay: make text property controllable tooTim-Philipp Müller2011-01-061-1/+1
* textoverlay: make some properties controllableLane Brooks2011-01-061-4/+12
* timeoverlay: add missing breakVincent Penquerc'h2010-12-161-2/+1
* textoverlay: Add support for AYUVSebastian Dröge2010-09-011-8/+82
* textoverlay: fix Cb/Cr inversion for colored text overlaysRob Clark2010-08-301-2/+19
* textoverlay: Support NV21 too and minor cleanupsSebastian Dröge2010-08-241-15/+13
* textoverlay: add NV12 supportRob Clark2010-08-241-8/+43
* textoverlay: configurable text color and positionMark Nauwelaerts2010-08-091-1/+80
* textoverlay: Ignore zero framerateOlivier Crête2010-01-061-1/+2
* textoverlay: Only flush downstream on seeks for flushing seeksSebastian Dröge2009-12-091-3/+9
* textoverlay: Proxy buffer allocation on the video sinkpad to the srcpadSebastian Dröge2009-12-091-0/+25
* Revert "textoverlay: First draw outline text and then the real text"Sebastian Dröge2009-11-261-6/+6
* textoverlay: Synchronize video/text based on the running timeSebastian Dröge2009-11-061-21/+48
* textoverlay: Clip text buffers to the text segment and reset segments properlySebastian Dröge2009-11-061-1/+9
* textoverlay: Put the video segment into the instance struct instead of alloca...Sebastian Dröge2009-11-061-21/+10
* textoverlay: Check if text timestamp/duration is valid before clippingSebastian Dröge2009-11-061-6/+17
* textoverlay: First draw outline text and then the real textSebastian Dröge2009-11-031-6/+6
* textoverlay: Optimize a bit moreSebastian Dröge2009-10-221-5/+15
* textoverlay: Do shading as first operationSebastian Dröge2009-10-221-4/+3
* textoverlay: Only use a single cairo surface for drawingSebastian Dröge2009-10-221-47/+29
* pango: bump pango requirement to stable version and remove ifdefsTim-Philipp Müller2009-10-181-16/+1
* pango: Unpremultiply Cairo's ARGB to match GStreamers ARGBSebastian Dröge2009-10-011-15/+46
* textoverlay: make buffer writableWim Taymans2009-08-061-0/+2
* pango: Send queries from the srcpad directly to the video sinkpadSebastian Dröge2009-08-061-0/+18
* pango: Add support for xRGB and BGRx formatsSebastian Dröge2009-08-061-12/+102