aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-22/+0
2020-12-07media: cedrus: Make VP8 codec as capabilityJernej Skrabec3-9/+20
2020-12-03media: uapi: move H264 stateless controls out of stagingEzequiel Garcia6-52/+52
2020-12-03media: Clean stateless control includesEzequiel Garcia1-3/+1
2020-12-03media: cedrus: h264: Support profile controlsEzequiel Garcia1-0/+19
2020-12-03media: rkvdec: h264: Support profile and level controlsJonas Karlman1-0/+13
2020-12-03media: staging/imx: Increase IMX_MEDIA_EOF_TIMEOUTFabio Estevam1-1/+1
2020-12-03media: meson: vdec: add G12/SM1 to module descriptionChristian Hewitt1-1/+1
2020-12-03media: cedrus: Add support for VP8 decodingJernej Skrabec8-1/+1037
2020-12-03media: hantro: Use VP8 lengths defined in uapiEmmanuel Gil Peyrot1-2/+2
2020-12-03media: cedrus: Add support for V3sMartin Cerveny1-0/+10
2020-12-03media: cedrus: Register all codecs as capabilityMartin Cerveny3-2/+24
2020-12-01Merge tag 'v5.10-rc6' into patchworkMauro Carvalho Chehab1-1/+1
2020-11-18media: cedrus: Remove the MBUS quirksMaxime Ripard3-22/+0
2020-11-17media: rockchip: rkisp1: destage Rockchip ISP1 driverHelen Koike16-8928/+0
2020-11-17media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer formatShunqian Zheng1-4/+0
2020-11-17media: staging: rkisp1: cap: fix timeout when stopping the streamHelen Koike1-2/+2
2020-11-16media: fix kernel-doc markupsMauro Carvalho Chehab1-4/+4
2020-11-16media: cedrus: Add support for R40Jernej Skrabec1-0/+9
2020-11-16media: staging: rkisp1: isp: set metadata pads to MEDIA_BUS_FMT_METADATA_FIXEDDafna Hirschfeld2-5/+4
2020-11-16media: cedrus: fix reference leak in cedrus_start_streamingZhang Qilong1-1/+3
2020-11-16media: staging: rkisp1: cap: fix runtime PM imbalance on errorZhang Qilong1-0/+1
2020-11-16media: staging: rkisp1: rsz: make const array static, makes object smallerColin Ian King1-2/+4
2020-11-16media: staging: media: imx: remove unnecessary variable useDeepak R Varma1-2/+1
2020-11-16media: staging: media: imx: remove commented codeDeepak R Varma1-7/+0
2020-11-16media: rkvdec: Remove redundant platform_get_irq error messageYueHaibing1-3/+1
2020-11-16media: staging: rkisp1: remove unecessary clocksHelen Koike2-19/+33
2020-11-16media: staging: dt-bindings: rkisp1: drop parent unit addressHelen Koike1-1/+1
2020-11-16media: staging: dt-bindings: rkisp1: re-order propertiesHelen Koike1-16/+16
2020-11-16media: staging: dt-bindings: rkisp1: drop i2c unit addressHelen Koike1-2/+1
2020-11-16media: staging: dt-bindings: rkisp1: add missing required nodesHelen Koike1-0/+8
2020-11-16media: staging: rkisp1: cap: refactor enable/disable stream to allow multistreamingHelen Koike2-112/+110
2020-11-16media: staging: rkisp1: capture: set default quantization on 'set_fmt'Dafna Hirschfeld1-0/+1
2020-11-16media: staging: rkisp1: uapi: add "WITH Linux-syscall-note"Dafna Hirschfeld1-1/+1
2020-11-16media: staging: rkisp1: params: remove unnecessary parenthesesDafna Hirschfeld1-16/+16
2020-11-16media: staging: rkisp1: params: remove unnecessary "!!"Dafna Hirschfeld1-12/+12
2020-11-16media: staging: rkisp1: remove the 'is_streaming' field from stats and paramsDafna Hirschfeld3-45/+5
2020-11-16media: staging: rkisp1: initialize buffer lists only on probeDafna Hirschfeld2-7/+1
2020-11-16media: staging: rkisp1: params: in stop_streaming, use list_splice_init to move the buffersDafna Hirschfeld1-4/+2
2020-11-16media: staging: rkisp1: validate links before powering and streamingDafna Hirschfeld1-10/+11
2020-11-16media: zoran: fix spelling mistake and make error message more meaningfulColin Ian King1-1/+1
2020-11-16media: staging: rkisp1: remove TODO item to document quantization handlingDafna Hirschfeld1-1/+0
2020-11-05media: cedrus: h264: Fix check for presence of scaling matrixJernej Skrabec1-1/+1
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+8
2020-10-15Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds6-412/+0
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-45/+34
2020-10-08media: staging: rkisp1: uapi: Do not use BIT() macroNiklas Söderlund1-22/+22
2020-10-04media: zoran.rst: place it at the right place this timeMauro Carvalho Chehab1-1/+1
2020-10-02Merge tag 'phy-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy into usb-nextGreg Kroah-Hartman6-412/+0