* v4l1 compat wrapper version 0.2
@ 2008-06-06 11:17 Hans de Goede
0 siblings, 0 replies; only message in thread
From: Hans de Goede @ 2008-06-06 11:17 UTC (permalink / raw)
To: need4weed@gmail.com, Elmar Kleijn, video4linux-list, spca50x-devs
[-- Attachment #1: Type: text/plain, Size: 1304 bytes --]
Hi All,
Changes:
* When mmap gets passed an fd of -1 (anonymous map) don't look for it in our
list of managed fds, as we use -1 to mark unused entries (fixes ekiga
crashing). Also check for an fd of -1 in the other calls we intercept.
* In close() start with removing the fd from our list of managed fds, this must
be done first, because as soon as we've done the actual close syscall, the
fd maybe returned by an open in another thread and we don't want to intercept
calls to this new fd.
* Make unknown v4l1 palette types a normal level log messages instead of an
error.
* When an applicaiton changes the width / height through the CMCAPTURE ioctl
remember the new width and height.
* If the devices initial v4l2 pixformat has no corresponding v4l1 palette, try
setting a format which does (and which we emulate when necessary) so that
applicactions which just query the current format (GPICT) and then take
whatever they get will work (partially fixes camorama)
* Implement our own SWIN instead of using kernel compat layer, for more
flexibility and better error checking
If you want to test please use this version, the previous version had a nasty
bug in the mmap wrapping causing all kinda problems (brown paper bag bug).
New version attached.
Regards,
Hans
[-- Attachment #2: v4l1-compat-0.2.tar.gz --]
[-- Type: application/x-gzip, Size: 30663 bytes --]
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-06 11:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-06 11:17 v4l1 compat wrapper version 0.2 Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox