summaryrefslogtreecommitdiffstats
path: root/ext/pango/gsttimeoverlay.c
Commit message (Collapse)AuthorAgeFilesLines
* move pango to baseThomas Vander Stichele2005-12-011-130/+0
| | | | | Original commit message from CVS: move pango to base
* Port pango-based textoverlay, timeoverlay and textrender to 0.9 and add ↵Tim-Philipp Müller2005-11-301-255/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | background shading and text wrapping modes. M... Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/pango/Makefile.am: * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init), (gst_clock_overlay_render_time), (gst_clock_overlay_get_text), (gst_clock_overlay_class_init), (gst_clock_overlay_init): * ext/pango/gstclockoverlay.h: * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init), (gst_text_overlay_get_text), (gst_text_overlay_class_init), (gst_text_overlay_finalize), (gst_text_overlay_init), (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps), (gst_text_overlay_text_pad_linked), (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_set_property), (gst_text_overlay_getcaps), (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420), (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text), (gst_text_overlay_push_frame), (gst_text_overlay_pop_video), (gst_text_overlay_pop_text), (gst_text_overlay_collected), (gst_text_overlay_change_state), (plugin_init): * ext/pango/gsttextoverlay.h: * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init), (gst_time_overlay_render_time), (gst_time_overlay_get_text), (gst_time_overlay_class_init), (gst_time_overlay_init): * ext/pango/gsttimeoverlay.h: Port pango-based textoverlay, timeoverlay and textrender to 0.9 and add background shading and text wrapping modes. Make timoverlay derive from textoverlay. Also add new clockoverlay element.
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+2
| | | | | Original commit message from CVS: rework configure.ac; make asterisk rtp stuff compile on mingw
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
| | | | | | | | Original commit message from CVS: 2005-07-05 Andy Wingo <wingo@pobox.com> * Way, way, way too many files: Remove crack comment from the 2000 era.
* second batch : remove ',' at end of enums as they could confuse older gcc, ↵Stéphane Loeuillet2004-05-211-2/+2
| | | | | | | | | foreign compilers (forte) and gtk-doc (in ... Original commit message from CVS: second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in gst-plugins/ext/ this time)
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-6/+7
| | | | | Original commit message from CVS: don't mix tabs and spaces
* gst-indentThomas Vander Stichele2004-03-141-84/+86
| | | | | Original commit message from CVS: gst-indent
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
| | | | | Original commit message from CVS: remove copyright field from plugins
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
| | | | | Original commit message from CVS: + checking in plugin category changes
* Update for videofilter changesDavid Schleef2003-11-101-104/+50
| | | | | Original commit message from CVS: Update for videofilter changes
* apparently you need this function now - it still doesn't work thoughBenjamin Otte2003-11-091-0/+2
| | | | | Original commit message from CVS: apparently you need this function now - it still doesn't work though
* That function was removed from videofilter because of plugin_init changesBenjamin Otte2003-11-091-2/+0
| | | | | Original commit message from CVS: That function was removed from videofilter because of plugin_init changes
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-071-0/+3
| | | | | | | and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
* Text overlayIain Holmes2003-11-021-52/+57
| | | | | Original commit message from CVS: Text overlay
* Fixes for new caps systemDavid Schleef2003-07-141-6/+8
| | | | | Original commit message from CVS: Fixes for new caps system
* overlays text of the current timestampDavid Schleef2003-07-021-0/+370
Original commit message from CVS: overlays text of the current timestamp