diff options
author | David Schleef <ds@schleef.org> | 2004-02-24 21:23:40 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-02-24 21:23:40 +0000 |
commit | 3589ce6d93bc595c79552f5c77e7c700cd4c5e39 (patch) | |
tree | 799521d395086809997c34880abda264e9845387 /ChangeLog | |
parent | e770cb6193e77b17e5b871054140aaf8f8dc7ac7 (diff) | |
download | gst-plugins-bad-3589ce6d93bc595c79552f5c77e7c700cd4c5e39.tar.gz gst-plugins-bad-3589ce6d93bc595c79552f5c77e7c700cd4c5e39.tar.bz2 gst-plugins-bad-3589ce6d93bc595c79552f5c77e7c700cd4c5e39.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net> + + 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. + 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org> * ext/vorbis/vorbisdec.c: (vorbis_dec_chain): |