Age | Commit message (Expand) | Author | Files | Lines |
2011-07-28 | [media] saa7164: poll mask set incorrectly | Dan Carpenter | 1 | -5/+1 |
2011-05-10 | treewide: fix a few typos in comments | Justin P. Mattock | 1 | -1/+1 |
2011-03-22 | [media] video/saa7164: Fix sparse warning: Using plain integer as NULL pointer | Peter Huewe | 1 | -4/+4 |
2010-12-29 | [media] saa7164: Checkpatch compliance cleanup | Steven Toth | 1 | -13/+20 |
2010-10-21 | [media] saa7164: Removed use of the BKL | Steven Toth | 1 | -39/+9 |
2010-10-21 | [media] saa7164: Remove V4L2_CAP_STREAMING capability flag | Steven Toth | 1 | -1/+0 |
2010-10-21 | [media] Fix the negative -E{BLAH} returns from fops_read | Gavin Hurlbut | 1 | -1/+1 |
2010-10-21 | [media] Change the second input names to include " 2" to distinguish them | Gavin Hurlbut | 1 | -1/+1 |
2010-10-21 | [media] saa7134: Fix lots os spaces at the wrong places | Mauro Carvalho Chehab | 1 | -5/+5 |
2010-10-21 | [media] saa7164: Don't use typedefs | Mauro Carvalho Chehab | 1 | -1/+1 |
2010-10-21 | [media] saa7164: Remove loud debugging during video_poll() | Steven Toth | 1 | -1/+0 |
2010-10-21 | [media] saa7164: Some whitespace cleanup | Steven Toth | 1 | -2/+0 |
2010-10-21 | [media] saa7164: rename a structure for readability | Steven Toth | 1 | -22/+22 |
2010-10-21 | [media] saa7164: allow DMA engine buffers to vary in size between analog and ... | Steven Toth | 1 | -101/+144 |
2010-10-21 | [media] saa7164: code cleanup | Steven Toth | 1 | -8/+0 |
2010-10-21 | [media] saa7164: mundane buffer debugging changes to track issues | Steven Toth | 1 | -0/+8 |
2010-10-21 | [media] saa7164: adjust the PS pack size handling to fill buffers 100% | Steven Toth | 1 | -5/+4 |
2010-10-21 | [media] saa7164: buffer crc checks and ensure we use the memcpy func | Steven Toth | 1 | -0/+9 |
2010-10-21 | [media] saa7164: add guard bytes around critical buffers to detect failure | Steven Toth | 1 | -4/+17 |
2010-10-21 | [media] saa7164: measure via histograms various irq and queue latencies | Steven Toth | 1 | -0/+16 |
2010-10-21 | [media] saa7164: allow the number of encoder buffers to be user configurable | Steven Toth | 1 | -1/+6 |
2010-10-21 | [media] saa7164: allow variable length GOP sizes and switch encoder default t... | Steven Toth | 1 | -3/+10 |
2010-10-21 | [media] saa7164: allow encoder output format to be user configurable | Steven Toth | 1 | -4/+5 |
2010-10-21 | [media] saa7164: implement encoder peak bitrate feature | Steven Toth | 1 | -0/+17 |
2010-10-21 | [media] saa7164: allow the IBP reference distance to be configurable | Steven Toth | 1 | -0/+16 |
2010-10-21 | [media] saa7164: add support for encoder CBR and VBR optionally | Steven Toth | 1 | -0/+17 |
2010-10-21 | [media] saa7164: add various encoder message functions | Steven Toth | 1 | -0/+1371 |
2010-10-21 | [media] saa7164: basic definitions for -encoder.c | Steven Toth | 1 | -0/+23 |