Age | Commit message (Expand) | Author |
2009-06-04 | Add missing __devexit_p() | Mauro Carvalho Chehab |
2009-05-30 | zoran: Use v4l bounding/alignment functiob | Trent Piepho |
2009-05-02 | zoran: Fix &&/|| typo | Mauro Carvalho Chehab |
2009-04-30 | zoran: fix bug when enumerating format -1 | Trent Piepho |
2009-04-02 | v4l2-subdev: change s_routing prototype | Hans Verkuil |
2009-04-01 | v4l: increase version numbers of drivers converted to v4l2_subdev. | Hans Verkuil |
2009-04-01 | v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_su... | Hans Verkuil |
2009-04-01 | v4l2-subdev: move s_std from tuner to core. | Hans Verkuil |
2009-03-27 | Fix printk format warning: | Mauro Carvalho Chehab |
2009-03-14 | zoran: fix incorrect return type of notify function. | Mauro Carvalho Chehab |
2009-03-13 | merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-notify | Mauro Carvalho Chehab |
2009-03-08 | zoran/bt819: use new notify functionality. | Hans Verkuil |
2009-03-10 | zoran: replace functions names in strings with __func__ | Trent Piepho |
2009-03-10 | zoran: Pass zoran_fh pointers instead of file pointers | Trent Piepho |
2009-03-10 | zoran: Don't frighten users with failed buffer allocation | Trent Piepho |
2009-03-10 | zoran: Drop the lock_norm module parameter | Trent Piepho |
2009-03-10 | zoran: Unify buffer descriptors | Trent Piepho |
2009-03-10 | avoid loading the entire videodev.h header for drivers that are already V4L2 ... | Mauro Carvalho Chehab |
2009-03-09 | merge: http://linuxtv.org/hg/~tap/v4l-dvb | Mauro Carvalho Chehab |
2009-03-05 | zoran: Change first argument to zoran_v4l2_buffer_status | Trent Piepho |
2009-03-05 | zoran: auto-select bt866 for AverMedia 6 Eyes | Mauro Carvalho Chehab |
2009-03-03 | v4l2: Move code to zero querybuf output struct to v4l2_ioctl | Trent Piepho |
2009-02-20 | zoran: increase bufsize to a value suitable for 768x576. | Hans Verkuil |
2009-02-20 | zoran: s_jpegcomp should return a proper result, not 0. | Hans Verkuil |
2009-02-19 | v4l-dvb: cleanup obsolete references to v4l1 headers. | Hans Verkuil |
2009-02-19 | zoran: convert to v4l2_device/v4l2_subdev. | Hans Verkuil |
2009-02-18 | zoran: TRY_FMT and S_FMT now do the same parameter checks. | Hans Verkuil |
2009-02-18 | zoran: change buffer defaults to something that works with tvtime | Hans Verkuil |
2009-02-18 | zoran: clean up some old V4L1 left-overs and remove the MAP_NR macro. | Hans Verkuil |
2009-02-18 | zoran et al: convert zoran i2c modules to V4L2. | Hans Verkuil |
2009-02-18 | zoran: if reqbufs is called with count == 0, do a streamoff. | Hans Verkuil |
2009-02-18 | zoran: fix G_FMT | Hans Verkuil |
2009-02-18 | zoran: fix TRY_FMT support | Hans Verkuil |
2009-02-18 | zoran: cleanups in an attempt to make the source a bit more readable. | Hans Verkuil |
2009-02-18 | zoran: set correct parent of the video device. | Hans Verkuil |
2009-02-18 | zoran: remove old V4L1 ioctls, use v4l1-compat instead. | Hans Verkuil |
2009-02-18 | zoran: set bytesperline to 0 when using MJPEG. | Hans Verkuil |
2009-02-18 | zoran: fix field typo. | Hans Verkuil |
2009-02-18 | zoran: use slider flag with volume etc. controls. | Hans Verkuil |
2009-02-18 | zoran: remove broken BIGPHYS_AREA and BUZ_HIMEM code, and allow for kmallocs ... | Hans Verkuil |
2009-02-18 | zoran: convert to video_ioctl2 and remove 'ready_to_be_freed' hack. | Hans Verkuil |
2009-02-12 | zoran: fix printk format | Mauro Carvalho Chehab |
2009-01-12 | zoran: Get rid of extra module ref count | Trent Piepho |
2009-01-12 | zoran: Remove zr36057_adr field | Trent Piepho |
2009-01-12 | zoran: Use pci device table to get card type | Trent Piepho |
2009-01-12 | zoran: Remove global device array | Trent Piepho |
2009-01-12 | zoran: Better syntax for initializing array module params | Trent Piepho |
2009-01-12 | fixup previous patch | Trent Piepho |
2009-01-11 | zoran: Fix a few CodingStyle issues rised by the previous patch | Mauro Carvalho Chehab |
2009-01-11 | Convert to be a pci driver | Mauro Carvalho Chehab |