summaryrefslogtreecommitdiffstats
path: root/gst/videofilter
Commit message (Expand)AuthorAgeFilesLines
...
* *.h: Revert indentingJohan Dahlin2004-03-153-36/+37
* gst-indentThomas Vander Stichele2004-03-148-670/+708
* ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin doesn't conflict w...David Schleef2004-03-091-5/+4
* gst/videofilter/gstgamma.c: Fix typo that modified the alpha channel and caus...David Schleef2004-03-041-2/+4
* gst/videofilter/gstgamma.c: Adds gamma correction for RGB, with separate r g ...David Schleef2004-02-241-6/+137
* Convert a few inner loops to use liboil. This is currently optional, and is ...David Schleef2004-02-122-5/+24
* gst/videofilter/gstvideobalance.*: Implement lookup-tables. +/- 10x faster.Ronald S. Bultje2004-01-252-58/+108
* gst/videofilter/gstvideobalance.c: Fix regression; changing a property affect...David Schleef2004-01-161-11/+15
* gst/videofilter/gstvideobalance.c: Implement passthru if settings are in the ...Julien Moutte2004-01-151-0/+16
* gst/: Since we use videofilter symbols, link to it.Ronald S. Bultje2004-01-151-2/+1
* gst/videofilter/gstvideobalance.c: Fixing videobalance ranges for colorbalanc...Julien Moutte2004-01-141-10/+10
* gst-libs/gst/colorbalance/colorbalance.c: Adding a default type.Julien Moutte2004-01-142-2/+153
* gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance i...Jon Trowbridge2004-01-131-2/+1
* Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef2004-01-121-1/+1
* ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() testDavid Schleef2004-01-111-4/+3
* New gamma filterDavid Schleef2004-01-112-1/+298
* ext/ffmpeg/gstffmpegenc.c: Fix pad_link function to handle formats that ffmpe...David Schleef2004-01-091-1/+6
* Handle builddir != srcdir builds with making gstvideoexample.cDavid Schleef2004-01-071-3/+2
* Fix the regular expressions and quote properlyDavid Schleef2004-01-071-6/+9
* Convert make_filter to sh. Add make_filter's id to the outputDavid Schleef2004-01-072-27/+28
* gstvideoexample.h disappeared. fixing build.Julien Moutte2004-01-071-1/+1
* Merge gstvideotemplate.h into gstvideotemplate.cDavid Schleef2004-01-074-81/+33
* Negotiation fixes.David Schleef2003-12-312-68/+97
* Merge CAPS branchDavid Schleef2003-12-222-148/+82
* make videofilter handle RGB correctlyBenjamin Otte2003-12-091-21/+36
* remove copyright field from pluginsAndy Wingo2003-12-044-4/+0
* + checking in plugin category changesLeif Johnson2003-11-164-4/+4
* remove pesky g_print()sDavid Schleef2003-11-081-21/+0
* break up Id: in s/ patternDavid Schleef2003-11-081-1/+2
* Add tag to output .c fileDavid Schleef2003-11-081-0/+1
* recommmit to get the make_filter tag correctDavid Schleef2003-11-082-2/+2
* much cleanup hacking made possible by plugin changesDavid Schleef2003-11-085-343/+202
* Update the videofilter templateDavid Schleef2003-11-081-84/+37
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-077-4/+9
* Fixes for new plugin systemDavid Schleef2003-11-031-19/+12
* fix template, tooBenjamin Otte2003-11-021-21/+27
* BlaRonald S. Bultje2003-11-023-68/+86
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-4/+5
* Change some g_prints to GST_DEBUGDavid Schleef2003-09-141-4/+2
* add cvsignoresChristian Schaller2003-09-111-0/+3
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* Caps fixes and general cleanup.David Schleef2003-07-145-32/+48
* small disting fixChristian Schaller2003-07-051-1/+1
* add formats to base class, not the actual videofilter classDavid Schleef2003-07-023-3/+6
* Add a base init functionDavid Schleef2003-07-021-5/+9
* move code from videoflip directory. Why? I don't really know.David Schleef2003-07-022-20/+202
* video balancing (brightness, contrast, etc.)David Schleef2003-07-023-20/+120
* Add videobalance from templateDavid Schleef2003-07-022-0/+333
* Add videoflip, created from template.David Schleef2003-07-023-2/+341
* GstVideofilter abstract class for video filtersDavid Schleef2003-07-026-0/+1093