summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)AuthorFilesLines
2021-02-06media: Remove the legacy v4l2-clk APIEzequiel Garcia2-322/+1
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart2-17/+17
2021-02-06media: v4l2-async: Discourage use of v4l2_async_notifier_add_subdevEzequiel Garcia2-5/+5
2021-02-06media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia1-12/+12
2021-02-06media: v4l2-async: Remove V4L2_ASYNC_MATCH_DEVNAMEEzequiel Garcia1-41/+0
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab1-2/+2
2021-01-27media: v4l2-async: Safely unregister an non-registered async subdevLaurent Pinchart1-0/+3
2021-01-27media: v4l2-async: Add waiting subdevices debugfsEzequiel Garcia2-0/+71
2021-01-27media: v4l2-async: Remove V4L2_ASYNC_MATCH_CUSTOMEzequiel Garcia1-14/+0
2021-01-27media: v4l2-ioctl: print capabilities in v4l_print_create_buffers()Helen Koike1-3/+3
2021-01-27media: v4l2-ctrls.c: fix shift-out-of-bounds in std_validateHans Verkuil1-1/+2
2021-01-26media: v4l2-fwnode: Include v4l2_fwnode_bus_typeDaniel Scally1-11/+0
2021-01-26media: v4l2-core: v4l2-async: Check sd->fwnode->secondary in match_fwnode()Daniel Scally1-0/+8
2021-01-14media: v4l2-ctrl: Add base layer priority id control.Dikshita Agarwal1-0/+1
2021-01-14media: v4l2-ctrl: Add layer wise bitrate controls for h264Dikshita Agarwal1-0/+7
2021-01-14media: v4l2-ctrl: Add frame-specific min/max qp controls for hevcDikshita Agarwal1-0/+8
2021-01-12media: v4l: ioctl: Use kmalloc to allocate a small chunk of memorySakari Ailus1-2/+2
2021-01-12media: v4l: ioctl: Fix memory leak in video_usercopySakari Ailus1-18/+14
2021-01-07media: v4l: common: Fix naming of v4l2_get_link_rateSakari Ailus1-2/+2
2021-01-04media: v4l2-dev: add EPOLLPRI in v4l2_poll() when dev is unregisteredHans Verkuil1-5/+7
2021-01-04media: v4l2-dev/event: add v4l2_event_wake_all()Hans Verkuil2-0/+20
2021-01-04media: v4l2-mem2mem: always call poll_wait() on queuesAlexandre Courbot1-3/+12
2020-12-03media: vicodec: mark the stateless FWHT API as stableHans Verkuil1-2/+18
2020-12-03media: uapi: move H264 stateless controls out of stagingEzequiel Garcia1-18/+18
2020-12-03media: controls: Log H264 stateless controls in .std_logEzequiel Garcia1-0/+18
2020-12-03media: controls: Add the stateless codec control classEzequiel Garcia1-0/+5
2020-12-03media: controls: Validate H264 stateless controlsEzequiel Garcia1-0/+134
2020-12-03media: Rename stateful codec control macrosEzequiel Garcia1-2/+2
2020-12-03media: controls: Add validate failure debug messageEzequiel Garcia1-1/+6
2020-12-03media: controls: Add VP8 stateless type initializationEzequiel Garcia1-0/+5
2020-12-02media: v4l2-fwnode: Remove v4l2_async_notifier_parse_fwnode_endpoints_by_port()Niklas Söderlund1-14/+0
2020-12-02media: v4l: subdev: Set sd->devnode before registering the subdevSakari Ailus1-1/+2
2020-11-17media: v4l2-compat-ioctl32.c: add missing #ifdef CONFIG_COMPAT_32BIT_TIMEsHans Verkuil1-5/+18
2020-11-17media: v4l2-ctrls: allow V4L2_CTRL_TYPE_BUTTON with request apiDikshita Agarwal1-5/+1
2020-11-17media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer formatShunqian Zheng1-0/+2
2020-11-16media: v4l: Add a helper for obtaining the link frequencySakari Ailus1-0/+33
2020-11-16media: v4l: subdev: Improve link format validation debug messagesSakari Ailus1-7/+41
2020-11-16media: v4l2-fwnode: Don't zero parts of struct v4l2_fwnode_endpoint anymoreSakari Ailus1-12/+0
2020-11-16media: v4l2-fwnode: Return -EINVAL for invalid bus-typeLad Prabhakar1-1/+5
2020-11-16media: v4l2: remove remaining compat_ioctlArnd Bergmann1-194/+2
2020-11-16media: v4l2: remaining compat handlersArnd Bergmann1-174/+109
2020-11-16media: v4l2: convert v4l2_format compat ioctlsArnd Bergmann1-207/+139
2020-11-16media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann1-1/+22
2020-11-16media: v4l2: move compat handling for v4l2_bufferArnd Bergmann1-454/+270
2020-11-16media: v4l2: move v4l2_ext_controls conversionArnd Bergmann1-146/+90
2020-11-16media: v4l2: remove unneeded compat ioctl handlersArnd Bergmann1-42/+0
2020-11-16media: v4l2: prepare compat-ioctl reworkArnd Bergmann2-67/+145
2020-10-08media: v4l2-mem2mem: Fix spurious v4l2_m2m_buf_doneEzequiel Garcia1-1/+0
2020-10-04Merge tag 'v5.9-rc7' into patchworkMauro Carvalho Chehab2-9/+6
2020-09-26media: v4l2-mem2mem: simplify poll logicAlexandre Courbot1-21/+5