diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:09:42 +0100 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:09:42 +0100 |
commit | b326eb353c8691cc4c32ca59c0a2cf60ca74c3b6 (patch) | |
tree | 883f28c9ca9e08af2d13a77eac28a9e2b2dd8ce7 /v4l2-apps/libv4l/ChangeLog | |
parent | 93d4ae910ce9eeaa5998e3aa1980c3647d959fc6 (diff) | |
download | mediapointer-dvb-s2-b326eb353c8691cc4c32ca59c0a2cf60ca74c3b6.tar.gz mediapointer-dvb-s2-b326eb353c8691cc4c32ca59c0a2cf60ca74c3b6.tar.bz2 |
libv4l: add support for downscaling
From: Lukáš Karas <lukas.karas@centrum.cz>
Add support for downscaling to make apps which want low resolutions
(skype, spcaview) happy when used with cams which can only do high
resolutions.
Priority: normal
Signed-off-by: Lukáš Karas <lukas.karas@centrum.cz>
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 624f6dc43..b6097fe41 100644 --- a/v4l2-apps/libv4l/ChangeLog +++ b/v4l2-apps/libv4l/ChangeLog @@ -2,6 +2,9 @@ libv4l-0.5.4 ------------ * Don't report DQBUF errors when errno is EAGAIN, this fixes flooding the screen with errors when applications use non blocking mode +* Add support for downscaling to make apps which want low resolutions + (skype, spcaview) happy when used with cams which can only do high + resolutions (by Lukáš Karas <lukas.karas@centrum.cz>). libv4l-0.5.3 ------------ |