summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)AuthorFilesLines
10 daysmedia: mc, v4l2: serialize REINIT and REQBUFS with req_queue_mutexYuchan Nam1-2/+3
2025-08-28media: v4l2-ctrls: Don't reset handler's error in v4l2_ctrl_handler_free()Sakari Ailus1-1/+0
2025-08-28media: v4l2-common: Reduce warnings about missing V4L2_CID_LINK_FREQ controlNiklas Söderlund1-4/+4
2025-08-15media: v4l2-ctrls: Fix H264 SEPARATE_COLOUR_PLANE checkJames Cowgill1-4/+4
2025-06-27media: v4l2-dev: fix error handling in __video_register_device()Ma Ke1-7/+7
2025-04-25media: v4l2-dv-timings: prevent possible overflow in v4l2_detect_gtf()Karina Yankevich1-2/+2
2025-02-21media: mc: fix endpoint iterationCosmin Tanislav1-1/+1
2024-12-14media: v4l2-core: v4l2-dv-timings: check cvt/gtf resultHans Verkuil1-60/+72
2024-11-14media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()Mauro Carvalho Chehab1-6/+11
2024-08-03media: v4l: async: Fix NULL pointer dereference in adding ancillary linksChiYuan Huang1-0/+3
2024-06-16media: v4l2-core: hold videodev_lock until dev reg, finishesHans Verkuil1-0/+3
2024-03-27media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entityZhipeng Lu1-2/+8
2023-09-13media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link()Christophe JAILLET1-4/+14
2023-05-11media: v4l: async: Return async sub-devices to subnotifier listSakari Ailus1-5/+8
2023-03-10media: drivers/media/v4l2-core/v4l2-h264 : add detection of null pointersDong Chuanjian1-0/+4
2023-03-10media: v4l2-jpeg: ignore the unknown APP14 markerMing Qian1-1/+1
2023-03-10media: v4l2-jpeg: correct the skip count in jpeg_parse_app14_dataMing Qian1-1/+1
2023-02-09media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct lineHans Verkuil1-1/+1
2022-12-31media: v4l2-ctrls-api.c: add back dropped ctrl->is_new = 1Hans Verkuil1-0/+1
2022-12-31media: videobuf-dma-contig: use dma_mmap_coherentChristoph Hellwig1-14/+8
2022-12-31media: v4l2-ioctl.c: Unify YCbCr/YUV terms in format descriptionsJernej Skrabec1-17/+17
2022-12-31media: v4l2-ctrls: Fix off-by-one error in integer menu control checkLaurent Pinchart1-1/+1
2022-11-23media: v4l2-dv-timings.c: fix too strict blanking sanity checksHans Verkuil1-6/+14
2022-10-25media: v4l2-dv-timings: add sanity checks for blanking valuesHans Verkuil1-0/+14
2022-10-23Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-13/+86
2022-10-08Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+86
2022-10-07Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds5-101/+189
2022-10-05Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2022-09-27Merge fixes into media_stageMauro Carvalho Chehab2-14/+14
2022-09-27media: v4l2-ioctl.c: fix incorrect error pathHans Verkuil1-14/+12
2022-09-27media: v4l2-compat-ioctl32.c: zero buffer passed to v4l2_compat_get_array_args()Hans Verkuil1-0/+2
2022-09-24media: mc: convert pipeline funcs to take media_padTomi Valkeinen1-6/+6
2022-09-24media: mc: entity: add alloc variant of pipeline_startTomi Valkeinen1-0/+11
2022-09-24media: v4l2-dev: Add videodev wrappers for media pipelinesTomi Valkeinen1-0/+61
2022-09-24media: v4l2-ctrls: drop 'elems' argument from control type ops.Hans Verkuil2-13/+14
2022-09-22media: v4l: move helper functions for fractions from uvc to v4l2-commonMichael Grzeschik1-0/+86
2022-08-29media: media/v4l2-mem2mem.h: rename 'videobuf' to 'vb2'Hans Verkuil1-3/+3
2022-08-29media: v4l2-flash: Fix comment typoJason Wang1-1/+1
2022-08-29media: v4l2-ioctl: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-08-29media: v4l2-ctrls: Export default v4l2_ctrl_type_ops callbacksXavier Roumegue1-13/+17
2022-08-29media: v4l2-ctrls: optimize type_ops for arraysHans Verkuil2-55/+96
2022-08-19media: v4l2-ctrls: add change flag for when dimensions changeHans Verkuil1-1/+2
2022-08-19media: v4l2-ctrls: add v4l2_ctrl_modify_dimensionsHans Verkuil1-0/+36
2022-08-19media: v4l2-ctrls: alloc arrays in ctrl_refHans Verkuil2-13/+20
2022-08-19media: v4l2-ctrls: allocate space for arraysHans Verkuil2-21/+20
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2022-07-17media: v4l2-async: Add notifier operation to destroy asd instancesLaurent Pinchart1-0/+10
2022-07-17media: Add P010 tiled formatEzequiel Garcia2-0/+2
2022-07-15media: uapi: HEVC: fix padding in v4l2 control structuresBenjamin Gaignard1-15/+0
2022-07-15media: controls: Log HEVC stateless control in .std_logBenjamin Gaignard1-0/+15