summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx18
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB: cx18-alsa: name alsa device after the actual cardDevin Heitmueller2010-02-261-1/+1
* V4L/DVB: cx18: cleanup cx18-alsa debug loggingDevin Heitmueller2010-02-261-1/+5
* V4L/DVB: cx18: rework cx18-alsa module loading to support automatic loadingDevin Heitmueller2010-02-263-32/+46
* V4L/DVB: cx18-alsa: remove unneeded debug lineDevin Heitmueller2010-02-261-1/+0
* V4L/DVB: cx18: export more symbols required by cx18-alsaDevin Heitmueller2010-02-261-0/+2
* V4L/DVB: cx18: add cx18-alsa module to MakefileDevin Heitmueller2010-02-262-0/+13
* V4L/DVB: cx18: overhaul ALSA PCM device handling so it worksDevin Heitmueller2010-02-265-7/+293
* V4L/DVB: cx18: export a couple of symbols so they can be shared with cx18-alsaDevin Heitmueller2010-02-262-2/+7
* V4L/DVB: cx18: make it so cx18-alsa-main.c compilesDevin Heitmueller2010-02-261-7/+19
* V4L/DVB: cx18: rename cx18-alsa.cDevin Heitmueller2010-02-261-0/+0
* V4L/DVB: cx18-alsa: Add non-working cx18-alsa-pcm.[ch] files to avoid data lossAndy Walls2010-02-262-0/+138
* V4L/DVB: cx18-alsa: Initial non-working cx18-alsa filesAndy Walls2010-02-265-0/+573
* V4L/DVB (13968): cx18, fix potential null dereferenceJiri Slaby2010-02-261-8/+10
* V4L/DVB (13912): cx18: Fix tuner reset pin in card entry for the Leadtek PVR2100Sergey Bolshakov2010-02-261-1/+1
* V4L/DVB (13910): cx18: Fix set indextable command to properly select I/P/B in...Andy Walls2010-02-262-3/+4
* V4L/DVB (13909): cx18: Clean up dead code from ivtv once used for IDX processingAndy Walls2010-02-262-17/+1
* V4L/DVB (13908): cx18: Add initial working VIDIOC_G_ENC_INDEX ioctl() supportAndy Walls2010-02-263-13/+146
* V4L/DVB (13907): cx18: Perform automatic rotation of very old, unread IDX buf...Andy Walls2010-02-263-1/+33
* V4L/DVB (13906): cx18: Start IDX streams automatically as an internal associa...Andy Walls2010-02-263-72/+125
* V4L/DVB (13905): cx18: Allow MPEG index streams to be started and stopped int...Andy Walls2010-02-261-5/+13
* V4L/DVB (13904): cx18: Fix TS and IDX stream buffer memory leak on module unloadAndy Walls2010-02-262-3/+22
* V4L/DVB (13903): cx18: Encapsulate check for a stream being enabled into an i...Andy Walls2010-02-261-4/+9
* V4L/DVB (13902): cx18: Update MPEG Index stream buffers module option processingAndy Walls2010-02-262-9/+38
* V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart2009-12-161-2/+2
* V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart2009-12-161-10/+10
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-12-0919-244/+666
|\
| * V4L/DVB (13478): cx18: remove bogus init call.Hans Verkuil2009-12-052-8/+7
| * V4L/DVB (13445): cx18: Use per cx18 instance init data for ir-kbd-i2c instead...Andy Walls2009-12-053-15/+16
| * V4L/DVB (13434): cx18: Bump version number due to significant buffer handling...Andy Walls2009-12-051-1/+1
| * V4L/DVB (13433): cx18: Remove duplicate list traversal when processing incomi...Andy Walls2009-12-052-32/+8
| * V4L/DVB (13432): cx18: Adjust encoder VBI MDL size to be exactly frame's wort...Andy Walls2009-12-053-4/+17
| * V4L/DVB (13431): cx18: Adjust an MDL's final buffer size to force encoder tra...Andy Walls2009-12-051-3/+18
| * V4L/DVB (13430): cx18: Fix YUV capture so that encoder passes a single frame ...Andy Walls2009-12-055-22/+71
| * V4L/DVB (13429): cx18: Add Memory Descriptor List (MDL) layer to buffer handlingAndy Walls2009-12-0512-173/+540
| * V4L/DVB (13428): cx18: Rename mdl_offset to mdl_base_idx or free_mdl_idx as a...Andy Walls2009-12-053-7/+7
| * V4L/DVB (13427): cx18: Rename struct cx18_queue.buffers to struct cx18_queue....Andy Walls2009-12-055-15/+15
| * V4L/DVB (13426): cx18: Rename struct cx18_mdl to struct cx18_mdl_entAndy Walls2009-12-053-4/+4
| * V4L/DVB (13331): mxl5005s: provide ability to override QAM gain for HVR-1600Devin Heitmueller2009-12-051-0/+1
| * V4L/DVB (13329): s5h1409: provide HVR-1600 specific optimizationsDevin Heitmueller2009-12-051-1/+2
| * V4L/DVB (13288): adding __init/__exit macros to various driversPeter Huewe2009-12-051-2/+2
* | tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-042-2/+2
* | media/video: add __init/__exit macros to various driversPeter Huewe2009-11-091-2/+2
|/
* V4L/DVB (12725): v4l: warn when desired devnodenr is in use & add _no_warn fu...Hans Verkuil2009-09-191-1/+1
* V4L/DVB (12723): ivtv/cx18: replace 'kernel number' with 'device node number'.Hans Verkuil2009-09-192-2/+2
* V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil2009-09-191-7/+7
* V4L/DVB (12884): cx18: Eliminate warning about discarding 'const' is assignme...Andy Walls2009-09-191-1/+1
* V4L/DVB (12699): cx18: ir-kbd-i2c initialization data should point to a persi...Andy Walls2009-09-121-7/+8
* V4L/DVB (12595): common/ir: use a struct for keycode tablesMauro Carvalho Chehab2009-09-121-1/+1
* V4L/DVB (12367): cx18: Add i2c initialization for Z8F0811/Hauppage IR transce...Andy Walls2009-09-123-17/+64
* V4L/DVB (12343): Stop defining I2C adapter IDs nobody usesJean Delvare2009-09-121-1/+0