summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/v4l2-ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* media: mediatek: vcodec: Add capture format to support 10bit raster modeMingjia Zhang2023-08-101-0/+1
* media: mediatek: vcodec: Add capture format to support 10bit tile modeMingjia Zhang2023-08-101-0/+1
* media: Add NV15_4L4 pixel formatBenjamin Gaignard2023-06-091-0/+1
* media: Add AV1 uAPIDaniel Almeida2023-06-091-0/+1
* media: Add ABGR64_12 video formatMing Qian2023-04-151-0/+1
* media: Add BGR48_12 video formatMing Qian2023-04-151-0/+1
* media: Add YUV48_12 video formatMing Qian2023-04-151-0/+1
* media: Add Y012 video formatMing Qian2023-04-151-0/+1
* media: Add P012 and P012M video formatMing Qian2023-04-151-0/+2
* media: add RealVideo format RV30 and RV40Ming Qian2023-04-101-0/+2
* media: add Sorenson Spark video formatMing Qian2023-04-101-0/+1
* media: v4l2-core: zero field base in struct v4l2_framebufferHans Verkuil2023-03-201-2/+10
* media: v4l2-core: drop v4l2_window clipping and bitmap supportHans Verkuil2023-03-201-50/+15
* Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-02-261-1/+24
|\
| * media: subdev: Add [GS]_ROUTING subdev ioctls and operationsLaurent Pinchart2023-01-221-1/+24
* | media: Add Y210, Y212 and Y216 formatsTomi Valkeinen2023-01-201-0/+3
* | media: Add 2-10-10-10 RGB formatsTomi Valkeinen2023-01-201-0/+3
|/
* 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