gst/videofilter/gstgamma.c: Adds gamma correction for RGB, with separate r g and...
authorDavid Schleef <ds@schleef.org>
Tue, 24 Feb 2004 21:23:40 +0000 (21:23 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 24 Feb 2004 21:23:40 +0000 (21:23 +0000)
commit066bff5695b1324c9de20b4b549f7a89c2343dbc
tree36021bb596c243e6e3329b4903dd1c106d0cfdec
parentc4fd0eedb0ed2e022abf322bd401f80ce10c1ba1
gst/videofilter/gstgamma.c: Adds gamma correction for RGB, with separate r g and b correction factors.

Original commit message from CVS:
reviewed by: David Schleef  <ds@schleef.org>
* gst/videofilter/gstgamma.c: (gst_gamma_class_init),
(gst_gamma_init), (gst_gamma_set_property),
(gst_gamma_get_property), (gst_gamma_calculate_tables),
(gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
for RGB, with separate r g and b correction factors.
ChangeLog