summaryrefslogtreecommitdiff
path: root/v4l2-apps/lib/libv4l/ChangeLog
diff options
context:
space:
mode:
authorhans@localhost.localdomain <hans@localhost.localdomain>2008-08-07 19:34:10 +0200
committerhans@localhost.localdomain <hans@localhost.localdomain>2008-08-07 19:34:10 +0200
commita63e58c8101caacfc5f82b66de79e794adf0ca3a (patch)
treeeb3169564733ab43c9bef40c22596adafef820a7 /v4l2-apps/lib/libv4l/ChangeLog
parentcfbd2d6622d7a75929f34972ca407acb4437d3d2 (diff)
downloadmediapointer-dvb-s2-a63e58c8101caacfc5f82b66de79e794adf0ca3a.tar.gz
mediapointer-dvb-s2-a63e58c8101caacfc5f82b66de79e794adf0ca3a.tar.bz2
libv4l: add support for fixing upside down images to libv4lconvert
From: Hans de Goede <j.w.r.degoede@hhs.nl> Add support to libv4lconvert to flipping the image for upside down mounted sensors, libv4lconvert will do this automatically if the webcam sets a flag in its query_fmt reply indicating that this is necessary, this fixes the upside down image on Philips SPC200NC images Priority: normal Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Diffstat (limited to 'v4l2-apps/lib/libv4l/ChangeLog')
-rw-r--r--v4l2-apps/lib/libv4l/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/v4l2-apps/lib/libv4l/ChangeLog b/v4l2-apps/lib/libv4l/ChangeLog
index 3d4e40ad2..d9c97c054 100644
--- a/v4l2-apps/lib/libv4l/ChangeLog
+++ b/v4l2-apps/lib/libv4l/ChangeLog
@@ -2,6 +2,11 @@ libv4l-0.4.1
------------
* When the driver supports read() and we are not converting let the driver
handle read() instead of emulating it with mmap mode
+* Fix errors and warnings when compiling with ICC (Gregor Jasny)
+* Add support to libv4lconvert to flipping the image for upside down mounted
+ sensors, libv4lconvert will do this automatically if the webcam sets a
+ flag in its query_fmt reply indicating that this is necessary, this fixes
+ the upside down image on Philips SPC200NC images
libv4l-0.4.0