summaryrefslogtreecommitdiff
path: root/v4l2-apps/libv4l/ChangeLog
diff options
context:
space:
mode:
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-05-22 11:40:31 +0200
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-05-22 11:40:31 +0200
commitb152107391374bfc61ea21d1731fd349352bedf2 (patch)
tree6efea876e59de3c12dd63061782b4793e8e6f38c /v4l2-apps/libv4l/ChangeLog
parent5a77f99540d308be03bced1c0dea4f480cd50894 (diff)
downloadmediapointer-dvb-s2-b152107391374bfc61ea21d1731fd349352bedf2.tar.gz
mediapointer-dvb-s2-b152107391374bfc61ea21d1731fd349352bedf2.tar.bz2
libv4l: add support for adding black borders (reverse cropping)
From: Hans de Goede <hdegoede@redhat.com> Add the capability to provide 320x240 to apps if the cam can only do 320x232 (some zc3xx cams) by adding black borders. And more in general the capability to make certain standard resolutions available by adding black borders to slightly smaller resolutions, in case we encounter more cams which have a hardware limitation which makes them do a resolution slightly smaller then the standard ones. Priority: normal Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/ChangeLog')
-rw-r--r--v4l2-apps/libv4l/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog
index 673eee4c0..532421ed0 100644
--- a/v4l2-apps/libv4l/ChangeLog
+++ b/v4l2-apps/libv4l/ChangeLog
@@ -11,6 +11,8 @@ libv4l-0.5.98
(and with little extra processing cost). As part of this the normalize
filter has been removed as it wasn't functioning satisfactory anyways
* Various small bugfixes and tweaks
+* Add the capability to provide 320x240 to apps if the cam can only
+ do 320x232 (some zc3xx cams) by adding black borders
libv4l-0.5.97
-------------