summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* media: add RealVideo format RV30 and RV40Ming Qian2023-04-101-0/+2
* media: add Sorenson Spark video formatMing Qian2023-04-101-0/+1
* media: subdev: Add V4L2_SUBDEV_ROUTING_NO_MULTIPLEXINGTomi Valkeinen2023-03-201-3/+33
* media: subdev: Split V4L2_SUBDEV_ROUTING_NO_STREAM_MIXTomi Valkeinen2023-03-201-4/+11
* media: subdev: Use 'shall' instead of 'may' in route validationTomi Valkeinen2023-03-201-1/+1
* media: v4l2-core: zero field base in struct v4l2_framebufferHans Verkuil2023-03-202-7/+12
* media: v4l2-core: drop v4l2_window clipping and bitmap supportHans Verkuil2023-03-202-118/+25
* media: v4l2-dev.c: check for V4L2_CAP_STREAMING to enable streaming ioctlsHans Verkuil2023-03-191-2/+3
* media: v4l: subdev: Make link validation saferSakari Ailus2023-03-181-0/+10
* media: subdev: Fix validation state lockdep issueTomi Valkeinen2023-03-181-30/+52
* Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-02-265-40/+1014
|\
| * media: v4l2-subdev.c: clear stream fieldHans Verkuil2023-02-261-0/+15
| * media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct lineHans Verkuil2023-02-091-1/+1
| * media: drivers/media/v4l2-core/v4l2-h264 : add detection of null pointersDong Chuanjian2023-02-081-0/+4
| * media: v4l2-jpeg: ignore the unknown APP14 markerMing Qian2023-02-081-1/+1
| * media: v4l2-jpeg: correct the skip count in jpeg_parse_app14_dataMing Qian2023-02-081-1/+1
| * media: v4l2-mem2mem: use vb2_is_streaming()Hans Verkuil2023-02-061-2/+2
| * media: v4l2-subdev: Add v4l2_subdev_s_stream_helper() functionLaurent Pinchart2023-01-221-0/+40
| * media: v4l2-subdev: Add subdev .(enable|disable)_streams() operationsLaurent Pinchart2023-01-221-0/+224
| * media: v4l2-subdev: Add v4l2_subdev_state_xlate_streams() helperLaurent Pinchart2023-01-221-0/+26
| * media: subdev: add v4l2_subdev_routing_validate() helperLaurent Pinchart2023-01-221-0/+102
| * media: subdev: add v4l2_subdev_set_routing_with_fmt() helperTomi Valkeinen2023-01-221-0/+22
| * media: subdev: add streams to v4l2_subdev_get_fmt() helper functionTomi Valkeinen2023-01-221-3/+7
| * media: subdev: add "opposite" stream helper funcsTomi Valkeinen2023-01-221-0/+49
| * media: subdev: use streams in v4l2_subdev_link_validate()Tomi Valkeinen2023-01-221-20/+165
| * media: subdev: add stream based configurationTomi Valkeinen2023-01-221-7/+143
| * media: subdev: Add for_each_active_route() macroJacopo Mondi2023-01-221-0/+20
| * media: subdev: add v4l2_subdev_set_routing helper()Tomi Valkeinen2023-01-221-0/+31
| * media: subdev: add v4l2_subdev_has_pad_interdep()Tomi Valkeinen2023-01-221-0/+31
| * media: subdev: Require code change to enable [GS]_ROUTINGTomi Valkeinen2023-01-221-0/+15
| * media: subdev: Add [GS]_ROUTING subdev ioctls and operationsLaurent Pinchart2023-01-222-1/+108
| * media: add V4L2_SUBDEV_CAP_STREAMSTomi Valkeinen2023-01-221-1/+4
| * media: v4l2-subdev: Sort includesTomi Valkeinen2023-01-221-4/+4
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-233-4/+4
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-093-4/+4
| |/
* | Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-221-0/+6
|\ \
| * | media: Add Y210, Y212 and Y216 formatsTomi Valkeinen2023-01-201-0/+3
| * | media: Add 2-10-10-10 RGB formatsTomi Valkeinen2023-01-201-0/+3
| |/
* | Merge tag 'platform-drivers-x86-v6.3-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-02-214-0/+71
|\ \
| * | media: v4l2-core: Make the v4l2-core code enable/disable the privacy LED if p...Hans de Goede2023-02-034-0/+71
| |/
* / media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct lineHans Verkuil2023-01-221-1/+1
|/
* Merge tag 'media/v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-12-211-0/+1
|\
| * media: v4l2-ctrls-api.c: add back dropped ctrl->is_new = 1Hans Verkuil2022-12-141-0/+1
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-9/+5
|\ \ | |/ |/|
| * media: videobuf-dma-sg: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-9/+5
* | Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-12-136-72/+99
|\ \
| * | media: v4l2-mediabus: add support for dual edge samplingMichael Riesch2022-12-071-4/+19
| * | media: add nv12_8l128 and nv12_10be_8l128 video format.Ming Qian2022-11-251-0/+2
| * | media: v4l: Use memset_after() helperXiu Jianfeng2022-11-251-45/+39
| * | Merge tag 'br-v6.2g' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab2022-11-251-4/+2
| |\ \