summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2023-04-15media: imx-jpeg: Decoder add support for 12bit jpegMing Qian1-2/+134
2023-04-15media: imx-jpeg: Clear slot next desc ptr if config errorMing Qian3-0/+7
2023-04-15media: imx-jpeg: Refine the function mxc_jpeg_find_formatMing Qian1-9/+8
2023-04-15media: Add ABGR64_12 video formatMing Qian2-0/+2
2023-04-15media: Add BGR48_12 video formatMing Qian2-0/+2
2023-04-15media: Add YUV48_12 video formatMing Qian2-0/+2
2023-04-15media: Add Y212 v4l2 format infoMing Qian1-0/+1
2023-04-15media: Add Y012 video formatMing Qian1-0/+1
2023-04-15media: Add P012 and P012M video formatMing Qian2-0/+4
2023-04-15media: v4l2-subdev: Add new ioctl for client capabilitiesTomi Valkeinen1-0/+63
2023-04-15media: pci: saa7146: advertise only those TV standard that are supportedHans Verkuil3-21/+24
2023-04-15media: mxb: allow tuner/input/audio ioctls for vbiHans Verkuil1-0/+11
2023-04-15media: common: saa7146: add support for missing .vidioc_try_fmt_vbi_capHans Verkuil1-0/+1
2023-04-15media: mxb: update the tvnorms when changing inputHans Verkuil1-0/+3
2023-04-15media: common: saa7146: allow S_STD(G_STD)Hans Verkuil1-3/+8
2023-04-15media: common: saa7146: check minimum video format sizeHans Verkuil1-0/+4
2023-04-15media: common: saa7146: fix compliance problems with field handlingHans Verkuil2-10/+11
2023-04-15media: saa7146: convert to vb2Hans Verkuil5-792/+306
2023-04-15media: common: saa7146: use for_each_sg_dma_pageHans Verkuil2-73/+32
2023-04-15media: common: saa7146: fix broken V4L2_PIX_FMT_YUV422P supportHans Verkuil1-1/+1
2023-04-15media: common: saa7146: replace BUG_ON by WARN_ONHans Verkuil3-9/+15
2023-04-15media: common: saa7146: drop 'fmt' from struct saa7146_bufHans Verkuil2-23/+26
2023-04-15media: saa7146: drop 'dev' and 'resources' from struct saa7146_fhHans Verkuil7-78/+68
2023-04-15media: pci: saa7146: hexium_orion: initialize input 0Hans Verkuil1-0/+1
2023-04-15media: common/saa7146: fix VFL direction for vbi outputHans Verkuil1-4/+8
2023-04-15media: common: saa7146: disable clippingHans Verkuil1-0/+17
2023-04-15media: mediatek: vcodec: Coverity issues in encoder driverIrui Wang2-5/+13
2023-04-15media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_s...Wei Chen1-0/+7
2023-04-15media: mediatek: vcodec: add remove function for decoder platform driverYunfei Dong1-0/+8
2023-04-15media: mediatek: vcodec: fix decoder disable pm crashYunfei Dong1-1/+2
2023-04-15media: hantro: use devm_reset_control_array_get_optional_exclusive()Ye Xingchen1-1/+1
2023-04-15media: cec: core: not all messages were passed on when monitoringHans Verkuil1-2/+5
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel3-14/+0
2023-04-13media: verisilicon: Fix crash when probing encoderBenjamin Gaignard1-7/+3
2023-04-13media: mediatek: vcodec: Remove the setting for dma_maskYong Wu2-11/+0
2023-04-13media: mtk-jpegdec: Remove the setting for dma_maskYong Wu1-3/+0
2023-04-12media: Use designated initializers for all subdev pad opsLaurent Pinchart3-6/+9
2023-04-12media: Prefer designated initializers over memset for subdev pad opsLaurent Pinchart6-36/+37
2023-04-12media: Zero-initialize all structures passed to subdev pad operationsLaurent Pinchart15-62/+92
2023-04-12media: imx-jpeg: Fix incorrect indentationLaurent Pinchart1-4/+3
2023-04-12media: Fix indentation issues introduced by subdev-wide state structLaurent Pinchart7-19/+19
2023-04-12media: venus: Correct P010 buffer alignmentFritz Koenig2-3/+8
2023-04-12venus: venc: add handling for VIDIOC_ENCODER_CMDDikshita Agarwal2-0/+77
2023-04-12venus: Add support for min/max qp range.Viswanath Boma3-8/+74
2023-04-12media: venus: dec: Fix capture formats enumeration orderJavier Martinez Canillas1-4/+4
2023-04-12venus: Fix for H265 decoding failure.Viswanath Boma1-2/+2
2023-04-12media: venus: dec: Fix handling of the start cmdMichał Krawczyk1-0/+8
2023-04-12media: rc: gpio-ir-recv: Fix support for wake-upFlorian Fainelli1-0/+2
2023-04-11media: i2c: imx290: Add missing \n on dev_err_probe() messageAlexander Stein1-1/+1
2023-04-11media: ccs: Differentiate SMIA and MIPI vendors in static dataSakari Ailus1-19/+55