summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2023-07-05Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds296-1538/+15111
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+2
2023-06-29Merge tag 'fbdev-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-31/+20
2023-06-29media: wl128x: fix a clang warningMauro Carvalho Chehab1-4/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
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 Bergmann1-0/+1
2023-06-28Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-3/+3
2023-06-19fbdev/media: Use GPIO descriptors for VIA GPIOLinus Walleij1-31/+20
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie23-61/+253
2023-06-15Revert "media: dvb-core: Fix use-after-free on race condition at dvb_frontend"Mauro Carvalho Chehab1-44/+9
2023-06-10mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-1/+1
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 Gaignard2-0/+3
2023-06-09media: v4l2-common: Add support for fractional bppNicolas Dufresne1-80/+80
2023-06-09media: AV1: Make sure that bit depth in correctly initializeBenjamin Gaignard1-0/+5
2023-06-09media: Add AV1 uAPIDaniel Almeida3-0/+320
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: uvcvideo: Constify descriptor buffersLaurent Pinchart1-3/+3
2023-06-09media: uvcvideo: Constify formats, frames and intervalsLaurent Pinchart4-33/+34
2023-06-09media: uvcvideo: Increment intervals pointer at end of parsingLaurent Pinchart1-4/+13
2023-06-09media: uvcvideo: Reorganize format descriptor parsingLaurent Pinchart1-15/+25
2023-06-09media: uvcvideo: Use clamp() to replace manual implementationLaurent Pinchart1-3/+3
2023-06-09media: uvcvideo: Rename uvc_format 'frame' field to 'frames'Laurent Pinchart4-24/+24
2023-06-09media: uvcvideo: Rename uvc_streaming 'format' field to 'formats'Laurent Pinchart4-14/+14
2023-06-09media: uvcvideo: Enable Intel RealSense metadata for devicesDmitry Perchanov1-0/+63