diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-08-29 14:46:21 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-08-29 14:46:21 -0300 |
commit | 8030ee67bdce5ce3725581d715f9451b950d45da (patch) | |
tree | 81af4c86341760d746e90ea43778181aa20f2f7b /v4l2-apps/lib/libv4l/ChangeLog | |
parent | 19050620d7676a007898ae8404ad4edc757f9d2f (diff) | |
parent | b29c49d48ca0db5d5e8e98f1622be4d0311656c4 (diff) | |
download | mediapointer-dvb-s2-8030ee67bdce5ce3725581d715f9451b950d45da.tar.gz mediapointer-dvb-s2-8030ee67bdce5ce3725581d715f9451b950d45da.tar.bz2 |
merge: http://linuxtv.org/hg/~hgoede/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l2-apps/lib/libv4l/ChangeLog')
-rw-r--r-- | v4l2-apps/lib/libv4l/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/v4l2-apps/lib/libv4l/ChangeLog b/v4l2-apps/lib/libv4l/ChangeLog index 3d4e40ad2..eefe0028b 100644 --- a/v4l2-apps/lib/libv4l/ChangeLog +++ b/v4l2-apps/lib/libv4l/ChangeLog @@ -1,8 +1,20 @@ +libv4l-0.4.2 +------------ +* The bayer pixel order in gspca's sonixb driver was different from that in + the sn9c102 driver from the mainline kernel, a recent gspca patch fixes + this, adjust libv4l to match (and make it work properly with the sn9c102 + driver). + 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 for rotating images 90 (for Pixart 7302 cams) + or 180 (Philips SPC200NC / Philips SPC300NC) degrees +* Add support for Pixart custom JPEG format +* Hide non public symbols (Gregor Jasny) +* Fix and enable x86_64 asm jpeg decompress helper functions (Gregor Jasny) libv4l-0.4.0 ------------ |