summaryrefslogtreecommitdiffstats
path: root/ext/pango
Commit message (Collapse)AuthorAgeFilesLines
* 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