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. I found a jpeg decompression function in the kernel sources (linunx/drivers/video/fb-jpeg.c) but it seems to decode only encoded yuv411 format. I am not an expert about j pegs and, before studying the whole standard to write a jpeg decompressor by myself, i would like to have it in a easier way. Any ideas? (Exact vendor specifications about how the chip does the compression can be found here: go.lamarinapunto.com , download section) Thanks