diff options
author | hans@localhost.localdomain <hans@localhost.localdomain> | 2008-08-22 23:23:50 +0200 |
---|---|---|
committer | hans@localhost.localdomain <hans@localhost.localdomain> | 2008-08-22 23:23:50 +0200 |
commit | a15825844ed72e4b0f13e10de4b7dd0ce31846ac (patch) | |
tree | 3b56e9a7fb825b1df514429fe40c03bfc9cd01b0 /v4l2-apps/lib/libv4l/ChangeLog | |
parent | 974d503f1d6934082aa2d8cd5f06b266726a144e (diff) | |
download | mediapointer-dvb-s2-a15825844ed72e4b0f13e10de4b7dd0ce31846ac.tar.gz mediapointer-dvb-s2-a15825844ed72e4b0f13e10de4b7dd0ce31846ac.tar.bz2 |
libv4l: add support for Pixart custom JPEG format
From: Hans de Goede <j.w.r.degoede@hhs.nl>
libv4l: add support for Pixart custom JPEG format
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/ChangeLog | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/v4l2-apps/lib/libv4l/ChangeLog b/v4l2-apps/lib/libv4l/ChangeLog index d9c97c054..47815d356 100644 --- a/v4l2-apps/lib/libv4l/ChangeLog +++ b/v4l2-apps/lib/libv4l/ChangeLog @@ -3,11 +3,9 @@ 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 - +* Add support to libv4lconvert for rotating images 90 (for Pixart 7302 cams) + or 180 (Philips SPC200NC / Philips SPC300NC) degrees +* Add support for Pixart custom JPEG format libv4l-0.4.0 ------------ |