summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/zoran/zoran_driver.c
AgeCommit message (Expand)Author
2009-07-21backport commit 405f55712dfe464b3240d7816cc4fe4174831be2Mauro Carvalho Chehab
2009-05-30zoran: Use v4l bounding/alignment functiobTrent Piepho
2009-04-30zoran: fix bug when enumerating format -1Trent Piepho
2009-04-02v4l2-subdev: change s_routing prototypeHans Verkuil
2009-04-01v4l2-subdev: move s_std from tuner to core.Hans Verkuil
2009-03-27Fix printk format warning:Mauro Carvalho Chehab
2009-03-13merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-notifyMauro Carvalho Chehab
2009-03-08zoran/bt819: use new notify functionality.Hans Verkuil
2009-03-10zoran: replace functions names in strings with __func__Trent Piepho
2009-03-10zoran: Pass zoran_fh pointers instead of file pointersTrent Piepho
2009-03-10zoran: Don't frighten users with failed buffer allocationTrent Piepho
2009-03-10zoran: Drop the lock_norm module parameterTrent Piepho
2009-03-10zoran: Unify buffer descriptorsTrent Piepho
2009-03-10avoid loading the entire videodev.h header for drivers that are already V4L2 ...Mauro Carvalho Chehab
2009-03-05zoran: Change first argument to zoran_v4l2_buffer_statusTrent Piepho
2009-03-03v4l2: Move code to zero querybuf output struct to v4l2_ioctlTrent Piepho
2009-02-20zoran: s_jpegcomp should return a proper result, not 0.Hans Verkuil
2009-02-19v4l-dvb: cleanup obsolete references to v4l1 headers.Hans Verkuil
2009-02-19zoran: convert to v4l2_device/v4l2_subdev.Hans Verkuil
2009-02-18zoran: TRY_FMT and S_FMT now do the same parameter checks.Hans Verkuil
2009-02-18zoran: clean up some old V4L1 left-overs and remove the MAP_NR macro.Hans Verkuil
2009-02-18zoran et al: convert zoran i2c modules to V4L2.Hans Verkuil
2009-02-18zoran: if reqbufs is called with count == 0, do a streamoff.Hans Verkuil
2009-02-18zoran: fix G_FMTHans Verkuil
2009-02-18zoran: fix TRY_FMT supportHans Verkuil
2009-02-18zoran: cleanups in an attempt to make the source a bit more readable.Hans Verkuil
2009-02-18zoran: remove old V4L1 ioctls, use v4l1-compat instead.Hans Verkuil
2009-02-18zoran: set bytesperline to 0 when using MJPEG.Hans Verkuil
2009-02-18zoran: fix field typo.Hans Verkuil
2009-02-18zoran: use slider flag with volume etc. controls.Hans Verkuil
2009-02-18zoran: remove broken BIGPHYS_AREA and BUZ_HIMEM code, and allow for kmallocs ...Hans Verkuil
2009-02-18zoran: convert to video_ioctl2 and remove 'ready_to_be_freed' hack.Hans Verkuil
2009-02-12zoran: fix printk formatMauro Carvalho Chehab
2009-01-12zoran: Get rid of extra module ref countTrent Piepho
2009-01-12zoran: Remove global device arrayTrent Piepho
2009-01-11Convert to be a pci driverMauro Carvalho Chehab
2008-12-30v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil
2008-12-30v4l2: introduce v4l2_file_operations.Hans Verkuil
2008-11-01v4l: remove inode argument from video_usercopyHans Verkuil
2008-10-14zoran: Drop redundant printkMauro Carvalho Chehab
2008-10-09zoran: move zoran sources into a zoran subdirectoryHans Verkuil