Summary: This release includes mostly code cleanups. A bug preventing compilation on non-x86 archs is fixed, along with a few other small bugs. BUG FIXES: - Only #include asm/cpufeature.h on x86 arch. - Only #include linux/i2c.h if OV511_ENABLE_I2C is defined - ov511_stop() was setting wrong bits w/ OV518 - ov511_restart() should reinit the stream (reg 2f) w/ OV518 - With OV518, set LED I/O pin to output mode before trying to turn on LED. INTERNAL CHANGES: - Updated some comments - Greatly simplified the decompression module interface - 320x240 is max resolution w/ OV518 for now (352x288 doesn't work yet) - Added bridge classes (511 and 518), to simplify code in the future - Eliminated all Windows typedefs - Removed CompInfo typedef - ov511_decomp.c: Function arguments reordered and removed when unnecessary - ov511_decomp.c: Renamed most variables for greater brevity and clarity - ov511_decomp.c: Eliminated more unused code