mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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.
This commit is contained in:
parent
e5a106832a
commit
30d6219933
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue