aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-streams.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-19V4L/DVB (12725): v4l: warn when desired devnodenr is in use & add _no_warn functionHans Verkuil1-1/+1
2009-09-19V4L/DVB (12723): ivtv/cx18: replace 'kernel number' with 'device node number'.Hans Verkuil1-1/+1
2009-06-16V4L/DVB (11864): cx18: Complete support for Sliced and Raw VBI for 625 line systemsAndy Walls1-5/+4
2009-06-16V4L/DVB (11863): cx18: Initial attempt to get sliced VBI working for 625 line systemsAndy Walls1-1/+7
2009-06-16V4L/DVB (11619): cx18: Simplify the work handler for outgoing mailbox commandsAndy Walls1-77/+5
2009-06-16V4L/DVB (11618): cx18: Convert per stream mutex locks to per queue spin locksAndy Walls1-3/+5
2009-06-16V4L/DVB (11616): cx18: Add a work queue for deferring empty buffer handoffs to the firmwareAndy Walls1-5/+94
2009-03-30V4L/DVB (10854): cx18: Correct comments about vertical and horizontal blanking timingsAndy Walls1-3/+2
2009-03-30V4L/DVB (10759): cx18: Convert GPIO connected functions to act as v4l2_subdevicesAndy Walls1-1/+0
2009-03-30V4L/DVB (10757): cx18, v4l2-chip-ident: Finish conversion of AV decoder core to v4l2_subdevAndy Walls1-1/+1
2009-03-30V4L/DVB (10756): cx18: Slim down instance handling, build names from v4l2_device.nameAndy Walls1-4/+5
2009-03-30V4L/DVB (10446): cx18: Finally get sliced VBI working - for 525 line 60 Hz systems at leastAndy Walls1-4/+15
2009-03-30V4L/DVB (10443): cx18: Use correct line counts per field in firmware API callAndy Walls1-2/+3
2009-03-30V4L/DVB (10442): cx18: Fixes for enforcing when Encoder Raw VBI params can be setAndy Walls1-19/+60
2009-03-30V4L/DVB (10439): cx18: Clean-up and enable sliced VBI handlingAndy Walls1-10/+35
2009-03-30V4L/DVB (10280): cx18: Rename structure members: dev to pci_dev and v4l2dev to video_devAndy Walls1-29/+30
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-11/+2
2008-12-30V4L/DVB (9894): cx18: Use a known open task handle when setting stream CX2341x parametersAndy Walls1-1/+5
2008-12-30V4L/DVB (9893): cx18: Convert some list manipulations to emphasize entries not listsAndy Walls1-3/+1
2008-12-30V4L/DVB (9891): cx18 Replace magic number 63 with CX18_MAX_FW_MDLS_PER_STREAMAndy Walls1-2/+3
2008-12-30V4L/DVB (9806): cx18: Enable raw VBI captureAndy Walls1-4/+4
2008-12-30V4L/DVB (9805): cx18: Port fix for raw/sliced VBI mixup from ivtv and cx25840Andy Walls1-3/+3
2008-12-30V4L/DVB (9804): cx18: Avoid making firmware API calls with the queue lock heldAndy Walls1-23/+14
2008-12-30V4L/DVB (9802): cx18: Add module parameters for finer control over buffer allocationsAndy Walls1-10/+11
2008-12-30V4L/DVB (9801): cx18: Allow more than 63 capture buffers in rotation per streamAndy Walls1-12/+65
2008-12-30V4L/DVB (9800): cx18: Eliminate q_io from stream buffer handlingAndy Walls1-1/+0
2008-12-30V4L/DVB (9728): cx18: Copyright attribution update for files modified by awallsAndy Walls1-0/+1
2008-12-30V4L/DVB (9722): cx18: Convert per stream queue spinlocks into mutexesAndy Walls1-1/+1
2008-12-30V4L/DVB (9720): cx18: Major rewrite of interrupt handling for incoming mailbox processingAndy Walls1-0/+18
2008-12-30V4L/DVB (9592): cx18: Use default kernel work queue; fix streaming flag for work handlerAndy Walls1-3/+3
2008-10-21V4L/DVB (9299): cx18: Don't mask many real init error codes by mapping them to ENOMEMAndy Walls1-14/+22
2008-10-12V4L/DVB (9133): v4l: disconnect kernel number from minorHans Verkuil1-19/+22
2008-10-12V4L/DVB (8913): cx18: Create cx18_ specific wrappers for all pci mmio accessesors.Andy Walls1-4/+6
2008-10-12V4L/DVB (8774): cx18: Have CX23418 release buffers at end of capture.Andy Walls1-0/+10
2008-10-12V4L/DVB (8773): cx18: Fix cx18_find_handle() and add error checkingAndy Walls1-4/+4
2008-10-12V4L/DVB (8770): cx18: get rid of ununsed buffers stolen fieldAndy Walls1-1/+0
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-3/+0
2008-07-23V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil1-1/+1
2008-07-20V4L/DVB (8414): videodev/cx18: fix get_index bug and error-handling lock-upsHans Verkuil1-1/+3
2008-07-20V4L/DVB (8104): cx18/ivtv: ioctl debugging improvementsHans Verkuil1-2/+2
2008-07-20V4L/DVB (8082): cx18: convert to video_ioctl2()Andy Walls1-1/+3
2008-06-05V4L/DVB (7964): cx18 iomem annotationsAl Viro1-4/+4
2008-06-05V4L/DVB (7931): cx18: allow for simultaneous digital and analog captureHans Verkuil1-6/+10
2008-06-05V4L/DVB (7885): ivtv/cx18: add compat_ioctl entriesHans Verkuil1-6/+7
2008-05-14V4L/DVB (7854): cx18/ivtv: improve and fix out-of-memory handlingHans Verkuil1-5/+8
2008-04-29V4L/DVB (7786): cx18: new driver for the Conexant CX23418 MPEG encoder chipHans Verkuil1-0/+566