aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
AgeCommit message (Expand)AuthorFilesLines
2021-07-22media: atomisp: Annotate a couple of definitions with __maybe_unusedAndy Shevchenko1-2/+2
2021-07-22media: atomisp: Remove unused declarationsAndy Shevchenko1-17/+0
2021-07-22media: atomisp: remove the repeated declarationShaokun Zhang1-2/+0
2021-07-22media: atomisp: improve error handling in gc2235_detect()Tom Rix1-10/+3
2021-07-22media: atomisp: Fix whitespace at the beginning of lineAniket Bhattacharyea1-4/+4
2021-07-22media: atomisp: Align block commentsJiabing Wan1-2/+2
2021-07-22media: atomisp: Use sysfs_emit() instead of sprintf() where appropriateNguyen Dinh Phi1-3/+3
2021-07-22media: atomisp: Fix line continuation style issue in sh_css.cMartiros Shakhzadyan1-8/+6
2021-07-22media: atomisp: Use kcalloc instead of kzalloc with multiply in sh_css.cMartiros Shakhzadyan1-10/+12
2021-07-22media: atomisp: Remove unnecessary parens in sh_css.cMartiros Shakhzadyan1-1/+1
2021-07-22media: atomisp: Resolve goto style issue in sh_css.cMartiros Shakhzadyan1-2/+2
2021-07-22media: atomisp: fix the uninitialized use and rename "retvalue"Yizhuo1-4/+7
2021-07-22media: atomisp: use list_splice_init in atomisp_compat_css20.cBaokun Li1-33/+5
2021-07-22media: atomisp: remove useless returnsPavel Skripkin1-38/+0
2021-07-22media: atomisp: remove dublicate codePavel Skripkin1-13/+0
2021-07-22media: atomisp: remove useless breaksPavel Skripkin1-11/+0
2021-07-22media: atomisp: pci: fixed a curly bracket coding style issue.Dmitrii Wolf1-1/+2
2021-07-22media: atomisp: Fix runtime PM imbalance in atomisp_pci_probeDinghao Liu1-0/+1
2021-07-22media: atomisp-ov2680: A trivial typo fixBhaskar Chowdhury1-1/+1
2021-07-22media: atomisp: Fix typo "accesible"Ricardo Ribalda3-3/+3
2021-07-22media: v4l2-subdev: fix some NULL vs IS_ERR() checksDan Carpenter1-2/+2
2021-07-22media: hantro: Add support for the Rockchip PX30Paul Kocialkowski3-0/+19
2021-07-22media: hantro: Enable H.264 on Rockchip VDPU2Ezequiel Garcia1-1/+25
2021-07-22media: hantro: Add H.264 support for Rockchip VDPU2Jonas Karlman3-0/+493
2021-07-22media: hantro: h264: Move reference picture number to a helperEzequiel Garcia3-12/+15
2021-07-22media: hantro: h264: Move DPB valid and long-term bitmapsEzequiel Garcia3-15/+19
2021-07-22media: hantro: Avoid redundant hantro_get_{dst,src}_buf() callsEzequiel Garcia3-28/+26
2021-07-22media: hantro: Make struct hantro_variant.init() optionalEzequiel Garcia3-12/+8
2021-07-22media: hantro: vp8: Move noisy WARN_ON to vpu_debugEzequiel Garcia2-6/+20
2021-07-12media: atomisp: remove redundant initialization of variable retColin Ian King1-1/+1
2021-07-12media: cedrus: hevc: Add support for multiple slicesJernej Skrabec2-10/+17
2021-06-17media: hantro: add support for Rockchip RK3036Alex Bee3-0/+51
2021-06-17media: hantro: add support for Rockchip RK3066Alex Bee3-0/+123
2021-06-17media: hantro: merge Rockchip platform driversAlex Bee9-478/+402
2021-06-17media: hantro: reorder variantsAlex Bee2-6/+6
2021-06-17media: imx-csi: Skip first few frames from a BT.656 sourceSteve Longerbeam1-1/+13
2021-06-17media: atomisp: remove compat_ioctl32 codeArnd Bergmann4-1208/+8
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen30-321/+370
2021-06-08media: hantro: IMX8M: add variant for G2/HEVC codecBenjamin Gaignard3-2/+96
2021-06-08media: hantro: Introduce G2/HEVC decoderBenjamin Gaignard7-0/+1208
2021-06-08media: hantro: handle V4L2_PIX_FMT_HEVC_SLICE controlBenjamin Gaignard1-0/+1
2021-06-08media: hantro: Only use postproc when post processed formats are definedBenjamin Gaignard3-7/+19
2021-06-08media: hantro: Define HEVC codec profiles and supported featuresBenjamin Gaignard2-0/+61
2021-06-08media: hantro: change hantro_codec_ops run prototype to return errorsBenjamin Gaignard9-21/+40
2021-06-08media: hevc: Add decode params controlBenjamin Gaignard4-5/+16
2021-06-04media: docs: move DVB audio/video docs to stagingMauro Carvalho Chehab49-0/+3300
2021-06-04media: dvb header files: move some headers to stagingMauro Carvalho Chehab4-3/+506
2021-06-02media: imx: imx7_mipi_csis: Fix error return code in mipi_csis_async_register()Wei Yongjun1-0/+1
2021-06-02media: staging: media: tegra-vde: add missing error return code in tegra_vde_probe()Yang Yingliang1-1/+2
2021-06-02media: hantro: test the correct variable in probe()Dan Carpenter1-2/+2