- Added 3 new module parameters: - lightfreq - sets light frequency compensation to 50 or 60 Hz - bandingfilter - Filters flicker/banding from fluorescent light - ttpp - Enables decompression and format conversion at task-time - Added detection for Samsung Anycam MPC-M10 (ID# 41) - Added ov51x_set_light_freq() and ov51x_set_banding_filter() functions - Added YUV420P format (same as YUV420) - Moved Windows data type definitions and compression structures to ov511.h - Replaced global compression variables with variables in ov511_frame. This makes the decompression code reentrant and allows it to work on multiple simultaneously streaming cameras. - Added ov511_postprocess() - Deallocation of m_pTempBuffer moved to ov511_do_dealloc() - Uses SOF header instead of module param to decide if a frame is compressed. - E-mail address changed from mwm@i.am to mmcclell@bigfoot.com - ov511.txt: Updated module param documentation