summaryrefslogtreecommitdiff
path: root/gst/videofilter/gstgamma.c
Commit message (Expand)AuthorAgeFilesLines
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* gamma: remove duplicate entries at format at capsAndre Moreira Magalhaes (andrunko)2012-09-271-2/+2
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-2/+2
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* use transform_ip_on_passthroughWim Taymans2012-04-021-4/+1
* videofilter: avoid holding object lock when calling basetransform functionMark Nauwelaerts2012-03-261-12/+15
* don't poke into basetransform internalsWim Taymans2012-03-161-3/+3
* update for videofilter changes.Wim Taymans2011-12-211-33/+18
* controller: port to new controller location and apiStefan Sauer2011-11-041-2/+1
* video: port to new video apisWim Taymans2011-07-041-90/+55
* port some more elements to 0.11Wim Taymans2011-04-251-17/+12
* plugins: port to new memory APIWim Taymans2011-03-281-3/+5
* videofilter: Order color formats by their contained amount of informationSebastian Dröge2010-04-291-8/+26
* videofilter: Update last-reviewed commentsSebastian Dröge2010-04-291-0/+2
* gamma: Sync properties to the controller in before_transformSebastian Dröge2010-04-291-7/+17
* videofilter: Move all elements into a single pluginSebastian Dröge2010-04-291-16/+2
* gamma: Improve docs a bitSebastian Dröge2010-04-291-0/+5
* gamma: Add support for all RGB formatsSebastian Dröge2010-04-291-4/+88
* gamma: Add support for many packed YUV formatsSebastian Dröge2010-04-291-4/+39
* gamma: Add support for all other planar YUV formatsSebastian Dröge2010-04-291-2/+9
* gamma: Stop using liboilSebastian Dröge2010-04-291-7/+15
* gamma: Use libgstvideo for format specific values and make gamma processing m...Sebastian Dröge2010-04-291-26/+41
* gamma: Make gamma property controllableSebastian Dröge2010-04-291-19/+20
* gamma: Some random cleanupSebastian Dröge2010-04-291-45/+29
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+3
* Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte2010-03-171-1/+1
* videofilter: add G_OBJECT_WARN_INVALID_PROPERTY_ID to property setterStefan Kost2009-10-021-0/+1
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-8/+4
* gst/videofilter/: Port gamma filter to 0.10. Fixes #412704.Mark Nauwelaerts2007-02-281-273/+163
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-1/+1
* 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-3/+3
* fix local includes and 64 bits constantsSteve Lhomme2004-07-271-1/+1
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-12/+13
* gst-indentThomas Vander Stichele2004-03-141-118/+124
* 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
* New gamma filterDavid Schleef2004-01-111-0/+293