summaryrefslogtreecommitdiffstats
path: root/ext/pango
Commit message (Collapse)AuthorAgeFilesLines
* ext/hermes/gsthermescolorspace.c: decrease rank by 2 to not interfere with ↵David Schleef2004-03-301-1/+1
| | | | | | | | | | | other colorspaces. Original commit message from CVS: * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank by 2 to not interfere with other colorspaces. * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by one to not interfere with ffmpeg_colorspace.
* don't mix tabs and spacesThomas Vander Stichele2004-03-152-72/+74
| | | | | Original commit message from CVS: don't mix tabs and spaces
* *.h: Revert indentingJohan Dahlin2004-03-152-43/+42
| | | | | Original commit message from CVS: * *.h: Revert indenting
* gst-indentThomas Vander Stichele2004-03-144-579/+577
| | | | | Original commit message from CVS: gst-indent
* Merge CAPS branchDavid Schleef2003-12-221-52/+43
| | | | | Original commit message from CVS: Merge CAPS branch
* remove copyright field from pluginsAndy Wingo2003-12-042-2/+0
| | | | | Original commit message from CVS: remove copyright field from plugins
* + checking in plugin category changesLeif Johnson2003-11-162-2/+2
| | | | | 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-072-1/+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-022-83/+87
| | | | | Original commit message from CVS: Text overlay
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-081-5/+6
| | | | | | | deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
* rewrite state machine in _loop() function to handle buffer durationsDavid Schleef2003-08-262-29/+80
| | | | | Original commit message from CVS: rewrite state machine in _loop() function to handle buffer durations
* Migrate caps to new system. Change to using a simple convolution to create ↵David Schleef2003-08-261-6/+6
| | | | | | | | outline. Original commit message from CVS: Migrate caps to new system. Change to using a simple convolution to create outline.
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* change FT_PIXEL_MODE_GRAY to ft_pixel_mode_graysDavid Schleef2003-08-061-1/+1
| | | | | Original commit message from CVS: change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
* Add textoverlay element that was previously in the sandboxDavid Schleef2003-07-173-2/+684
| | | | | Original commit message from CVS: Add textoverlay element that was previously in the sandbox
* 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-023-0/+449
Original commit message from CVS: overlays text of the current timestamp