summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l2: standardize log start/end messageHans Verkuil2012-02-141-0/+6
* [media] v4l2: add VIDIOC_(TRY_)DECODER_CMDHans Verkuil2012-02-141-0/+28
* [media] V4L2: Add per-device-node capabilitiesHans Verkuil2012-01-231-2/+4
* [media] v4l2-ioctl: make tuner 'type' check more strict for S_FREQUENCYHans Verkuil2012-01-161-1/+7
* [media] v4l: emulate old crop API using extended crop/compose APITomasz Stanislawski2012-01-101-6/+76
* [media] v4l: add support for selection apiTomasz Stanislawski2012-01-101-0/+34
* [media] V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()Dan Carpenter2012-01-071-0/+4
* [media] V4L: add two new ioctl()s for multi-size videobuffer managementGuennadi Liakhovetski2011-11-031-0/+36
* [media] v4l2-ioctl: Fill the default value for VIDIOC_QUERYSTDMauro Carvalho Chehab2011-10-081-0/+8
* [media] media: v4l: remove single to multiplane conversionTomasz Stanislawski2011-09-061-238/+12
* [media] v4l2-ioctl: more -ENOTTY fixesHans Verkuil2011-09-061-61/+145
* v4l2-ioctl: properly return -EINVAL when parameters are wrongMauro Carvalho Chehab2011-07-311-37/+52
* [media] v4l2 core: return -ENOTTY if an ioctl doesn't existMauro Carvalho Chehab2011-07-271-2/+2
* [media] v4l2-ctrls: add v4l2_fh pointer to the set control functionsHans Verkuil2011-07-271-4/+4
* [media] v4l2-ioctl: add ctrl_handler to v4l2_fhHans Verkuil2011-07-271-9/+27
* [media] v4l2-ioctl: Add a default value for kernel versionMauro Carvalho Chehab2011-07-271-0/+2
* [media] Fix compile warning: Dereferencing type-punned pointer will break str...Hans Petter Selasky2011-07-271-2/+2
* [media] v4l2-ioctl.c: check for valid tuner type in S_HW_FREQ_SEEKHans Verkuil2011-07-071-3/+9
* [media] v4l2-ioctl.c: prefill tuner type for g_frequency and g/s_tunerHans Verkuil2011-07-071-0/+6
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* [media] v4l2: use new flag to enable core priority handlingHans Verkuil2011-03-221-5/+8
* [media] v4l2-ioctl: add priority handling supportHans Verkuil2011-03-221-7/+57
* [media] v4l: Share code between video_usercopy and video_ioctl2Laurent Pinchart2011-03-211-98/+11
* [media] v4l: removal of old, obsolete ioctlsHans Verkuil2011-03-211-38/+0
* [media] v4l: Add multi-planar ioctl handling codePawel Osciak2011-03-211-44/+409
* [media] v4l: Add multi-planar API definitions to the V4L2 APIPawel Osciak2011-03-211-0/+2
* [media] v4l2-ioctl: fix incorrect error code if VIDIOC_DBG_G/S_REGISTER are u...Hans Verkuil2011-01-191-8/+12
* [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-86/+0
* V4L/DVB: v4l2: hook up the new control framework into the core frameworkHans Verkuil2010-08-081-13/+33
* V4L/DVB: V4L: Events: Support event handling in do_ioctlSakari Ailus2010-05-191-0/+50
* V4L/DVB: V4L: Events: Add new ioctls for eventsSakari Ailus2010-05-191-0/+3
* V4L/DVB: video_ioctl2: handle the v4l1 compat bit first and move VIDIOCGMBUF ...Hans Verkuil2010-05-191-19/+25
* V4L/DVB: video_ioctl2: don't return, use breakHans Verkuil2010-05-191-2/+2
* V4L/DVB: video_ioctl2: do not replace arg with NULL for _IO() ioctlsHans Verkuil2010-05-191-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* V4L/DVB (13571): v4l: Adding Digital Video Timings APIsMuralidharan Karicheri2009-12-161-0/+147
* V4L/DVB (12543): v4l: introduce string control support.Hans Verkuil2009-09-121-5/+5
* V4L/DVB (12168): v4l2-ioctl: avoid flooding log with unasked debug messagesMauro Carvalho Chehab2009-09-121-4/+10
* V4L/DVB (12124): v4l2-ioctl: better output debug messages for VIDIOC_ENUM_FRA...Mauro Carvalho Chehab2009-09-121-6/+11
* V4L/DVB (12429): v4l2-ioctl: fix G_STD and G_PARM default handlersHans Verkuil2009-08-131-3/+12
* V4L/DVB (11662): v4l2-ioctl: Clear buffer type specific trailing fields/paddingTrent Piepho2009-05-091-0/+27
* V4L/DVB (11661): v4l2-ioctl: Check buffer types using g_fmt instead of try_fmtTrent Piepho2009-05-091-9/+9
* V4L/DVB (11367): v4l2-common: remove legacy codeHans Verkuil2009-04-061-32/+2
* V4L/DVB (11260): v4l2-ioctl: Check format for S_PARM and G_PARMTrent Piepho2009-03-301-0/+7
* V4L/DVB (10920): v4l2-ioctl: fix partial-copy code.Hans Verkuil2009-03-301-4/+5
* V4L/DVB (10910): videodev2.h: remove deprecated VIDIOC_G_CHIP_IDENT_OLDHans Verkuil2009-03-301-5/+0
* V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab2009-03-301-0/+1
* V4L/DVB (10870): v4l2-ioctl: get rid of video_decoder.hMauro Carvalho Chehab2009-03-301-14/+0
* V4L/DVB (10813): v4l2: New function v4l2_video_std_frame_periodTrent Piepho2009-03-301-21/+18
* V4L/DVB (10812): v4l2: Zero out read-only ioctls in one placeTrent Piepho2009-03-301-15/+5
OpenPOWER on IntegriCloud