summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core/v4l2-ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+24
2023-01-22media: subdev: Add [GS]_ROUTING subdev ioctls and operationsLaurent Pinchart1-1/+24
2023-01-20media: Add Y210, Y212 and Y216 formatsTomi Valkeinen1-0/+3
2023-01-20media: Add 2-10-10-10 RGB formatsTomi Valkeinen1-0/+3
2022-11-25media: add nv12_8l128 and nv12_10be_8l128 video format.Ming Qian1-0/+2
2022-11-25media: v4l: Use memset_after() helperXiu Jianfeng1-45/+39
2022-11-15Merge tag 'br-v6.2d' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab1-17/+17
2022-11-04media: v4l: Add definition for the Aspeed JPEG formatJammy Huang1-0/+1
2022-10-24media: v4l2-ioctl.c: Unify YCbCr/YUV terms in format descriptionsJernej Skrabec1-17/+17
2022-10-07Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+1
2022-09-27media: v4l2-ioctl.c: fix incorrect error pathHans Verkuil1-14/+12
2022-08-29media: v4l2-ioctl: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-17media: Add P010 tiled formatEzequiel Garcia1-0/+1
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-08media: Fix incorrect P010 chroma order descriptionSebastian Fricke1-1/+1
2022-06-20media: Add P010 video formatBenjamin Gaignard1-0/+1
2022-05-17media: uapi: Add IPU3 packed Y10 formatDaniel Scally1-0/+1
2022-04-24media: v4l: Add Qualcomm custom compressed pixel formatsStanimir Varbanov1-0/+2
2022-04-24media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus1-0/+4
2022-03-07media: add nv12m_8l128 and nv12m_10be_8l128 video format.Ming Qian1-0/+2
2022-01-28media: v4l: Avoid unaligned access warnings when printing 4cc modifiersSakari Ailus1-5/+7
2021-11-22media: uapi: Add VP9 stateless decoder controlsAndrzej Pietrasiewicz1-0/+1
2021-11-15media: v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITEHans Verkuil1-1/+3
2021-09-30media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flagSergey Senozhatsky1-2/+2
2021-09-30media: v4l2-ioctl: S_CTRL output the right valueRicardo Ribalda1-3/+6
2021-09-30media: v4l2-ioctl: Fix check_ext_ctrlsRicardo Ribalda1-21/+39
2021-09-30media: add Mediatek's MM21 formatAlexandre Courbot1-0/+1
2021-09-30media: Add NV12_4L4 tiled formatEzequiel Garcia1-0/+1
2021-09-30media: Rename V4L2_PIX_FMT_HM12 to V4L2_PIX_FMT_NV12_16L16Ezequiel Garcia1-1/+1
2021-09-30media: Rename V4L2_PIX_FMT_SUNXI_TILED_NV12 to V4L2_PIX_FMT_NV12_32L32Ezequiel Garcia1-1/+1
2021-06-17media: v4l2-core: fix whitespace damage in video_get_user()Arnd Bergmann1-12/+12
2021-06-17media: v4l2-core: explicitly clear ioctl input dataArnd Bergmann1-0/+2
2021-06-17media: v4l2-core: ignore native time32 ioctls on 64-bitArnd Bergmann1-6/+6
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-64/+21
2021-03-22media: v4l2-ioctl.c: fix timestamp formatHans Verkuil1-1/+1
2021-03-22media: v4l: Add packed YUV444 24bpp pixel formatMirela Rabulea1-0/+1
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-64/+21
2021-02-17v4l: ioctl: Use %p4cc printk modifier to print FourCC codesSakari Ailus1-64/+21
2021-01-27media: v4l2-ioctl: print capabilities in v4l_print_create_buffers()Helen Koike1-3/+3
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
2020-11-17media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer formatShunqian Zheng1-0/+2
2020-11-16media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann1-1/+22
2020-11-16media: v4l2: prepare compat-ioctl reworkArnd Bergmann1-67/+92
2020-09-24Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+4
2020-09-14media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky1-1/+4
2020-09-03Merge tag 'media/v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-23/+27
2020-08-26media: media/v4l2-core: Fix kernel-infoleak in video_put_user()Peilin Ye1-23/+27
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+0