| | 6 | - Fix log message reporting an incorrect firmware size. |
|---|
| | 7 | - Add composite input support for ivtv_card_pg600v2. |
|---|
| | 8 | - (Hopefully) prevent flickering of the top-third of the screen. |
|---|
| | 9 | - The Stop Capture command now also transfers the last pending |
|---|
| | 10 | DMA transfer. |
|---|
| | 11 | - Ensure that the buffers never contain 'half-frames' causing |
|---|
| | 12 | sync problems for the YUV input. |
|---|
| | 13 | - It turns out that the cx23415/6 DMA engine cannot do scatter/gather |
|---|
| | 14 | DMA reliably. Every so often depending on the phase of the moon and |
|---|
| | 15 | your hardware configuration the cx2341x DMA engine simply chokes on |
|---|
| | 16 | it and you have to reboot to get it working again. |
|---|
| | 17 | |
|---|
| | 18 | This change replaced the scatter/gather DMA by single transfers at a |
|---|
| | 19 | time, where the driver is now responsible for DMA-ing each buffer. |
|---|
| | 20 | |
|---|
| | 21 | Many thanks to Mark Bryars <mark.bryars@etvinteractive.com> for |
|---|
| | 22 | discovering the link between scatter/gather and the DMA timeouts. |
|---|
| | 23 | - Prevent vertical overflow of yuv output. |
|---|
| | 24 | - Framebuffer timings no longer locked on module load. |
|---|
| | 25 | - Prevent yuv register updates from being missed. |
|---|
| | 26 | - Attach yuv field order to each frame. |
|---|
| | 27 | - Split Club3D card from Yuan PG600-2, GotView PCI DVD Lite (different composite input) |
|---|
| | 28 | - Add AVerTV MCE 116 Plus (M116) card |
|---|
| | 29 | - Allow Xceive cards to be used without Xceive support |
|---|
| | 30 | - Don't mute/unmute the audio input. Muting the cx23415/6 is sufficient. |
|---|
| | 31 | - Invalid VBI packets should result in an empty VBI frame, not |
|---|
| | 32 | in an zero-sized frame that causes the reader to incorrectly |
|---|
| | 33 | return a 0 (EOF) value. |
|---|
| | 34 | - Trying to open the radio when a capture is in progress will make it |
|---|
| | 35 | impossible to open the radio again since the stream wasn't released. |
|---|
| | 36 | - Change the video color to black when a capture from the radio is |
|---|
| | 37 | started. Thanks to Martin Dauskardt for finding this. |
|---|
| | 38 | - Fix MPEG1 resizing. |
|---|