IVTV changes: 1.0.3 release - Rename ivtv-fb to ivtvfb for naming consistency. - Test return value of unregister_framebuffer. - Removed the v4l-cx2341x-init.mpg file as it's now part of the firmware.tar.gz package. 1.0.2 release - Starting with kernel 2.6.22.2 the ivtv-driver.h header changed. Try to detect which of the two versions should be used. - Fix ivtvctl --reset-ir. - Framebuffer timings no longer locked on module load - Add some new stress test utilities. 1.0.1 release - Replace IVTVFB_IOCTL_PREP_FRAME by IVTVFB_IOC_DMA_FRAME and replace struct ivtvfb_ioctl_dma_host_to_ivtv_args with struct ivtvfb_dma_frame. This makes ivtv-fb consistent with the ivtv-fb that will be merged with the kernel. - Fix compile issues. - Fix option parse errors with ivtvctl and v4l2-dbg. 1.0.0 release Removed the ivtv driver from this repository: the ivtv driver is now included in the kernel (starting from 2.6.22) and is maintained in the v4l-dvb repository. What remains are the ivtv-fb module, the saa717x module and the test tools and utilities. Eventually the ivtv-fb and saa717x module should also be moved to the kernel.