aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-3/+3
2019-04-22media: v4l2-common: add bayer formats in v4l2_format_infoHelen Fornazier1-0/+22
2019-04-22media: Introduce helpers to fill pixel format structsEzequiel Garcia1-0/+164
2019-04-22media: v4l: add I / P frame min max QP definitionsFish Lin1-0/+4
2019-03-29media: v4l2-ctrl: potential shift wrapping bugsDan Carpenter1-2/+2
2019-03-25media: v4l2-ioctl.c: add V4L2_PIX_FMT_FWHT_STATELESS to v4l_fill_fmtdescHans Verkuil1-0/+1
2019-03-25media: vicodec: Introducing stateless fwht defs and structsDafna Hirschfeld1-0/+12
2019-03-25media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error upon failureDafna Hirschfeld1-7/+11
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-4/+4
2019-03-20media: v4l2-fwnode: Add a deprecation note in the old ACPI parsing exampleSakari Ailus1-1/+4
2019-03-20media: v4l2-fwnode: The first default data lane is 0 on C-PHYSakari Ailus1-1/+5
2019-03-20media: v4l2-fwnode: Defaults may not override endpoint configuration in firmwareSakari Ailus1-1/+5
2019-03-19media: strscpy() returns a negative value on failure unlike strlcpy().Hans Petter Selasky1-1/+1
2019-03-19media: v4l2-subdev: handle module refcounting hereHans Verkuil1-13/+9
2019-03-19media: v4l2-subdev: add release() internal opHans Verkuil1-5/+14
2019-03-01media: v4l2-core: fix several typosMauro Carvalho Chehab5-12/+12
2019-02-18media: v4l2-mem2mem: Correct return type for mem2mem buffer helpersEzequiel Garcia1-3/+3
2019-02-18media: videobuf: fix epoll() by calling poll_wait firstHans Verkuil1-3/+3
2019-02-18media: v4l2-mem2mem: add q->error check to v4l2_m2m_poll()Hans Verkuil1-2/+4
2019-02-18media: v4l2-mem2mem: fix epoll() by calling poll_wait firstHans Verkuil1-12/+7
2019-02-18media: v4l2-ctrls.c: fix epoll() by calling poll_wait firstHans Verkuil1-1/+1
2019-02-18media: vb2: keep track of timestamp statusHans Verkuil1-0/+1
2019-02-18media: v4l: Add 32-bit packed YUV formatsVivek Kasireddy1-0/+4
2019-02-18media: v4l: ioctl: Sanitize num_planes before using itEzequiel Garcia1-8/+6
2019-02-18Merge tag 'v5.0-rc7' into patchworkMauro Carvalho Chehab1-5/+19
2019-02-07media: v4l2-mem2mem: Rename v4l2_m2m_buf_copy_data to v4l2_m2m_buf_copy_metadataEzequiel Garcia1-4/+4
2019-02-07media: v4l2-common: drop v4l2_get_timestampHans Verkuil1-10/+0
2019-02-07media: videobuf: use u64 for the timestamp internallyHans Verkuil1-2/+2
2019-02-07media: v4l2-event: keep track of the timestamp in nsHans Verkuil1-10/+9
2019-01-21media: media/v4l2-core/videobuf-vmalloc.c: Remove dead codeSouptick Joarder1-20/+0
2019-01-16media: v4l2-ctrl: Add control for h.264 chroma qp offsetPhilipp Zabel1-0/+1
2019-01-16media: v4l2-ctrl: Add control to enable h.264 constrained intra predictionPhilipp Zabel1-0/+2
2019-01-16media: v4l2-ctrls.c/uvc: zero v4l2_eventHans Verkuil1-1/+1
2019-01-16media: v4l: ioctl: Validate num_planes for debug messagesSakari Ailus1-1/+3
2019-01-16media: v4l: ioctl: Validate num_planes before using itSakari Ailus1-0/+8
2019-01-16media: v4l2-ioctl: Clear only per-plane reserved fieldsThierry Reding1-4/+8
2019-01-07media: cedrus: identify buffers by timestampHans Verkuil1-9/+0
2019-01-07media: v4l2-mem2mem: add v4l2_m2m_buf_copy_data helper functionHans Verkuil1-0/+20
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-23/+23
2018-12-25Merge tag 'media/v4.20-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds4-6/+35
2018-12-17Merge tag 'v4.20-rc7' into patchworkMauro Carvalho Chehab1-2/+2
2018-12-14media: v4l: Add support for V4L2_BUF_TYPE_META_OUTPUTSakari Ailus3-4/+33
2018-12-12media: v4l2-fwnode: Fix setting V4L2_MBUS_DATA_ACTIVE_HIGH/LOW flagOndrej Jirman1-2/+2
2018-12-07media: v4l2-device: Link subdevices to their parent devices if availableTomasz Figa1-0/+1
2018-12-07media: Use of_node_name_eq for node name comparisonsRob Herring1-4/+2
2018-12-07media: v4l2-ioctl: Zero v4l2_plane_pix_format reserved fieldsEzequiel Garcia1-0/+10
2018-12-05media: mpeg2-ctrls.h: move MPEG2 state controls to non-public headerHans Verkuil1-2/+2