summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-29media: wl128x: fix a clang warningMauro Carvalho Chehab1-4/+2
2023-06-28media: dvb: mb86a20s: get rid of a clang-15 warningMauro Carvalho Chehab1-4/+1
2023-06-28media: cec: i2c: ch7322: also select REGMAPRandy Dunlap1-0/+1
2023-06-28media: add HAS_IOPORT dependenciesNiklas Schnelle3-2/+20
2023-06-28media: tc358746: select CONFIG_GENERIC_PHYArnd Bergmann2-0/+2
2023-06-09media: mediatek: vcodec: Add dbgfs help functionYunfei Dong1-1/+23
2023-06-09media: mediatek: vcodec: Add encode to support dbgfsYunfei Dong1-0/+2
2023-06-09media: mediatek: vcodec: Change dbgfs interface to support encodeYunfei Dong3-5/+10
2023-06-09media: mediatek: vcodec: Get each instance format typeYunfei Dong2-0/+49
2023-06-09media: mediatek: vcodec: Get each context resolution informationYunfei Dong2-0/+50
2023-06-09media: mediatek: vcodec: Add a debugfs file to get different useful informationYunfei Dong3-0/+98
2023-06-09media: mediatek: vcodec: Add debug params to control different log levelYunfei Dong3-3/+33
2023-06-09media: mediatek: vcodec: Add debugfs interface to get debug informationYunfei Dong5-0/+77
2023-06-09media: mediatek: vcodec: support stateless AV1 decoderXiaoyong Lu8-1/+2291
2023-06-09media: verisilicon: Conditionally ignore native formatsBenjamin Gaignard5-25/+63
2023-06-09media: verisilicon: Enable AV1 decoder on rk3588Benjamin Gaignard3-0/+137
2023-06-09media: verisilicon: Add film grain feature to AV1 driverBenjamin Gaignard5-0/+651
2023-06-09media: verisilicon: Add Rockchip AV1 decoderBenjamin Gaignard4-2/+2566
2023-06-09media: verisilicon: Add AV1 entropy helpersBenjamin Gaignard5-0/+4719
2023-06-09media: verisilicon: Compute motion vectors size for AV1 framesBenjamin Gaignard3-0/+21
2023-06-09media: verisilicon: Check AV1 bitstreams bit depthBenjamin Gaignard2-0/+40
2023-06-09media: verisilicon: Add AV1 decoder mode and controlsBenjamin Gaignard2-0/+24
2023-06-09media: verisilicon: Get bit depth for V4L2_PIX_FMT_NV15_4L4Benjamin Gaignard1-0/+1
2023-06-09media: Add NV15_4L4 pixel formatBenjamin Gaignard4-0/+20
2023-06-09media: v4l2-common: Add support for fractional bppNicolas Dufresne2-80/+82
2023-06-09media: AV1: Make sure that bit depth in correctly initializeBenjamin Gaignard1-0/+5
2023-06-09media: dt-bindings: media: rockchip-vpu: Add rk3588 vpu compatibleBenjamin Gaignard1-0/+1
2023-06-09media: Add AV1 uAPIDaniel Almeida12-2/+2335
2023-06-09media: pci: tw686x: no need to check 'next'Hans Verkuil1-1/+1
2023-06-09media: mediatek: vpu: add missing clk_unprepareHans Verkuil1-0/+1
2023-06-09media: platform: mediatek: vpu: fix NULL ptr dereferenceHans Verkuil1-2/+4
2023-06-09media: platform: renesas-ceu: drop buf NULL checkHans Verkuil1-9/+0
2023-06-09media: usb: as102: drop as102_dev NULL checkHans Verkuil1-4/+2
2023-06-09media: rockchip: rga: fix clock cleanupHans Verkuil1-2/+2
2023-06-09media: atomisp: csi2-bridge: Add support for setting "clock-" and "link-frequ...Hans de Goede2-6/+19
2023-06-09media: atomisp: Add testing instructions to TODO fileHans de Goede1-0/+33
2023-06-09media: atomisp: ov2680: Rename unknown/0x370a to sensor_ctrl_0aHans de Goede2-4/+6
2023-06-09media: atomisp: ov2680: Remove unnecessary registers from ov2680_global_setti...Hans de Goede2-62/+59
2023-06-09media: atomisp: ov2680: Stop using half pixelclock for binned modesHans de Goede2-7/+2
2023-06-09media: atomisp: Stop resetting selected input to 0 between /dev/video# opensHans de Goede1-3/+0
2023-06-09media: atomisp: Fix binning check in atomisp_set_crop()Hans de Goede1-2/+2
2023-06-09media: atomisp: Make atomisp_enum_framesizes_crop() check resolution fits wit...Hans de Goede3-8/+19
2023-06-09media: atomisp: Take minimum padding requirement on BYT/ISP2400 into accountHans de Goede2-0/+37
2023-06-09media: atomisp: csi2-bridge: Set PMC clk-rate for sensors to 19.2 MHzHans de Goede1-8/+60
2023-06-09media: atomisp: Add enum_framesizes function for sensors with selection / cro...Hans de Goede2-3/+69
2023-06-09media: atomisp: Set crop before setting fmtHans de Goede1-0/+54
2023-06-09media: atomisp: Use selection API info to determine sensor paddingHans de Goede3-26/+48
2023-06-09media: atomisp: Make atomisp_init_sensor() check if the sensor supports binningHans de Goede2-3/+28
2023-06-09media: atomisp: Pass MEDIA_BUS_FMT_* code when calling enum_frame_size pad-opHans de Goede3-0/+8
2023-06-09media: atomisp: Add support for sensors which implement selection API / croppingHans de Goede3-4/+64