aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/vivi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25V4L/DVB (7022): Fix timestamp presentation on vivi driverMauro Carvalho Chehab1-7/+8
2008-01-25V4L/DVB (6817): Cleanup kernel thread and provide overrun detectionMauro Carvalho Chehab1-32/+41
2008-01-25V4L/DVB (6816): Add proper locking for buffer fillingMauro Carvalho Chehab1-2/+10
2008-01-25V4L/DVB (6815): Fix vivi internal debug messagesMauro Carvalho Chehab1-42/+67
2008-01-25V4L/DVB (6807): fix debug enableMauro Carvalho Chehab1-1/+1
2008-01-25V4L/DVB (6806): Allow emulating changes of video std by viviMauro Carvalho Chehab1-2/+2
2008-01-25V4L/DVB (6758): Miscelaneous cleanupsMauro Carvalho Chehab1-241/+246
2008-01-25V4L/DVB (6755): Avoid troubles when using multiple devicesMauro Carvalho Chehab1-4/+4
2008-01-25V4L/DVB (6754): Allow vivi to open multiple video devicesMauro Carvalho Chehab1-44/+62
2008-01-25V4L/DVB (6753): Fix vivi to support non-zero minor nodeMauro Carvalho Chehab1-8/+32
2008-01-25V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_Brandon Philips1-12/+12
2007-12-11V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stopBrandon Philips1-0/+1
2007-10-22V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab1-1/+0
2007-10-10V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entryTrent Piepho1-18/+9
2007-10-10V4L/DVB (6277): vivi cleanup: remove the unused varsMauro Carvalho Chehab1-5/+0
2007-10-10V4L/DVB (6275): V4L: vivi.c remove the "resource" lockingBrandon Philips1-44/+4
2007-10-10V4L/DVB (6274): V4L: vivi.c replace logic in vivi_poll with videobuf_poll_streamBrandon Philips1-17/+2
2007-10-10V4L/DVB (6273): V4L: vivi.c vidioc_try_fmt_cap() negotiate a valid fieldBrandon Philips1-2/+1
2007-10-10V4L/DVB (6264): Make the vertical lines to moveMauro Carvalho Chehab1-6/+11
2007-10-10V4L/DVB (6259): Fix vivi poll() methodMauro Carvalho Chehab1-3/+2
2007-10-09V4L/DVB (6255): Convert vivi to use videobuf-vmallocMauro Carvalho Chehab1-29/+15
2007-10-09V4L/DVB (6253): Convert vivi to use the newer videobuf-dma-sg moduleMauro Carvalho Chehab1-33/+20
2007-10-09V4L/DVB (6014): vivi: use videobuf_read_stream()Mauro Carvalho Chehab1-1/+1
2007-07-18V4L/DVB (5811): Use mutex instead of semaphore in Virtual Video driverMatthias Kaehlcke1-7/+8
2007-07-18V4L/DVB (5727): Remove VIVI_SCATTERMauro Carvalho Chehab1-163/+0
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-02-21V4L/DVB (5249): Fix compiler warning in vivi.cMarcel Siegert1-1/+2
2007-02-21V4L/DVB (5147): Make vivi driver to use vmalloced pointersMauro Carvalho Chehab1-11/+72
2007-02-21V4L/DVB (5074): Some fixes at stream waitqueue on viviMauro Carvalho Chehab1-5/+11
2007-02-21V4L/DVB (5073): Fix OOPS on some waitqueue conditionsMauro Carvalho Chehab1-1/+1
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-1/+1
2007-01-15V4L/DVB (5020): Fix: disable interrupts while at KM_BOUNCE_READMauro Carvalho Chehab1-0/+7
2006-12-27V4L/DVB (4995): Vivi: fix kthread_run() error checkAkinobu Mita1-2/+2
2006-12-27V4L/DVB (4994): Vivi: fix use after free in list_for_each()Akinobu Mita1-1/+3
2006-12-10V4L/DVB (4861): Remove the need of a STD array for drivers using video_ioctl2Mauro Carvalho Chehab1-13/+3
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-10-14V4L/DVB (4725): Fix vivi compile on pariscMatthew Wilcox1-6/+6
2006-09-26V4L/DVB (4627): Vivi crashes with mplayerSascha Hauer1-0/+2
2006-09-26V4L/DVB (4510): Fix signedness error in drivers/media/video/vivi.cEric Sesterhenn1-1/+2
2006-08-08V4L/DVB (4399): Fix a typo that caused some compat stuff to not workMauro Carvalho Chehab1-2/+2
2006-07-29V4L/DVB (4343): Fix for compilation without V4L1 or V4L1_COMPATMauro Carvalho Chehab1-2/+2
2006-06-25V4L/DVB (4146): Drivers/media/video/vivi.c: make 2 functions staticAdrian Bunk1-2/+2
2006-06-25V4L/DVB (4112): Fix: videodev.c were cleaning the pointer, not the valuesMauro Carvalho Chehab1-1/+1
2006-06-25V4L/DVB (4066): Vivi.c were ported to the newer videodev2 format.Mauro Carvalho Chehab1-339/+283
2006-06-25V4L/DVB (3931): Vivi.c: possible cleanupsAdrian Bunk1-27/+17
2006-05-12V4L/DVB (3914): Vivi build fixAndrew Morton1-0/+1
2006-05-12V4L/DVB (3774): Create V4L1 config optionsMauro Carvalho Chehab1-0/+4
2006-03-24V4L/DVB (3597): Vivi: fix warning: implicit declaration of function 'in_interrupt'Michael Krufky1-0/+1
2006-03-24V4L/DVB (3519): Corrects MODULE_AUTHORMauro Carvalho Chehab1-1/+1
2006-03-24V4L/DVB (3518): Creates a virtual video device driverMauro Carvalho Chehab1-0/+1453