summaryrefslogtreecommitdiff
path: root/ext/pango
Commit message (Expand)AuthorAgeFilesLines
* basetextoverlay: add debug categoryGuillaume Desmottes2021-05-171-0/+6
* clockoverlay: Fix broken string formatting by strftime() on WindowsSeungha Yang2021-04-082-0/+33
* pango: allow per feature registrationStéphane Cerveau2021-03-169-32/+154
* timeoverlay: Add elapsed-running-time modeSebastian Dröge2020-10-082-0/+61
* pango: Add fallback dependencyXavier Claessens2020-10-061-1/+3
* basetextoverlay: mark valign and halign props as DOC_SHOW_DEFAULTMathieu Duponchelle2020-07-011-4/+7
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-231-0/+1
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-063-9/+9
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle2020-06-033-0/+12
* textrender: Don't calculate caps on every bufferJan Schmidt2020-04-211-21/+37
* textrender: Fix AYUV output.Jan Schmidt2020-04-091-1/+1
* clockoverlay: fix bogus time display caused by previous commitTim-Philipp Müller2020-01-231-8/+7
* pango: check if localtime_r is availableTim-Philipp Müller2019-12-091-8/+8
* Remove autotools build systemTim-Philipp Müller2019-10-131-29/+0
* Pass the code through codespellThibault Saunier2019-08-301-3/+3
* timeoverlay: chain up finalizeMathieu Duponchelle2019-08-071-0/+1
* timeoverlay: add a property to show times as datesMathieu Duponchelle2019-08-062-3/+75
* doc: fix element section documentationsMathieu Duponchelle2019-05-252-5/+7
* doc: Port to hotdocThibault Saunier2019-05-131-0/+1
* Fix some typos in code commentsTim-Philipp Müller2019-01-111-5/+3
* basetextoverlay: Append our rectangle to the upstream composition, not the ot...Sebastian Dröge2018-10-011-16/+8
* basetextoverlay: Minor cleanup of negotiation functionsSebastian Dröge2018-10-011-16/+8
* pango: Create one context per instance and remove class mutexSebastian Dröge2018-08-276-94/+62
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-271-1/+1
* Meson: Generate pc file for all plugins in baseXavier Claessens2018-04-251-0/+1
* textoverlay: ensure text buffer has writable metadata when modifyingMark Nauwelaerts2017-07-011-0/+2
* textoverlay: adjust a valid text buffer duration to fall within segmentMark Nauwelaerts2017-07-011-1/+1
* textoverlay: make debug statement more informativeMark Nauwelaerts2017-07-011-2/+1
* pango: Handle failure to multiply fractionsEdward Hervey2017-05-261-3/+7
* textoverlay: optionally scale text to ensure proper display text aspect ratioMark Nauwelaerts2017-05-212-16/+154
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* textoverlay: Removing duplicated command.Vitor Massaru Iha2017-05-011-1/+1
* docs: Convert gtkdoc comments to markdownThibault Saunier2017-03-104-20/+25
* gst: Don't declare variables inside the for loop headerSebastian Dröge2016-12-131-1/+2
* textoverlay: Mark pad as needing reconfiguration again if it failedSebastian Dröge2016-11-181-2/+14
* video: Add VYUY pixel formatNicolas Dufresne2016-11-011-0/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+21
* timeoverlay: Add support to display timecodeVivia Nikolaidou2016-08-042-26/+40
* textoverlay: enable shaded background drawing for new IYU2 formatTim-Philipp Müller2016-06-011-0/+1
* base: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-243-10/+10
* basetextoverlay: Add new properties and alignment type for unclamped absolute...Lubosz Sarnecki2016-03-112-6/+68
* Revert "textoverlay: Do not limit positioning to video area."Tim-Philipp Müller2016-03-111-4/+8
* textoverlay: Expose rendering dimensions as properties.Lubosz Sarnecki2016-02-042-13/+84
* textoverlay: Do not limit positioning to video area.Lubosz Sarnecki2016-02-041-8/+4
* basetextoverlay: fix typo in debug log messagePrashant Gotarne2015-09-181-1/+1
* basetextoverlay: FIX crash if padding greater than video sizePrashant Gotarne2015-09-031-0/+13
* textoverlay: Query downstream caps for checking if caps features are supporte...Sebastian Dröge2015-07-281-2/+10
* basetextoverlay: Use the extents rectangle for positioningNicolas Dufresne2015-07-242-90/+132
* basetextoverlay: Fix clipping issuesNicolas Dufresne2015-07-241-32/+39
* basetextoverlay: Improve further the negotiation functionNicolas Dufresne2015-07-221-33/+35