summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18
AgeCommit message (Expand)Author
2009-02-28cx18: Fix VPS service register codesAndy Walls
2009-02-28cx18: Correct comments about vertical and horizontal blanking timingsAndy Walls
2009-02-28cx18: Fix s-parse warnings and a logic error about extracting the VBI PTSAndy Walls
2009-02-28cx18: Include cx18-audio.h in cx18-audio.c to eliminate s-parse warningAndy Walls
2009-02-28cx18: Fix a video scaling check problem introduced by sliced VBI changesAndy Walls
2009-02-28cx18: Use strlcpy() instead of strncpy() for temp eeprom i2c_client setupAndy Walls
2009-02-27cx18 and saa7110: remove the fake v4l2_ctrl_query_fill calls for the proper onesMauro Carvalho Chehab
2009-02-26cx18: Fix compilation and remove the obsoleted v4l2_ctrl_query_fill_std() callMauro Carvalho Chehab
2009-02-26merge: http://linuxtv.org/hg/~awalls/cx18Mauro Carvalho Chehab
2009-02-21cx18: Disable AC3 controls as the firmware doesn't support AC3Andy Walls
2009-02-21cx18: Increment version number due to significant changes for v4l2_subdevsAndy Walls
2009-02-21cx18: Get rid of unused variables related to video outputAndy Walls
2009-02-21cx18: Change log lines for internal subdevs and fix tveeprom readsAndy Walls
2009-02-21cx18: Fix a memory leak of buffers used for sliced VBI insertionAndy Walls
2009-02-21v4l2-common: remove v4l2_ctrl_query_fill_stdHans Verkuil
2009-02-21cx18: Convert GPIO connected functions to act as v4l2_subdevicesAndy Walls
2009-02-20cx18: Convert I2C devices to v4l2_subdevicesAndy Walls
2009-02-16cx18, v4l2-chip-ident: Finish conversion of AV decoder core to v4l2_subdevAndy Walls
2009-02-14cx18: Slim down instance handling, build names from v4l2_device.nameAndy Walls
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