summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/gstvideobalance.c
Commit message (Expand)AuthorAgeFilesLines
* videofilter: add G_OBJECT_WARN_INVALID_PROPERTY_ID to property setterStefan Kost2009-10-021-0/+1
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-7/+0
* Remove unused variables in _class_initEdward Hervey2009-04-181-2/+0
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-8/+5
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constantsSébastien Moutte2006-04-091-0/+4
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-0/+4
* better/unified long descriptionsWim Taymans2006-03-301-1/+1
* docs/plugins/: Added videobalance and videoflip to the docs.Wim Taymans2006-03-031-280/+361
* VideoFilter inherits fromJulien Moutte2005-11-231-12/+0
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* forward port from 0.9 and enable videoflip now that it worksThomas Vander Stichele2005-07-251-2/+3
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* add ported videofilter to cvs headChristian Schaller2005-05-061-2/+3
* Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt2004-11-011-7/+18
* configure.ac: update for swfdec-0.3 and liboil-0.2David Schleef2004-10-141-2/+2
* compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friendsBenjamin Otte2004-08-031-2/+1
* fix local includes and 64 bits constantsSteve Lhomme2004-07-271-1/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-16/+16
* gst-indentThomas Vander Stichele2004-03-141-156/+157
* Convert a few inner loops to use liboil. This is currently optional, and is ...David Schleef2004-02-121-3/+22
* gst/videofilter/gstvideobalance.*: Implement lookup-tables. +/- 10x faster.Ronald S. Bultje2004-01-251-54/+101
* 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/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-141-1/+151
* gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance i...Jon Trowbridge2004-01-131-2/+1
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* recommmit to get the make_filter tag correctDavid Schleef2003-11-081-1/+1
* much cleanup hacking made possible by plugin changesDavid Schleef2003-11-081-109/+50
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-0/+3
* BlaRonald S. Bultje2003-11-021-22/+31
* Caps fixes and general cleanup.David Schleef2003-07-141-4/+6
* add formats to base class, not the actual videofilter classDavid Schleef2003-07-021-1/+2
* video balancing (brightness, contrast, etc.)David Schleef2003-07-021-19/+109
* Add videobalance from templateDavid Schleef2003-07-021-0/+272