summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | V4L/DVB: cx18: switch to new vbi subdev opsHans Verkuil2010-05-192-4/+7
| * | | | V4L/DVB: ivtv: switch to new vbi subdev opsHans Verkuil2010-05-192-4/+7
| * | | | V4L/DVB: tvp5150: support new vbi ops to set/get VBI formatHans Verkuil2010-05-191-25/+41
| * | | | V4L/DVB: saa7127: support new vbi ops to set/get VBI formatHans Verkuil2010-05-191-10/+15
| * | | | V4L/DVB: cx18: support new vbi ops to set/get VBI formatHans Verkuil2010-05-193-31/+29Star
| * | | | V4L/DVB: cx25840: support new vbi ops to set/get VBI formatHans Verkuil2010-05-193-28/+26Star
| * | | | V4L/DVB: saa7115: support new vbi ops to set/get VBI formatHans Verkuil2010-05-191-12/+27
| * | | | V4L/DVB: v4l: move vbi-specific video ops to a new vbi ops structHans Verkuil2010-05-197-14/+34
| * | | | V4L/DVB: gspca - main: Convert wMaxPacketSize from little endian 16 to cpuJean-François Moine2010-05-191-2/+2
| * | | | V4L/DVB: uvcvideo: Prevent division by 0 when control step value is 0Laurent Pinchart2010-05-191-0/+2
| * | | | V4L/DVB: uvcvideo: Flag relative controls as write-onlyLaurent Pinchart2010-05-191-12/+16
| * | | | V4L/DVB: uvcvideo: Add support for V4L2_PIX_FMT_Y16Laurent Pinchart2010-05-192-2/+9
| * | | | V4L/DVB: [-next] media: fix vivi build errorRandy Dunlap2010-05-191-1/+1
| * | | | V4L/DVB: saa7134: Add support new Behold TV cardsDmitri Belimov2010-05-194-0/+85
| * | | | V4L/DVB: videobuf: make poll() report proper flags for output video devicesPawel Osciak2010-05-191-2/+12
| * | | | V4L/DVB: buf-dma-sg.c: don't assume nr_pages == sglenArnout Vandecappelle2010-05-191-2/+2
| * | | | V4L/DVB: videobuf-vmalloc: remove __videobuf_sync()Mauro Carvalho Chehab2010-05-191-7/+0Star
| * | | | V4L/DVB: videobuf-dma-sg: remove external function videobuf_dma_sync()Mauro Carvalho Chehab2010-05-191-13/+7Star
| * | | | V4L/DVB: videobuf: Add support for V4L2_BUF_FLAG_ERRORHans Verkuil2010-05-191-8/+8
| * | | | V4L/DVB: dvb-usb: gp8psk, fix potential null derefernceJiri Slaby2010-05-191-0/+4
| * | | | V4L/DVB: dib3000mc: reduce large stack usageRandy Dunlap2010-05-191-13/+22
| * | | | V4L/DVB: dib7000p: reduce large stack usage fixAndrew Morton2010-05-191-1/+1
| * | | | V4L/DVB: dib7000p: reduce large stack usageRandy Dunlap2010-05-192-16/+25
| * | | | V4L/DVB: Add Elgato EyeTV Diversity to dibcom driverMichael Müller2010-05-192-2/+45
| * | | | V4L/DVB: bttv: Add another ids for IVC-200Kirill Smelkov2010-05-191-0/+4
| * | | | V4L/DVB: Read MAC for TeVii S470 PCI-e DVB-S2 cardPierre Gronlier2010-05-191-0/+16
| * | | | V4L/DVB: em28xx: fix locks during dvb init sequenceMauro Carvalho Chehab2010-05-192-13/+10Star
| * | | | V4L/DVB: cx88: fix setting input when using DVBIstvan Varga2010-05-191-1/+10
| * | | | V4L/DVB: IR/imon: add proper auto-repeat supportJarod Wilson2010-05-191-5/+6
| * | | | V4L/DVB: IR/imon: minor change_protocol fixupsJarod Wilson2010-05-191-11/+9Star
| * | | | V4L/DVB: ir-core: remove ir-functions usage from cx231xxDavid Härdeman2010-05-192-39/+10Star
| * | | | V4L/DVB: ir-core: remove IR_TYPE_PDDavid Härdeman2010-05-192-10/+4Star
| * | | | V4L/DVB: IR/imon: convert to ir-core protocol change handlingJarod Wilson2010-05-193-89/+69Star
| * | | | V4L/DVB: event: Export the v4l2_event_init and v4l2_event_dequeue functionsLaurent Pinchart2010-05-191-0/+2
| * | | | V4L/DVB: V4L: Events: Replace bad WARN_ON() with assert_spin_locked()Sakari Ailus2010-05-191-1/+1
| * | | | V4L/DVB: gspca - zc3xx: Fix the gamma calculation from the contrastJean-François Moine2010-05-191-5/+5
| * | | | V4L/DVB: gspca - zc3xx.c: Remove the brightness controlJean-François Moine2010-05-191-72/+1Star
| * | | | V4L/DVB: gspca - zc3xx: Fix the light frequency values for pas202b and pb0330Jean-François Moine2010-05-191-6/+6
| * | | | V4L/DVB: gspca - sonixj: Add sensor soi768Jean-François Moine2010-05-191-1/+94
| * | | | V4L/DVB: gspca - sonixj: Reset the bridge after sensor probeJean-François Moine2010-05-191-22/+19Star
| * | | | V4L/DVB: gspca - sonixj: Adjust minor values of sensor ov7630. - set the col...Jean-François Moine2010-05-191-1/+2
| * | | | V4L/DVB: gspca - sonixj: Set the colors at startup timeJean-François Moine2010-05-191-0/+1
| * | | | V4L/DVB: gspca - sonixj: Adjust debug output. - fix bad function name - add...Jean-François Moine2010-05-191-1/+3
| * | | | V4L/DVB: gspca - sonixj: Split the init sequence of sensor ov7630Jean-François Moine2010-05-191-1/+4
| * | | | V4L/DVB: v4l: videobuf: qbuf now uses relevant v4l2_buffer fields for OUTPUT ...Pawel Osciak2010-05-191-0/+7
| * | | | V4L/DVB: omap_vout:V4L2 Display: Changed enum return type to intVaibhav Hiremath2010-05-191-2/+1Star
| * | | | V4L/DVB: V4L2: Add support for OMAP2/3 V4L2 display driver on top of DSS2Vaibhav Hiremath2010-05-198-0/+3140
| * | | | V4L/DVB: ivtv: support the new events APIHans Verkuil2010-05-195-17/+87
| * | | | V4L/DVB: V4L: Events: Support event handling in do_ioctlSakari Ailus2010-05-192-1/+60
| * | | | V4L/DVB: V4L: Events: Add backendSakari Ailus2010-05-193-2/+297