summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-07-05393-5239/+21483
|\
| * media: wl128x: fix a clang warningMauro Carvalho Chehab2023-06-291-4/+2
| * media: dvb: mb86a20s: get rid of a clang-15 warningMauro Carvalho Chehab2023-06-281-4/+1
| * media: cec: i2c: ch7322: also select REGMAPRandy Dunlap2023-06-281-0/+1
| * media: add HAS_IOPORT dependenciesNiklas Schnelle2023-06-283-2/+20
| * media: tc358746: select CONFIG_GENERIC_PHYArnd Bergmann2023-06-282-0/+2
| * media: mediatek: vcodec: Add dbgfs help functionYunfei Dong2023-06-091-1/+23
| * media: mediatek: vcodec: Add encode to support dbgfsYunfei Dong2023-06-091-0/+2
| * media: mediatek: vcodec: Change dbgfs interface to support encodeYunfei Dong2023-06-093-5/+10
| * media: mediatek: vcodec: Get each instance format typeYunfei Dong2023-06-092-0/+49
| * media: mediatek: vcodec: Get each context resolution informationYunfei Dong2023-06-092-0/+50
| * media: mediatek: vcodec: Add a debugfs file to get different useful informationYunfei Dong2023-06-093-0/+98
| * media: mediatek: vcodec: Add debug params to control different log levelYunfei Dong2023-06-093-3/+33
| * media: mediatek: vcodec: Add debugfs interface to get debug informationYunfei Dong2023-06-095-0/+77
| * media: mediatek: vcodec: support stateless AV1 decoderXiaoyong Lu2023-06-098-1/+2291
| * media: verisilicon: Conditionally ignore native formatsBenjamin Gaignard2023-06-095-25/+63
| * media: verisilicon: Enable AV1 decoder on rk3588Benjamin Gaignard2023-06-093-0/+137
| * media: verisilicon: Add film grain feature to AV1 driverBenjamin Gaignard2023-06-095-0/+651
| * media: verisilicon: Add Rockchip AV1 decoderBenjamin Gaignard2023-06-094-2/+2566
| * media: verisilicon: Add AV1 entropy helpersBenjamin Gaignard2023-06-095-0/+4719
| * media: verisilicon: Compute motion vectors size for AV1 framesBenjamin Gaignard2023-06-093-0/+21
| * media: verisilicon: Check AV1 bitstreams bit depthBenjamin Gaignard2023-06-092-0/+40
| * media: verisilicon: Add AV1 decoder mode and controlsBenjamin Gaignard2023-06-092-0/+24
| * media: verisilicon: Get bit depth for V4L2_PIX_FMT_NV15_4L4Benjamin Gaignard2023-06-091-0/+1
| * media: Add NV15_4L4 pixel formatBenjamin Gaignard2023-06-094-0/+20
| * media: v4l2-common: Add support for fractional bppNicolas Dufresne2023-06-092-80/+82
| * media: AV1: Make sure that bit depth in correctly initializeBenjamin Gaignard2023-06-091-0/+5
| * media: dt-bindings: media: rockchip-vpu: Add rk3588 vpu compatibleBenjamin Gaignard2023-06-091-0/+1
| * media: Add AV1 uAPIDaniel Almeida2023-06-0912-2/+2335
| * media: pci: tw686x: no need to check 'next'Hans Verkuil2023-06-091-1/+1
| * media: mediatek: vpu: add missing clk_unprepareHans Verkuil2023-06-091-0/+1
| * media: platform: mediatek: vpu: fix NULL ptr dereferenceHans Verkuil2023-06-091-2/+4
| * media: platform: renesas-ceu: drop buf NULL checkHans Verkuil2023-06-091-9/+0
| * media: usb: as102: drop as102_dev NULL checkHans Verkuil2023-06-091-4/+2
| * media: rockchip: rga: fix clock cleanupHans Verkuil2023-06-091-2/+2
| * media: atomisp: csi2-bridge: Add support for setting "clock-" and "link-frequ...Hans de Goede2023-06-092-6/+19
| * media: atomisp: Add testing instructions to TODO fileHans de Goede2023-06-091-0/+33
| * media: atomisp: ov2680: Rename unknown/0x370a to sensor_ctrl_0aHans de Goede2023-06-092-4/+6
| * media: atomisp: ov2680: Remove unnecessary registers from ov2680_global_setti...Hans de Goede2023-06-092-62/+59
| * media: atomisp: ov2680: Stop using half pixelclock for binned modesHans de Goede2023-06-092-7/+2
| * media: atomisp: Stop resetting selected input to 0 between /dev/video# opensHans de Goede2023-06-091-3/+0
| * media: atomisp: Fix binning check in atomisp_set_crop()Hans de Goede2023-06-091-2/+2
| * media: atomisp: Make atomisp_enum_framesizes_crop() check resolution fits wit...Hans de Goede2023-06-093-8/+19
| * media: atomisp: Take minimum padding requirement on BYT/ISP2400 into accountHans de Goede2023-06-092-0/+37
| * media: atomisp: csi2-bridge: Set PMC clk-rate for sensors to 19.2 MHzHans de Goede2023-06-091-8/+60
| * media: atomisp: Add enum_framesizes function for sensors with selection / cro...Hans de Goede2023-06-092-3/+69
| * media: atomisp: Set crop before setting fmtHans de Goede2023-06-091-0/+54
| * media: atomisp: Use selection API info to determine sensor paddingHans de Goede2023-06-093-26/+48
| * media: atomisp: Make atomisp_init_sensor() check if the sensor supports binningHans de Goede2023-06-092-3/+28
| * media: atomisp: Pass MEDIA_BUS_FMT_* code when calling enum_frame_size pad-opHans de Goede2023-06-093-0/+8