summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-15media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS controlBenjamin Gaignard1-0/+5
2022-07-15media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic a...Benjamin Gaignard1-0/+1
2022-07-15media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefixBenjamin Gaignard1-16/+16
2022-07-15media: v4l2-ctrls: add support for dynamically allocated arrays.Hans Verkuil4-64/+237
2022-07-15media: Replace dependency on VIDEO_V4L2_SUBDEV_API with selectLaurent Pinchart1-2/+4
2022-07-15media: v4l2: Sanitize colorspace values in the frameworkLaurent Pinchart1-13/+58
2022-07-15media: v4l: Add packed YUV 4:4:4 YUVA and YUVX pixel formatsLaurent Pinchart1-0/+2
2022-07-15media: v4l: async: Also match secondary fwnode endpointsSakari Ailus1-14/+21
2022-07-08media: Fix incorrect P010 chroma order descriptionSebastian Fricke1-1/+1
2022-06-27media: v4l2-mem2mem: prevent pollerr when last_buffer_dequeued is setMing Qian1-1/+1
2022-06-20media: Add P010 video formatBenjamin Gaignard2-0/+2
2022-05-17media: v4l2: Reorder field reflistNicolas Dufresne1-0/+42
2022-05-17media: h264: Sort p/b reflist using frame_numNicolas Dufresne1-10/+13
2022-05-17media: v4l2: Trace calculated p/b0/b1 initial reflistNicolas Dufresne1-0/+100
2022-05-17media: h264: Store all fields into the unordered listNicolas Dufresne1-18/+47
2022-05-17media: h264: Store current picture fieldsNicolas Dufresne1-3/+7
2022-05-17media: h264: Increase reference lists size to 32Nicolas Dufresne1-3/+3
2022-05-17media: h264: Use v4l2_h264_reference for reflistNicolas Dufresne1-16/+17
2022-05-17media: uapi: Add IPU3 packed Y10 formatDaniel Scally1-0/+1
2022-05-17media: media/v4l2-core: Add enum V4L2_FWNODE_BUS_TYPE_DPIXin Ji1-0/+4
2022-05-13media: h264: Avoid wrapping long_term_frame_idxNicolas Dufresne1-1/+3
2022-05-13media: v4l2-mem2mem: Trace on implicit un-holdNicolas Dufresne1-0/+1
2022-05-13media: v4l2-ctls-core.c: kvmalloc_array -> kvcallocHans Verkuil1-3/+2
2022-05-13media: v4l2-subdev.c: kvmalloc_array -> kvcallocHans Verkuil1-3/+2
2022-05-13media: v4l2: mem2mem: Fix typos in v4l2_m2m_dev documentationLaurent Pinchart1-4/+4
2022-04-24media: v4l2: fix uninitialized value tuner_status(CWE-457)Yan Lei1-2/+2
2022-04-24media: v4l2-ctrls: Add intra-refresh type controlDikshita Agarwal1-0/+9
2022-04-24media: v4l: Add Qualcomm custom compressed pixel formatsStanimir Varbanov1-0/+2
2022-04-24media: subdev: add v4l2_subdev_get_fmt() helper functionTomi Valkeinen1-0/+22
2022-04-24media: subdev: add locking wrappers to subdev op wrappersTomi Valkeinen1-7/+48
2022-04-24media: subdev: add subdev state lockingTomi Valkeinen1-17/+46
2022-04-24media: subdev: pass also the active state to subdevs from ioctlsTomi Valkeinen1-10/+54
2022-04-24media: subdev: add active state to struct v4l2_subdevTomi Valkeinen1-0/+21
2022-04-24media: subdev: rename subdev-state alloc & freeTomi Valkeinen1-6/+6
2022-04-24media: v4l2-subdev: drop extra #ifdefTomi Valkeinen1-2/+1
2022-04-24media: v4l2-async: Use endpoints in __v4l2_async_nf_add_fwnode_remote()Laurent Pinchart1-1/+1
2022-04-24media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus1-0/+4
2022-04-24media: v4l2-async: Create links during v4l2_async_match_notify()Daniel Scally1-0/+31
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab2-11/+3
2022-03-14media: Makefiles: sort entries where it fitsMauro Carvalho Chehab1-16/+18
2022-03-12media: xc2028: rename the driver from tuner-xc2028Mauro Carvalho Chehab1-1/+1
2022-03-07media: add nv12m_8l128 and nv12m_10be_8l128 video format.Ming Qian1-0/+2
2022-03-07Merge tag 'for-5.18-2.6-signed' of git://linuxtv.org/sailus/media_tree into m...Mauro Carvalho Chehab1-20/+8
2022-03-07Merge tag 'br-v5.18q' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab1-0/+10
2022-03-04v4l: fwnode: Remove now-redundant loop from v4l2_fwnode_parse_reference()Sakari Ailus1-16/+8
2022-03-04v4l: fwnode: Drop redunant -ENODATA check in property reference parsingSakari Ailus1-5/+1