summaryrefslogtreecommitdiffstats
path: root/include/media
AgeCommit message (Expand)AuthorLines
2020-09-01media: uapi: h264: Clean DPB entry interfaceEzequiel Garcia-1/+1
2020-09-01media: uapi: h264: Increase size of 'first_mb_in_slice' fieldEzequiel Garcia-1/+2
2020-09-01media: uapi: h264: Split prediction weight parametersEzequiel Garcia-2/+12
2020-09-01media: uapi: h264: Update reference listsJernej Skrabec-6/+15
2020-09-01media: cec: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-2/+0
2020-08-28media: v4l2-mem2mem: add v4l2_m2m_suspend, v4l2_m2m_resumePi-Hsun Shih-0/+22
2020-08-28media: videobuf2-v4l2.c: add vb2_video_unregister_device helper functionHans Verkuil-0/+17
2020-08-26media: v4l2-tpg: Clamp hue in tpg_s_hue()Peilin Ye-0/+1
2020-08-19ARM: s3c24xx: drop s3c-camif setup platform codeKrzysztof Kozlowski-4/+0
2020-08-18media: v4l2- mediabus: Add usage note for V4L2_MBUS_*Jacopo Mondi-4/+29
2020-08-18media: v4l2-subdev: Remove [s|g]_mbus_config video opsJacopo Mondi-10/+0
2020-08-18media: v4l2-subdev: Introduce [get|set]_mbus_config pad opsJacopo Mondi-0/+28
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-548/+161
2020-08-06media: v4l2: Correct kernel-doc inconsistencyColton Lewis-2/+2
2020-08-06media: v4l2: Correct kernel-doc inconsistencyColton Lewis-4/+4
2020-07-19media: dvbdev.h: keep * together with the typeHans Verkuil-2/+2
2020-07-19media: v4l2-subdev.h: keep * together with the typeHans Verkuil-12/+13
2020-07-19media: v4l2-subdev.h: drop duplicated word in commentRandy Dunlap-4/+4
2020-07-19media: media-entity.h: drop duplicated word in commentRandy Dunlap-1/+1
2020-07-19media: dvbdev.h: fix duplicated word in commentRandy Dunlap-1/+1
2020-07-19media: media-devnode.h: drop duplicated word in commentRandy Dunlap-1/+1
2020-07-19media: media-device.h: drop duplicated word in commentRandy Dunlap-1/+1
2020-07-19media: tpg: Add function to return colors' order of test imageKaaira Gupta-0/+1
2020-07-19media: tpg: change char argument to const charKaaira Gupta-1/+1
2020-07-19media: davinci: replace http references with httpsAlexander A. Klimov-1/+1
2020-07-19include/media/v4l2-subdev.h: fix typoHans Verkuil-1/+1
2020-07-04media: vb2: Print the queue pointer in debug messagesLaurent Pinchart-0/+17
2020-07-04media: v4l2-rect.h: add enclosed rectangle helperBenoit Parrot-0/+20
2020-07-04media: soc_camera.h: remove this unused headerHans Verkuil-397/+0
2020-07-04media: staging/media/soc_camera: remove this driverHans Verkuil-107/+0
2020-07-04media: cec: add adap_controls_phys_addr optionJeff Chase-0/+6
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab-1/+1
2020-06-23media: media/cec.h: document cec_adapter fieldsHans Verkuil-0/+49
2020-06-23media: cec: remove unused waitq and phys_addrs fieldsHans Verkuil-2/+0
2020-06-23media: videobuf2: add queue memory consistency parameterSergey Senozhatsky-2/+6
2020-06-23media: videobuf2: handle V4L2 buffer cache flagsSergey Senozhatsky-0/+11
2020-06-23media: videobuf2: add cache management membersSergey Senozhatsky-0/+10
2020-06-23media: videobuf2: use explicit unsigned int in vb2_queueSergey Senozhatsky-9/+9
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-1/+1
2020-06-11media: videobuf2-dma-contig: fix bad kfree in vb2_dma_contig_clear_max_seg_sizeTomi Valkeinen-1/+1
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-108/+549
2020-05-25media: dvb-usb: Add Cinergy S2 PCIe Dual Port supportDirk Nehring-0/+3
2020-05-18media: v4l2-ctrls: Add helper to register propertiesJacopo Mondi-0/+26
2020-05-18media: include: v4l2-ctrl: Sort forward declarationsJacopo Mondi-4/+4
2020-05-18media: v4l2-fwnode: Add helper to parse device propertiesJacopo Mondi-0/+47
2020-05-18media: Revert "media: v4l2-fwnode: Add a convenience function for registering...Steve Longerbeam-38/+0
2020-05-18media: v4l2-mc: add v4l2_create_fwnode_links helpersSteve Longerbeam-0/+48
2020-05-18media: v4l2-subdev: add v4l2_subdev_get_fwnode_pad_1_to_1Steve Longerbeam-0/+17
2020-05-18media: entity: Pass entity to get_fwnode_pad operationSteve Longerbeam-1/+2
2020-05-12media: v4l2-dev: Add v4l2_device_register_ro_subdev_node()Jacopo Mondi-4/+53