diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-04-14 16:49:43 +0200 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-04-14 16:49:43 +0200 |
commit | 67f9c69681d56764910ae950b367bc99dfc51d4f (patch) | |
tree | a80fbf60ec1863a38d7aed0fba29db76861e0fb1 /v4l2-apps/libv4l/ChangeLog | |
parent | 58d3334b54c207b8e04e7035969e0c2acfa1ce73 (diff) | |
download | mediapointer-dvb-s2-67f9c69681d56764910ae950b367bc99dfc51d4f.tar.gz mediapointer-dvb-s2-67f9c69681d56764910ae950b367bc99dfc51d4f.tar.bz2 |
libv4l: fix reading wrong memory when doing yuv420->rgb conversion
From: Hans de Goede <hdegoede@redhat.com>
Fix reading outside of the source memory when doing yuv420->rgb conversion.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog index 3a7d3f3a8..b1f4c3a22 100644 --- a/v4l2-apps/libv4l/ChangeLog +++ b/v4l2-apps/libv4l/ChangeLog @@ -24,6 +24,7 @@ libv4l-0.5.97 * adjust libv4l's upside down cam detection to also work with devices which have the usb interface as parent instead of the usb device * fix libv4l upside down detection for the new v4l minor numbering scheme +* fix reading outside of the source memory when doing yuv420->rgb conversion libv4l-0.5.9 ------------ |