summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-07-05296-1538/+15111
|\
| * 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-281-0/+1
| * 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-092-0/+3
| * media: v4l2-common: Add support for fractional bppNicolas Dufresne2023-06-091-80/+80
| * media: AV1: Make sure that bit depth in correctly initializeBenjamin Gaignard2023-06-091-0/+5
| * media: Add AV1 uAPIDaniel Almeida2023-06-093-0/+320
| * 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: uvcvideo: Constify descriptor buffersLaurent Pinchart2023-06-091-3/+3
| * media: uvcvideo: Constify formats, frames and intervalsLaurent Pinchart2023-06-094-33/+34
| * media: uvcvideo: Increment intervals pointer at end of parsingLaurent Pinchart2023-06-091-4/+13
| * media: uvcvideo: Reorganize format descriptor parsingLaurent Pinchart2023-06-091-15/+25
| * media: uvcvideo: Use clamp() to replace manual implementationLaurent Pinchart2023-06-091-3/+3
| * media: uvcvideo: Rename uvc_format 'frame' field to 'frames'Laurent Pinchart2023-06-094-24/+24
| * media: uvcvideo: Rename uvc_streaming 'format' field to 'formats'Laurent Pinchart2023-06-094-14/+14
| * media: uvcvideo: Enable Intel RealSense metadata for devicesDmitry Perchanov2023-06-091-0/+63
| * Revert "media: uvcvideo: Limit power line control for Acer EasyCamera"Sakari Ailus2023-06-091-9/+0
| * media: venus: provide ctx queue lock for ioctl synchronizationSergey Senozhatsky2023-06-093-0/+10
| * media: venus: return P010 as preferred format for 10 bit decodeDikshita Agarwal2023-06-091-1/+6
| * media: venus: add handling of bit depth change from firmwareDikshita Agarwal2023-06-092-1/+20
| * media: venus: update calculation for dpb buffersDikshita Agarwal2023-06-093-3/+15
| * media: venus: add support for V4L2_PIX_FMT_P010 color formatDikshita Agarwal2023-06-093-10/+18
| * media: venus: replace arrary index with enum for supported formatsDikshita Agarwal2023-06-093-38/+72
| * media: venus: fix EOS handling in decoder stop commandDikshita Agarwal2023-06-091-1/+1