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