summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx18
AgeCommit message (Expand)AuthorFilesLines
2010-02-26V4L/DVB (13912): cx18: Fix tuner reset pin in card entry for the Leadtek PVR2100Sergey Bolshakov1-1/+1
2010-02-26V4L/DVB (13910): cx18: Fix set indextable command to properly select I/P/B in...Andy Walls2-3/+4
2010-02-26V4L/DVB (13909): cx18: Clean up dead code from ivtv once used for IDX processingAndy Walls2-17/+1
2010-02-26V4L/DVB (13908): cx18: Add initial working VIDIOC_G_ENC_INDEX ioctl() supportAndy Walls3-13/+146
2010-02-26V4L/DVB (13907): cx18: Perform automatic rotation of very old, unread IDX buf...Andy Walls3-1/+33
2010-02-26V4L/DVB (13906): cx18: Start IDX streams automatically as an internal associa...Andy Walls3-72/+125
2010-02-26V4L/DVB (13905): cx18: Allow MPEG index streams to be started and stopped int...Andy Walls1-5/+13
2010-02-26V4L/DVB (13904): cx18: Fix TS and IDX stream buffer memory leak on module unloadAndy Walls2-3/+22
2010-02-26V4L/DVB (13903): cx18: Encapsulate check for a stream being enabled into an i...Andy Walls1-4/+9
2010-02-26V4L/DVB (13902): cx18: Update MPEG Index stream buffers module option processingAndy Walls2-9/+38
2009-12-16V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart1-2/+2
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-10/+10
2009-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds19-244/+666
2009-12-05V4L/DVB (13478): cx18: remove bogus init call.Hans Verkuil2-8/+7
2009-12-05V4L/DVB (13445): cx18: Use per cx18 instance init data for ir-kbd-i2c instead...Andy Walls3-15/+16
2009-12-05V4L/DVB (13434): cx18: Bump version number due to significant buffer handling...Andy Walls1-1/+1
2009-12-05V4L/DVB (13433): cx18: Remove duplicate list traversal when processing incomi...Andy Walls2-32/+8
2009-12-05V4L/DVB (13432): cx18: Adjust encoder VBI MDL size to be exactly frame's wort...Andy Walls3-4/+17
2009-12-05V4L/DVB (13431): cx18: Adjust an MDL's final buffer size to force encoder tra...Andy Walls1-3/+18
2009-12-05V4L/DVB (13430): cx18: Fix YUV capture so that encoder passes a single frame ...Andy Walls5-22/+71
2009-12-05V4L/DVB (13429): cx18: Add Memory Descriptor List (MDL) layer to buffer handlingAndy Walls12-173/+540
2009-12-05V4L/DVB (13428): cx18: Rename mdl_offset to mdl_base_idx or free_mdl_idx as a...Andy Walls3-7/+7
2009-12-05V4L/DVB (13427): cx18: Rename struct cx18_queue.buffers to struct cx18_queue....Andy Walls5-15/+15
2009-12-05V4L/DVB (13426): cx18: Rename struct cx18_mdl to struct cx18_mdl_entAndy Walls3-4/+4
2009-12-05V4L/DVB (13331): mxl5005s: provide ability to override QAM gain for HVR-1600Devin Heitmueller1-0/+1
2009-12-05V4L/DVB (13329): s5h1409: provide HVR-1600 specific optimizationsDevin Heitmueller1-1/+2
2009-12-05V4L/DVB (13288): adding __init/__exit macros to various driversPeter Huewe1-2/+2
2009-12-05tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2-2/+2
2009-11-09media/video: add __init/__exit macros to various driversPeter Huewe1-2/+2
2009-09-19V4L/DVB (12725): v4l: warn when desired devnodenr is in use & add _no_warn fu...Hans Verkuil1-1/+1
2009-09-19V4L/DVB (12723): ivtv/cx18: replace 'kernel number' with 'device node number'.Hans Verkuil2-2/+2
2009-09-19V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil1-7/+7
2009-09-19V4L/DVB (12884): cx18: Eliminate warning about discarding 'const' is assignme...Andy Walls1-1/+1
2009-09-12V4L/DVB (12699): cx18: ir-kbd-i2c initialization data should point to a persi...Andy Walls1-7/+8
2009-09-12V4L/DVB (12595): common/ir: use a struct for keycode tablesMauro Carvalho Chehab1-1/+1
2009-09-12V4L/DVB (12367): cx18: Add i2c initialization for Z8F0811/Hauppage IR transce...Andy Walls3-17/+64
2009-09-12V4L/DVB (12343): Stop defining I2C adapter IDs nobody usesJean Delvare1-1/+0
2009-09-12V4L/DVB (12207): cx18: Add an EEPROM dump routine for the Yuan MPC718 and fut...Andy Walls2-3/+40
2009-09-12V4L/DVB (12199): remove redundant tests on unsignedRoel Kluin1-1/+1
2009-09-12V4L/DVB (12196): cx18-fileops.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-08-14V4L/DVB (12338): cx18: Read buffer overflowAndy Walls1-1/+2
2009-07-05V4L/DVB (12182): cx18: Add DVB-T support for Yuan MPC-718 cards with an MT352...Andy Walls2-2/+162
2009-07-05V4L/DVB (12180): cx18: Update Yuan MPC-718 card entry with better information...Andy Walls1-12/+22
2009-06-23V4L/DVB (12104): ivtv/cx18: fix regression: class controls are no longer seenHans Verkuil1-0/+2
2009-06-17V4L/DVB (11951): cx18: Add DVB-T support for the Leadtek WinFast DVR3100 HAndy Walls2-14/+57
2009-06-17V4L/DVB (11950): cx18: Split LeadTek PVR2100 and DVR3100 H into 2 separate ca...Andy Walls3-6/+63
2009-06-17V4L/DVB (11898): cx18: Perform 64 bit divide so it works for 32 bit systemsAndy Walls1-1/+4
2009-06-17V4L/DVB (11865): cx18: Tweak color burst gate delay and initial color sub-car...Andy Walls1-21/+48
2009-06-17V4L/DVB (11864): cx18: Complete support for Sliced and Raw VBI for 625 line s...Andy Walls3-14/+24
2009-06-17V4L/DVB (11863): cx18: Initial attempt to get sliced VBI working for 625 line...Andy Walls3-15/+56