diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-25 11:17:11 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-25 11:17:11 +0000 |
commit | 1f4616059c73850ea00c9703162446fb98ff2313 (patch) | |
tree | a49bfdb0c2187be353c90ecda4ef719872639b08 | |
parent | 6389de901030b905eaf572f23c05fa1fed50daa0 (diff) | |
download | gst-plugins-bad-1f4616059c73850ea00c9703162446fb98ff2313.tar.gz gst-plugins-bad-1f4616059c73850ea00c9703162446fb98ff2313.tar.bz2 gst-plugins-bad-1f4616059c73850ea00c9703162446fb98ff2313.zip |
gst/videofilter/gstvideobalance.*: Implement lookup-tables. +/- 10x faster.
Original commit message from CVS:
2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
(gst_videobalance_init),
(gst_videobalance_colorbalance_list_channels),
(gst_videobalance_colorbalance_set_value),
(gst_videobalance_colorbalance_get_value),
(gst_videobalance_update_properties),
(gst_videobalance_update_tables_planar411),
(gst_videobalance_planar411):
* gst/videofilter/gstvideobalance.h:
Implement lookup-tables. +/- 10x faster.
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net> + * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose), + (gst_videobalance_init), + (gst_videobalance_colorbalance_list_channels), + (gst_videobalance_colorbalance_set_value), + (gst_videobalance_colorbalance_get_value), + (gst_videobalance_update_properties), + (gst_videobalance_update_tables_planar411), + (gst_videobalance_planar411): + * gst/videofilter/gstvideobalance.h: + Implement lookup-tables. +/- 10x faster. + +2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net> + * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih), (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index): The index reading was broken. The rest worked fine, but the whole |