index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
video
/
vivi.c
Age
Commit message (
Expand
)
Author
2007-11-13
V4L: Convert videobuf drivers to videobuf_stop
Brandon Philips
2007-11-06
V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_
Brandon Philips
2007-10-15
v4l core: remove the unused .hardware V4L1 field
Mauro Carvalho Chehab
2007-10-10
Change list_for_each+list_entry to list_for_each_entry
Trent Piepho
2007-09-27
vivi cleanup: remove the unused vars
Mauro Carvalho Chehab
2007-09-27
V4L: vivi.c remove the "resource" locking
bphilips@suse.de
2007-09-27
V4L: vivi.c replace logic in vivi_poll with videobuf_poll_stream
bphilips@suse.de
2007-09-27
V4L: vivi.c vidioc_try_fmt_cap() negotiate a valid field
bphilips@suse.de
2007-09-22
Make the vertical lines to move
Mauro Carvalho Chehab
2007-08-27
Fix vivi poll() method
Mauro Carvalho Chehab
2007-08-02
Convert vivi to use videobuf-vmalloc
Mauro Carvalho Chehab
2007-08-23
Convert vivi to use the newer videobuf-dma-sg module
Mauro Carvalho Chehab
2007-07-29
videobuf_read_stream is more efficient than videobuf_read_one
Mauro Carvalho Chehab
2007-07-19
backport kernel changeset 831441862956fffa17b9801db37e6ea1650b0f69
Mauro Carvalho Chehab
2007-07-02
Backport mutex changes to work with kernels <=2.6.15
Mauro Carvalho Chehab
2007-07-02
use mutex instead of semaphore in Virtual Video driver
Mauro Carvalho Chehab
2007-02-21
Backport: make file_operations const
Mauro Carvalho Chehab
2007-02-19
compat: Add code to compat.h for try_to_sleep()
Trent Piepho
2007-02-13
fix compiler warning in vivi.c
Marcel Siegert
2007-01-25
Make vivi driver to use vmalloced pointers
Mauro Carvalho Chehab
2007-01-20
rmmod should be reset to zero on kernel 2.4
Mauro Carvalho Chehab
2007-01-14
Some fixes at stream waitqueue on vivi
Mauro Carvalho Chehab
2007-01-13
Fix OOPS on some waitqueue conditions
Mauro Carvalho Chehab
2007-01-02
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Mauro Carvalho Chehab
2006-12-27
Fix some troubles at the previous patch
Mauro Carvalho Chehab
2006-12-26
usbvision fix: It was using "&&" instead "&"
Mauro Carvalho Chehab
2006-12-20
Vivi: fix kthread_run() error check
Mauro Carvalho Chehab
2006-12-20
Vivi: fix use after free in list_for_each()
Mauro Carvalho Chehab
2006-12-16
Several stuff backported from 2.6.19-git series
Mauro Carvalho Chehab
2006-11-20
Remove the need of a STD array for drivers using video_ioctl2
Mauro Carvalho Chehab
2006-10-06
Fix vivi compile on parisc
Mauro Carvalho Chehab
2006-09-13
Vivi crashes with mplayer
Mauro Carvalho Chehab
2006-08-21
Fix signedness error in drivers/media/video/vivi.c
Mauro Carvalho Chehab
2006-07-30
Fix a typo that caused some compat stuff to not work
Mauro Carvalho Chehab
2006-07-23
Fix for compilation without V4L1 or V4L1_COMPAT
Mauro Carvalho Chehab
2006-07-15
Add compat.h code for schedule_timeout_interruptible()
Trent Piepho
2006-06-23
drivers/media/video/vivi.c: make 2 functions static
Mauro Carvalho Chehab
2006-06-17
Fix: videodev.c were cleaning the pointer, not the values
Mauro Carvalho Chehab
2006-06-07
vidioc_streamon/streamoff callbacks were missing at struct
Mauro Carvalho Chehab
2006-06-07
Improves debug msg for unsupported fourcc standards
Mauro Carvalho Chehab
2006-06-06
Make vivi to use the debug var from video_device
Mauro Carvalho Chehab
2006-06-04
vivi.c were ported to the newer videodev2 format.
Mauro Carvalho Chehab
2006-05-12
Removed blank line to be in sync with kernel
Mauro Carvalho Chehab
2006-05-08
Compat.h were missing in vivi.c. Fixed.
Mauro Carvalho Chehab
2006-04-27
Vivi.c: possible cleanups
Mauro Carvalho Chehab
2006-04-27
Vivi build fix
Mauro Carvalho Chehab
2006-04-11
Merge: from V4L1 tree
Mauro Carvalho Chehab
2006-03-23
vivi: fix warning: implicit declaration of function 'in_interrupt'
Michael Krufky
2006-03-10
Corrects MODULE_AUTHOR
Mauro Carvalho Chehab
2006-03-10
Creates a virtual video device driver
Mauro Carvalho Chehab