aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core/v4l2-ioctl.c
AgeCommit message (Expand)Author
2022-05-17media: uapi: Add IPU3 packed Y10 formatDaniel Scally
2022-04-24media: v4l: Add Qualcomm custom compressed pixel formatsStanimir Varbanov
2022-04-24media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus
2022-03-07media: add nv12m_8l128 and nv12m_10be_8l128 video format.Ming Qian
2022-01-28media: v4l: Avoid unaligned access warnings when printing 4cc modifiersSakari Ailus
2021-11-22media: uapi: Add VP9 stateless decoder controlsAndrzej Pietrasiewicz
2021-11-15media: v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITEHans Verkuil
2021-09-30media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flagSergey Senozhatsky
2021-09-30media: v4l2-ioctl: S_CTRL output the right valueRicardo Ribalda
2021-09-30media: v4l2-ioctl: Fix check_ext_ctrlsRicardo Ribalda
2021-09-30media: add Mediatek's MM21 formatAlexandre Courbot
2021-09-30media: Add NV12_4L4 tiled formatEzequiel Garcia
2021-09-30media: Rename V4L2_PIX_FMT_HM12 to V4L2_PIX_FMT_NV12_16L16Ezequiel Garcia
2021-09-30media: Rename V4L2_PIX_FMT_SUNXI_TILED_NV12 to V4L2_PIX_FMT_NV12_32L32Ezequiel Garcia
2021-06-17media: v4l2-core: fix whitespace damage in video_get_user()Arnd Bergmann
2021-06-17media: v4l2-core: explicitly clear ioctl input dataArnd Bergmann
2021-06-17media: v4l2-core: ignore native time32 ioctls on 64-bitArnd Bergmann
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-03-22media: v4l2-ioctl.c: fix timestamp formatHans Verkuil
2021-03-22media: v4l: Add packed YUV444 24bpp pixel formatMirela Rabulea
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-02-17v4l: ioctl: Use %p4cc printk modifier to print FourCC codesSakari Ailus
2021-01-27media: v4l2-ioctl: print capabilities in v4l_print_create_buffers()Helen Koike
2021-01-12media: v4l: ioctl: Use kmalloc to allocate a small chunk of memorySakari Ailus
2021-01-12media: v4l: ioctl: Fix memory leak in video_usercopySakari Ailus
2020-11-17media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer formatShunqian Zheng
2020-11-16media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann
2020-11-16media: v4l2: prepare compat-ioctl reworkArnd Bergmann
2020-09-24Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-09-14media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky
2020-09-03Merge tag 'media/v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-08-26media: media/v4l2-core: Fix kernel-infoleak in video_put_user()Peilin Ye
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-19v4l2-core: Print control name in VIDIOC_S/G_(EXT)_CTRL(S)Ezequiel Garcia
2020-06-23media: videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky
2020-05-06media: v4l2: Extend VIDIOC_ENUM_FMT to support MC-centric devicesLaurent Pinchart
2020-05-06media: v4l2-dev/ioctl: Add V4L2_CAP_IO_MCNiklas Söderlund
2020-04-21media: v4l2-fh: define v4l2_fh struct regardless of conditionSeungchul Kim
2020-03-20media: v4l: Add 14-bit raw greyscale pixel formatDaniel Glöckner
2020-03-20media: v4l: Add 14-bit raw bayer pixel formatsSakari Ailus
2020-02-24media: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2020-01-08media: v4l2-core: only zero-out ioctl-read buffersArnd Bergmann
2020-01-08Merge tag 'v5.5-rc5' into patchworkMauro Carvalho Chehab
2020-01-03media: v4l2-core: fix v4l2_buffer handling for time64 ABIArnd Bergmann
2020-01-03media: v4l2-core: fix VIDIOC_DQEVENT for time64 ABIArnd Bergmann
2020-01-03media: v4l2-core: split out data copy from video_usercopyArnd Bergmann
2019-12-16media: v4l2-ioctl.c: allow multiplanar for touchHans Verkuil
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-10media: v4l2-ioctl.c: zero reserved fields for S/TRY_FMTHans Verkuil
2019-11-10media: v4l2: Use FIELD_SIZEOF directlyzhong jiang