Hey, On Tue, 2003-02-25 at 18:43, luca_ing@xxxxxxxxx wrote: > Hello, i am searching for a jpeg decompressor ( better someone > who wants to write it :-) ) to include in my kernel driver for a > webcam/chip which supports standard jpeg compression with yuv422/0 > planar 8/16 bit encoding, non-interleaved scan. Don't do that, it's evil. JPEG decompression shouldn't be done in-kernel. Use v4l2, identify as V4L2_PIX_FMT_JPEG and let userspace applications decode that. (Don't tell me this JPEG decompression code is really in the kernel) Ronald -- Ronald Bultje <rbultje@xxxxxxxxxxxxxxxxxxx>