summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)Author
2023-04-10media: add RealVideo format RV30 and RV40Ming Qian
2023-04-10media: add Sorenson Spark video formatMing Qian
2023-03-20media: subdev: Add V4L2_SUBDEV_ROUTING_NO_MULTIPLEXINGTomi Valkeinen
2023-03-20media: subdev: Split V4L2_SUBDEV_ROUTING_NO_STREAM_MIXTomi Valkeinen
2023-03-20media: subdev: Use 'shall' instead of 'may' in route validationTomi Valkeinen
2023-03-20media: v4l2-core: zero field base in struct v4l2_framebufferHans Verkuil
2023-03-20media: v4l2-core: drop v4l2_window clipping and bitmap supportHans Verkuil
2023-03-19media: v4l2-dev.c: check for V4L2_CAP_STREAMING to enable streaming ioctlsHans Verkuil
2023-03-18media: v4l: subdev: Make link validation saferSakari Ailus
2023-03-18media: subdev: Fix validation state lockdep issueTomi Valkeinen
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-02-26media: v4l2-subdev.c: clear stream fieldHans Verkuil
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-02-21Merge tag 'platform-drivers-x86-v6.3-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct lineHans Verkuil
2023-02-08media: drivers/media/v4l2-core/v4l2-h264 : add detection of null pointersDong Chuanjian
2023-02-08media: v4l2-jpeg: ignore the unknown APP14 markerMing Qian
2023-02-08media: v4l2-jpeg: correct the skip count in jpeg_parse_app14_dataMing Qian
2023-02-06media: v4l2-mem2mem: use vb2_is_streaming()Hans Verkuil
2023-02-03media: v4l2-core: Make the v4l2-core code enable/disable the privacy LED if p...Hans de Goede
2023-01-22media: v4l2-subdev: Add v4l2_subdev_s_stream_helper() functionLaurent Pinchart
2023-01-22media: v4l2-subdev: Add subdev .(enable|disable)_streams() operationsLaurent Pinchart
2023-01-22media: v4l2-subdev: Add v4l2_subdev_state_xlate_streams() helperLaurent Pinchart
2023-01-22media: subdev: add v4l2_subdev_routing_validate() helperLaurent Pinchart
2023-01-22media: subdev: add v4l2_subdev_set_routing_with_fmt() helperTomi Valkeinen
2023-01-22media: subdev: add streams to v4l2_subdev_get_fmt() helper functionTomi Valkeinen
2023-01-22media: subdev: add "opposite" stream helper funcsTomi Valkeinen
2023-01-22media: subdev: use streams in v4l2_subdev_link_validate()Tomi Valkeinen
2023-01-22media: subdev: add stream based configurationTomi Valkeinen
2023-01-22media: subdev: Add for_each_active_route() macroJacopo Mondi
2023-01-22media: subdev: add v4l2_subdev_set_routing helper()Tomi Valkeinen
2023-01-22media: subdev: add v4l2_subdev_has_pad_interdep()Tomi Valkeinen
2023-01-22media: subdev: Require code change to enable [GS]_ROUTINGTomi Valkeinen
2023-01-22media: subdev: Add [GS]_ROUTING subdev ioctls and operationsLaurent Pinchart
2023-01-22media: add V4L2_SUBDEV_CAP_STREAMSTomi Valkeinen
2023-01-22media: v4l2-subdev: Sort includesTomi Valkeinen
2023-01-22media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct lineHans Verkuil
2023-01-20media: Add Y210, Y212 and Y216 formatsTomi Valkeinen
2023-01-20media: Add 2-10-10-10 RGB formatsTomi Valkeinen
2022-12-21Merge tag 'media/v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2022-12-14media: v4l2-ctrls-api.c: add back dropped ctrl->is_new = 1Hans Verkuil
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-13Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds
2022-12-07media: v4l2-mediabus: add support for dual edge samplingMichael Riesch
2022-11-30media: videobuf-dma-sg: remove FOLL_FORCE usageDavid Hildenbrand
2022-11-25media: add nv12_8l128 and nv12_10be_8l128 video format.Ming Qian
2022-11-25media: v4l: Use memset_after() helperXiu Jianfeng