diff options
author | hans@localhost.localdomain <hans@localhost.localdomain> | 2009-05-21 13:08:29 +0200 |
---|---|---|
committer | hans@localhost.localdomain <hans@localhost.localdomain> | 2009-05-21 13:08:29 +0200 |
commit | 62805a6b176a0bbd17ab8fa421791765186fb77d (patch) | |
tree | 049754e1bd4e985cb443ba944e9b98dd7113c3e0 /v4l2-apps/libv4l/ChangeLog | |
parent | 34a210b573f9c8ff8f07077f239be95d9d9248c5 (diff) | |
download | mediapointer-dvb-s2-62805a6b176a0bbd17ab8fa421791765186fb77d.tar.gz mediapointer-dvb-s2-62805a6b176a0bbd17ab8fa421791765186fb77d.tar.bz2 |
libv4l: rewrite video processing code
From: Hans de Goede <hdegoede@redhat.com>
Rewrite video processing code to make it easier to add more video filters
(and with little extra processing cost). As part of this the normalize
filter has been removed as it wasn't functioning satisfactory anyways
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/ChangeLog')
-rw-r--r-- | v4l2-apps/libv4l/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog index 9bfecab85..73b237a93 100644 --- a/v4l2-apps/libv4l/ChangeLog +++ b/v4l2-apps/libv4l/ChangeLog @@ -10,6 +10,9 @@ libv4l-0.5.98 * Fix a bug in v4lconvert_uyvy_to_yuv420() * Add support for separate vflipping and hflipping * Add fake controls controlling the software h- and v-flipping +* Rewrite video processing code to make it easier to add more video filters + (and with little extra processing cost). As part of this the normalize + filter has been removed as it wasn't functioning satisfactory anyways libv4l-0.5.97 ------------- |