summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* media: v4l2-core: fix several typosMauro Carvalho Chehab2019-03-015-12/+12
* media: v4l2-mem2mem: Correct return type for mem2mem buffer helpersEzequiel Garcia2019-02-181-3/+3
* media: videobuf: fix epoll() by calling poll_wait firstHans Verkuil2019-02-181-3/+3
* media: v4l2-mem2mem: add q->error check to v4l2_m2m_poll()Hans Verkuil2019-02-181-2/+4
* media: v4l2-mem2mem: fix epoll() by calling poll_wait firstHans Verkuil2019-02-181-12/+7
* media: v4l2-ctrls.c: fix epoll() by calling poll_wait firstHans Verkuil2019-02-181-1/+1
* media: vb2: keep track of timestamp statusHans Verkuil2019-02-181-0/+1
* media: v4l: Add 32-bit packed YUV formatsVivek Kasireddy2019-02-181-0/+4
* media: v4l: ioctl: Sanitize num_planes before using itEzequiel Garcia2019-02-181-8/+6
* Merge tag 'v5.0-rc7' into patchworkMauro Carvalho Chehab2019-02-181-5/+19
|\
| * media: v4l: ioctl: Validate num_planes for debug messagesSakari Ailus2019-01-161-1/+3
| * media: v4l: ioctl: Validate num_planes before using itSakari Ailus2019-01-161-0/+8
| * media: v4l2-ioctl: Clear only per-plane reserved fieldsThierry Reding2019-01-161-4/+8
* | media: v4l2-mem2mem: Rename v4l2_m2m_buf_copy_data to v4l2_m2m_buf_copy_metadataEzequiel Garcia2019-02-071-4/+4
* | media: v4l2-common: drop v4l2_get_timestampHans Verkuil2019-02-071-10/+0
* | media: videobuf: use u64 for the timestamp internallyHans Verkuil2019-02-071-2/+2
* | media: v4l2-event: keep track of the timestamp in nsHans Verkuil2019-02-071-10/+9
* | media: media/v4l2-core/videobuf-vmalloc.c: Remove dead codeSouptick Joarder2019-01-211-20/+0
* | media: v4l2-ctrl: Add control for h.264 chroma qp offsetPhilipp Zabel2019-01-161-0/+1
* | media: v4l2-ctrl: Add control to enable h.264 constrained intra predictionPhilipp Zabel2019-01-161-0/+2
* | media: v4l2-ctrls.c/uvc: zero v4l2_eventHans Verkuil2019-01-161-1/+1
* | media: cedrus: identify buffers by timestampHans Verkuil2019-01-071-9/+0
* | media: v4l2-mem2mem: add v4l2_m2m_buf_copy_data helper functionHans Verkuil2019-01-071-0/+20
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-23/+23
* Merge tag 'media/v4.20-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-12-254-6/+35
|\
| * media: v4l: Add support for V4L2_BUF_TYPE_META_OUTPUTSakari Ailus2018-12-143-4/+33
| * media: v4l2-fwnode: Fix setting V4L2_MBUS_DATA_ACTIVE_HIGH/LOW flagOndrej Jirman2018-12-121-2/+2
* | Merge tag 'v4.20-rc7' into patchworkMauro Carvalho Chehab2018-12-171-2/+2
|\ \ | |/ |/|
| * media: mpeg2-ctrls.h: move MPEG2 state controls to non-public headerHans Verkuil2018-12-051-2/+2
* | media: v4l2-device: Link subdevices to their parent devices if availableTomasz Figa2018-12-071-0/+1
* | media: Use of_node_name_eq for node name comparisonsRob Herring2018-12-071-4/+2
* | media: v4l2-ioctl: Zero v4l2_plane_pix_format reserved fieldsEzequiel Garcia2018-12-071-0/+10
* | media: v4l2: async: remove locking when initializing async notifierNiklas Söderlund2018-12-051-4/+0
* | media: v4l2-fwnode: Demote warning to debug levelFabio Estevam2018-12-051-1/+1
* | media: v4l2-pci-skeleton: depend on CONFIG_SAMPLESMichael Tretter2018-12-031-0/+1
* | media: v4l: ioctl: Allow drivers to fill in the format descriptionSakari Ailus2018-12-031-1/+1
* | media: v4l: Fix MPEG-2 slice Intra DC Precision validationJonas Karlman2018-12-031-1/+2
* | media: v4l: Add 4bpp packed depth confidence format CNF4Sergey Dorodnicov2018-12-031-0/+1
* | media: v4l2-mem2mem: Avoid calling .device_run in v4l2_m2m_job_finishEzequiel Garcia2018-11-231-1/+24
* | media: v4l2-mem2mem: Simplify exiting the function in __v4l2_m2m_try_scheduleSakari Ailus2018-11-231-16/+13
* | media: v4l2-ioctl.c: Simplify locking for m2m devicesEzequiel Garcia2018-11-231-45/+2
* | media: mem2mem: Require capture and output mutexes to matchEzequiel Garcia2018-11-231-5/+7
* | media: v4l: constify v4l2_ioctls[]Eric Biggers2018-11-231-1/+1
* | media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil2018-11-202-9/+12
* | media: v4l2-ioctl: remove unused vidioc_g/s_cropHans Verkuil2018-11-202-6/+2
* | media: v4l2-ioctl: add QUIRK_INVERTED_CROPHans Verkuil2018-11-201-1/+16
* | media: v4l2-ioctl: don't use CROP/COMPOSE_ACTIVEHans Verkuil2018-11-201-4/+4
|/
* media: v4l: event: Add subscription to list before calling "add" operationSakari Ailus2018-11-061-19/+24
* media: Rename vb2_m2m_request_queue -> v4l2_m2m_request_queueEzequiel Garcia2018-11-061-2/+2
* media: v4l: fix uapi mpeg slice params definitionArnd Bergmann2018-11-061-0/+5