summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/v4l2-ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* media: subdev: Add [GS]_ROUTING subdev ioctls and operationsLaurent Pinchart2023-01-221-1/+24
* 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.2d' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab2022-11-151-17/+17
|\
| * media: v4l2-ioctl.c: Unify YCbCr/YUV terms in format descriptionsJernej Skrabec2022-10-241-17/+17
* | media: v4l: Add definition for the Aspeed JPEG formatJammy Huang2022-11-041-0/+1
|/
* Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-10-071-1/+1
|\
| * media: v4l2-ioctl: Fix typo 'the the' in commentSlark Xiao2022-08-291-1/+1
* | media: v4l2-ioctl.c: fix incorrect error pathHans Verkuil2022-09-271-14/+12
|/
* media: Add P010 tiled formatEzequiel Garcia2022-07-171-0/+1
* media: v4l2: Sanitize colorspace values in the frameworkLaurent Pinchart2022-07-151-13/+58
* media: v4l: Add packed YUV 4:4:4 YUVA and YUVX pixel formatsLaurent Pinchart2022-07-151-0/+2
* media: Fix incorrect P010 chroma order descriptionSebastian Fricke2022-07-081-1/+1
* media: Add P010 video formatBenjamin Gaignard2022-06-201-0/+1
* media: uapi: Add IPU3 packed Y10 formatDaniel Scally2022-05-171-0/+1
* media: v4l: Add Qualcomm custom compressed pixel formatsStanimir Varbanov2022-04-241-0/+2
* media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus2022-04-241-0/+4
* media: add nv12m_8l128 and nv12m_10be_8l128 video format.Ming Qian2022-03-071-0/+2
* media: v4l: Avoid unaligned access warnings when printing 4cc modifiersSakari Ailus2022-01-281-5/+7
* media: uapi: Add VP9 stateless decoder controlsAndrzej Pietrasiewicz2021-11-221-0/+1
* media: v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITEHans Verkuil2021-11-151-1/+3
* media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flagSergey Senozhatsky2021-09-301-2/+2
* media: v4l2-ioctl: S_CTRL output the right valueRicardo Ribalda2021-09-301-3/+6
* media: v4l2-ioctl: Fix check_ext_ctrlsRicardo Ribalda2021-09-301-21/+39
* media: add Mediatek's MM21 formatAlexandre Courbot2021-09-301-0/+1
* media: Add NV12_4L4 tiled formatEzequiel Garcia2021-09-301-0/+1
* media: Rename V4L2_PIX_FMT_HM12 to V4L2_PIX_FMT_NV12_16L16Ezequiel Garcia2021-09-301-1/+1
* media: Rename V4L2_PIX_FMT_SUNXI_TILED_NV12 to V4L2_PIX_FMT_NV12_32L32Ezequiel Garcia2021-09-301-1/+1
* media: v4l2-core: fix whitespace damage in video_get_user()Arnd Bergmann2021-06-171-12/+12
* media: v4l2-core: explicitly clear ioctl input dataArnd Bergmann2021-06-171-0/+2
* media: v4l2-core: ignore native time32 ioctls on 64-bitArnd Bergmann2021-06-171-6/+6
* Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-281-64/+21
|\
| * Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-64/+21
| |\
| | * v4l: ioctl: Use %p4cc printk modifier to print FourCC codesSakari Ailus2021-02-171-64/+21
* | | media: v4l2-ioctl.c: fix timestamp formatHans Verkuil2021-03-221-1/+1
* | | media: v4l: Add packed YUV444 24bpp pixel formatMirela Rabulea2021-03-221-0/+1
|/ /
* | media: v4l2-ioctl: print capabilities in v4l_print_create_buffers()Helen Koike2021-01-271-3/+3
* | media: v4l: ioctl: Use kmalloc to allocate a small chunk of memorySakari Ailus2021-01-121-2/+2
* | media: v4l: ioctl: Fix memory leak in video_usercopySakari Ailus2021-01-121-18/+14
|/
* media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer formatShunqian Zheng2020-11-171-0/+2
* media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann2020-11-161-1/+22
* media: v4l2: prepare compat-ioctl reworkArnd Bergmann2020-11-161-67/+92
* Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-09-241-1/+4
|\
| * media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2020-09-141-1/+4
* | Merge tag 'media/v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-09-031-23/+27
|\|
| * media: media/v4l2-core: Fix kernel-infoleak in video_put_user()Peilin Ye2020-08-261-23/+27
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+0
|/
* v4l2-core: Print control name in VIDIOC_S/G_(EXT)_CTRL(S)Ezequiel Garcia2020-07-191-4/+10
* media: videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2020-06-231-4/+1
* media: v4l2: Extend VIDIOC_ENUM_FMT to support MC-centric devicesLaurent Pinchart2020-05-061-2/+11