aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-26media: v4l2-mem2mem: always consider OUTPUT queue during pollAlexandre Courbot1-4/+2
2020-09-24Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-9/+6
2020-09-14media: v4l2-ctrl: Add VP9 codec levelsStanimir Varbanov1-0/+21
2020-09-14media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2-9/+6
2020-09-10media: v4l2-fwnode: Use debug level for printing link frequenciesSakari Ailus1-2/+2
2020-09-07Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab3-27/+29
2020-09-03Merge tag 'media/v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-23/+27
2020-09-03media: videobuf-dma-sg: number of pages should be unsigned longMauro Carvalho Chehab1-10/+12
2020-09-01media: v4l2-ctrl: Add frame-skip std encoder controlStanimir Varbanov1-0/+10
2020-09-01media: v4l2-ctrls: Add encoder constant quality controlMaheshwar Ajja1-0/+2
2020-09-01media: uapi: h264: Clean slice invariants syntax elementsEzequiel Garcia2-5/+10
2020-09-01media: uapi: h264: Increase size of DPB entry pic_numEzequiel Garcia1-0/+13
2020-09-01media: uapi: h264: Clean DPB entry interfaceEzequiel Garcia1-2/+2
2020-09-01media: uapi: h264: Split prediction weight parametersEzequiel Garcia1-0/+8
2020-08-28media: v4l2-mem2mem: add v4l2_m2m_suspend, v4l2_m2m_resumePi-Hsun Shih1-0/+41
2020-08-26media: media/v4l2-core: Fix kernel-infoleak in video_put_user()Peilin Ye1-23/+27
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-4/+2
2020-08-18media: v4l2-subdev: Introduce [get|set]_mbus_config pad opsJacopo Mondi1-0/+16
2020-07-19media: v4l2-async: Log message in case of heterogeneous fwnode matchLaurent Pinchart1-1/+23
2020-07-19media: v4l2-async: Pass notifier pointer to match functionsLaurent Pinchart1-7/+11
2020-07-19media: v4l2-async: Accept endpoints and devices for fwnode matchingLaurent Pinchart1-1/+42
2020-07-19media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia1-3/+3