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
/
videodev.c
Age
Commit message (
Expand
)
Author
2006-12-01
Improve debug msgs to show fourcc and buffer length on video_ioctl2
Mauro Carvalho Chehab
2006-11-20
Remove the need of a STD array for drivers using video_ioctl2
Mauro Carvalho Chehab
2006-11-20
Optimization of v4l1 handling
Mauro Carvalho Chehab
2006-11-20
Fix initializations on some video_ioctl2 handlers
Mauro Carvalho Chehab
2006-10-13
Fix oops in VIDIOC_G_PARM
Mauro Carvalho Chehab
2006-10-09
Fixed an if-block to avoid floating with debug-messages
Mauro Carvalho Chehab
2006-09-14
Add a default method for VIDIOC_G_PARM
Mauro Carvalho Chehab
2006-09-13
Fix VIDIOC_ENUMSTD ioctl in videodev.c
Mauro Carvalho Chehab
2006-09-11
Copy-paste bug in videodev.c
Mauro Carvalho Chehab
2006-07-30
Fix a typo that caused some compat stuff to not work
Mauro Carvalho Chehab
2006-07-25
videodev: Check return value of class_device_register() correctly
Trent Piepho
2006-07-25
videodev: Handle class_device related errors
Trent Piepho
2006-07-23
Fix for compilation without V4L1 or V4L1_COMPAT
Mauro Carvalho Chehab
2006-07-19
[PATCH] devfs: Remove the videodevice devfs_name field as it's no longer needed
Mauro Carvalho Chehab
2006-07-19
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Mauro Carvalho Chehab
2006-07-19
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Mauro Carvalho Chehab
2006-07-19
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
Mauro Carvalho Chehab
2006-07-18
videodev: remove bad kfree()
Michael Krufky
2006-07-18
videodev: check the return value of class_device_register
Michael Krufky
2006-07-18
videodev: replace class_device_create_file with video_device_create_file
Michael Krufky
2006-06-23
merge: http://linuxtv.org/hg/~hverkuil/mpeg-api
Mauro Carvalho Chehab
2006-06-23
fix userbits debug prints
Mauro Carvalho Chehab
2006-06-18
Put old MPEGCOMP API under #if __KERNEL__ and issue warnings when used.
Hans Verkuil
2006-06-18
Add videodev support for VIDIOC_S/G/TRY_EXT_CTRLS.
Hans Verkuil
2006-06-17
Fix: videodev.c were cleaning the pointer, not the values
Mauro Carvalho Chehab
2006-06-07
Fix: Wrong callback check for streamoff.
Mauro Carvalho Chehab
2006-06-07
Fixes some errors on *FMT functions
Mauro Carvalho Chehab
2006-06-06
Fixes lots of small errors at videodev.
Mauro Carvalho Chehab
2006-06-04
Several improvements at videodev.c
Mauro Carvalho Chehab
2006-04-03
fix warning: assignment discards qualifiers from pointer target type
Michael Krufky
2006-04-02
[PATCH] mark f_ops const in the inode
Mauro Carvalho Chehab
2006-02-06
sem2mutex: drivers/media/, #2
Mauro Carvalho Chehab
2006-01-21
added some VBI macros and moved minor definitions to header file
Mauro Carvalho Chehab
2006-01-15
Semaphore to mutex conversion on drivers/media
Mauro Carvalho Chehab
2006-01-11
From: Panagiotis Issaris <takis@issaris.org>
Mauro Carvalho Chehab
2005-12-22
minor whitespace cleanups; fixed videodev.c broken backwards compat for kerne...
Michael Krufky
2005-12-09
Make videodev.c compile under V4L/DVB tree
Mauro Carvalho Chehab
2005-12-07
kernel-sync patches.
Mauro Carvalho Chehab
2005-11-14
Fixes maximum number of VBI devices
Mauro Carvalho Chehab
2005-11-14
- added videodev.c from 2.6.14-git13
Mauro Carvalho Chehab