summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18
AgeCommit message (Expand)Author
2009-02-14cx18: Convert the integrated A/V decoder core interface to a v4l2_subdevAndy Walls
2009-02-13v4l2-common: add comments warning that about the sort orderHans Verkuil
2009-02-06ivtv/cx18: fix g_fmt and try_fmt for raw videoMauro Carvalho Chehab
2009-02-09merge: http://linuxtv.org/hg/~awalls/cx18-sliced-vbiMauro Carvalho Chehab
2009-02-09merge: http://linuxtv.org/hg/~awalls/cx18Mauro Carvalho Chehab
2009-02-08cx18: Finally get sliced VBI working - for 525 line 60 Hz systems at leastAndy Walls
2009-02-07cx18: Process Raw VBI on a whole frame basis; fix VBI buffer sizeAndy Walls
2009-02-06cx18: Fix sliced VBI PTS and fix artifacts in last raw line of fieldAndy Walls
2009-02-06cx18: Use correct line counts per field in firmware API callAndy Walls
2009-02-06cx18: Fixes for enforcing when Encoder Raw VBI params can be setAndy Walls
2009-02-05cx18: Fix VBI ioctl() handling and Raw/Sliced VBI state managementAndy Walls
2009-02-01cx18: Remove an unused spinlockAndy Walls
2009-02-01cx18: Fix presentation timestamp (PTS) for VBI buffersAndy Walls
2009-02-01cx18: Fix coding style of a switch statement per checkpatch.plAndy Walls
2009-01-30cx18: Clean-up and enable sliced VBI handlingAndy Walls
2009-01-30cx18: Normalize APU after second APU firmware loadAndy Walls
2009-01-30cx18: Smarter verification of CX18_AUDIO_ENABLE register writesAndy Walls
2009-01-30cx18: Defer A/V core initialization until a valid cx18_av_cmd arrivesAndy Walls
2009-01-29v4l2: fix incorrect hue range checkHans Verkuil
2009-01-19cx18: Add initial entry for a Leadtek DVR3100 H hybrid cardAndy Walls
2009-01-17cx18: Call request_module() with proper argument types.Andy Walls
2009-01-11cx18: Conversion to new V4L2 framework: use v4l2_device objectAndy Walls
2009-01-10cx18: Rename structure members: dev to pci_dev and v4l2dev to video_devAndy Walls
2009-01-10cx18: Print driver version number when logging statusAndy Walls
2009-01-04cx18: Fix bad audio in first analog capture.Andy Walls
2009-01-03cx18, cx2341x: Fix bugs in cx18 AC3 control and comply with V4L2 specAndy Walls
2009-01-01cx18, cx2341x, ivtv: Add AC-3 audio encoding control to cx18Andy Walls
2009-01-01cx18: Additional debug to display outgoing mailbox parametersAndy Walls
2009-01-01cx18: Fix a PLL divisor update for the I2S master clockAndy Walls
2008-12-30v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil
2008-12-30v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil
2008-12-30v4l2: introduce v4l2_file_operations.Hans Verkuil
2008-12-20cx18: Use a consistent crystal value for computing all PLL parametersAndy Walls
2008-12-20cx18: Disable locking of Video and Audio PLL for analog capturesAndy Walls
2008-12-16Revert changeset 9886Mauro Carvalho Chehab
2008-12-15merge: http://linuxtv.org/hg/~awalls/v4l-dvbMauro Carvalho Chehab
2008-12-14cx18: Refine the firmware load and firmware startup processAndy Walls
2008-12-12cx18: Enable raw VBI captureAndy Walls
2008-12-12cx18: Port fix for raw/sliced VBI mixup from ivtv and cx25840Andy Walls
2008-12-12cx18: Avoid making firmware API calls with the queue lock heldAndy Walls
2008-12-08cx18: Increment version number due to siginificant buffering changesAndy Walls
2008-12-07cx18: Add module parameters for finer control over buffer allocationsAndy Walls
2008-12-08cx18: Allow more than 63 capture buffers in rotation per streamAndy Walls
2008-11-27cx18: Eliminate q_io from stream buffer handlingAndy Walls
2008-11-30cx18: cx18_writel_expect() should not declare success on a PCI read errorAndy Walls
2008-11-25cx18: Change work_queue teardown to work for kernels earlier than 2.6.22Andy Walls
2008-11-25cx18: Change to per CX23418 device work queues for deferrable work handlingAndy Walls
2008-11-23cx18: Use a known open task handle when setting stream CX2341x parametersAndy Walls
2008-12-14cx18: Convert some list manipulations to emphasize entries not listsAndy Walls
2008-12-14cx18: VBI comment corrections and comments about VBI issuesAndy Walls