aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7164 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21[media] saa7164: Removed use of the BKLSteven Toth2-78/+18
2010-10-21[media] saa7164: Remove V4L2_CAP_STREAMING capability flagSteven Toth2-2/+0
2010-10-21[media] Fix the -E{*} returns in the VBI device as wellGavin Hurlbut1-1/+1
2010-10-21[media] Fix the negative -E{BLAH} returns from fops_readGavin Hurlbut1-1/+1
2010-10-21[media] Change the second input names to include " 2" to distinguish themGavin Hurlbut2-2/+2
2010-10-21[media] saa7134: Fix lots os spaces at the wrong placesMauro Carvalho Chehab6-79/+79
2010-10-21[media] saa7164: Don't use typedefsMauro Carvalho Chehab9-214/+196
2010-10-21[media] saa7164: fix a warning at some printk's on i386Mauro Carvalho Chehab1-4/+4
2010-10-21[media] saa7164: Disable firmware debug message outputSteven Toth1-1/+1
2010-10-21[media] saa7164: Remove loud debugging during video_poll()Steven Toth1-1/+0
2010-10-21[media] saa7164: bugfix, avoid oops when driver unloads without firmwareSteven Toth3-1/+4
2010-10-21[media] saa7164: saa7164-buffer.c line 274 bugfixSteven Toth1-0/+10
2010-10-21[media] saa7164: Some whitespace cleanupSteven Toth8-15/+4
2010-10-21[media] saa7164: fix vbi compiler warningsSteven Toth1-3/+0
2010-10-21[media] saa7164: change debug to saa_debugSteven Toth2-5/+5
2010-10-21[media] saa7164: monitor the RISC cpu load via a threadSteven Toth5-0/+50
2010-10-21[media] saa7164: collect/show the firmware debugging via a threadSteven Toth3-11/+92
2010-10-21[media] saa7164: enforce the march 10th firmware is usedSteven Toth2-46/+4
2010-10-21[media] saa7164: Monitor the command bus and check for inconsistenciesSteven Toth3-70/+131
2010-10-21[media] saa7164: VBI irq cleanup and V4L VBI raw pitch adjustmentsSteven Toth1-5/+28
2010-10-21[media] saa7164: add firmware debug message collection and procfs changesSteven Toth5-3/+173
2010-10-21[media] saa7164: add NTSC VBI supportSteven Toth7-17/+326
2010-10-21[media] saa7164: Add missing saa7164-vbi.c fileSteven Toth1-0/+1411
2010-10-21[media] saa7164: rename a structure for readabilitySteven Toth2-23/+23
2010-10-21[media] saa7164: Avoid spurious error after firmware startsSteven Toth1-3/+10
2010-10-21[media] saa7164: New firmware changes, new size, new filenameSteven Toth1-2/+2
2010-10-21[media] saa7164: allow DMA engine buffers to vary in size between analog and digitalSteven Toth4-122/+220
2010-10-21[media] saa7164: code cleanupSteven Toth4-55/+1
2010-10-21[media] saa7164: irqhandler cleanup and helper function addedSteven Toth2-176/+80
2010-10-21[media] saa7164: mundane buffer debugging changes to track issuesSteven Toth4-16/+29
2010-10-21[media] saa7164: Implement resolution control firmware commandSteven Toth3-1/+14
2010-10-21[media] saa7164: adjust the PS pack size handling to fill buffers 100%Steven Toth4-29/+46
2010-10-21[media] saa7164: buffer crc checks and ensure we use the memcpy funcSteven Toth5-40/+191
2010-10-21[media] saa7164: add guard bytes around critical buffers to detect failureSteven Toth2-6/+37
2010-10-21[media] saa7164: measure via histograms various irq and queue latenciesSteven Toth3-4/+59
2010-10-21[media] saa7164: allow the number of encoder buffers to be user configurableSteven Toth3-5/+15
2010-10-21[media] saa7164: patches to monitor TS payload for inconsistenciesSteven Toth3-1/+82
2010-10-21[media] saa7164: allow variable length GOP sizes and switch encoder default to CBRSteven Toth3-4/+12
2010-10-21[media] saa7164: allow encoder output format to be user configurableSteven Toth2-4/+10
2010-10-21[media] saa7164: implement encoder peak bitrate featureSteven Toth3-1/+19
2010-10-21[media] saa7164: allow the IBP reference distance to be configurableSteven Toth3-1/+18
2010-10-21[media] saa7164: add support for encoder CBR and VBR optionallySteven Toth4-1/+25
2010-10-21[media] saa7164: generate a fixed kernel warning if the irq is 'late'Steven Toth1-1/+6
2010-10-21[media] saa7164: allow the encoder GOP structure to be configuredSteven Toth3-1/+35
2010-10-21[media] saa7164: command dequeue fixup to clean the bus after errorSteven Toth1-2/+17
2010-10-21[media] saa7164: Implement encoder irq handling in a deferred work queueSteven Toth2-29/+217
2010-10-21[media] saa7164: add various encoder message functionsSteven Toth6-38/+2348
2010-10-21[media] saa7164: convert buffering structs to be more genericSteven Toth5-116/+178
2010-10-21[media] saa7164: Add some encoder firmwares message types and structsSteven Toth2-1/+160
2010-10-21[media] saa7164: basic definitions for -encoder.cSteven Toth14-15/+39