aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2021-09-30media: stm32: Potential NULL pointer dereference in dcmi_irq_thread()Dmitriy Ulitin1-8/+11
2021-09-30media: m5602_ov7660: remove the repeated declarationShaokun Zhang1-1/+0
2021-09-30media: netup_unidvb: handle interrupt properly according to the firmwareZheyu Ma1-11/+16
2021-09-30media: cxd2820r: include the right headerLinus Walleij1-1/+1
2021-09-30media: siano: use DEFINE_MUTEX() for mutex lockMuhammad Usama Anjum1-5/+2
2021-09-30media: rc: clean the freed urb pointer to avoid double freeNil Yi1-0/+2
2021-09-30media: dvb-usb: fix ununit-value in az6027_rc_queryPavel Skripkin1-0/+1
2021-09-30media: c8sectpfe-dvb: Remove unused including <linux/version.h>Cai Huoqing2-2/+0
2021-09-30media: ir_toy: allow tx carrier to be setSean Young1-5/+29
2021-09-30media: mtk-vcodec: fix warnings: symbol XXX was not declaredTzung-Bi Shih2-3/+2
2021-09-30media: mtk-vcodec: enable MT8183 decoderYunfei Dong1-0/+5
2021-09-30media: mtk-vcodec: vdec: add media device if using stateless apiYunfei Dong3-2/+43
2021-09-30media: mtk-vcodec: vdec: support stateless H.264 decodingYunfei Dong5-0/+780
2021-09-30media: mtk-vcodec: vdec: support stateless APIYunfei Dong5-4/+434
2021-09-30media: add Mediatek's MM21 formatAlexandre Courbot1-0/+1
2021-09-30media: mtk-vcodec: support version 2 of decoder firmware ABIAlexandre Courbot3-9/+42
2021-09-30media: mtk-vcodec: vdec: handle firmware version fieldAlexandre Courbot4-2/+29
2021-09-30media: mtk-vcodec: vdec: move stateful ops into their own fileYunfei Dong6-681/+750
2021-09-30media: mtk-vcodec: venc: support START and STOP commandsAlexandre Courbot3-8/+140
2021-09-30media: mtk-vcodec: make flush buffer reusable by encoderAlexandre Courbot4-28/+16
2021-09-30media: mtk-vcodec: vdec: clamp OUTPUT resolution to hardware limitsAlexandre Courbot1-7/+5
2021-09-30media: mtk-vcodec: vdec: use helpers in VIDIOC_(TRY_)DECODER_CMDAlexandre Courbot1-12/+1
2021-09-30media: mtk-vcodec: vdec: Support H264 profile controlHirokazu Honda1-0/+10
2021-09-30media: tuners: mxl5007t: Removed unnecessary 'return'lijian1-9/+0
2021-09-30media: ttusb-dec: avoid release of non-acquired mutexEvgeny Novikov1-5/+5
2021-09-30media: cxd2880-spi: Fix a null pointer dereference on error handling pathColin Ian King1-1/+1
2021-09-30media: streamzap: ensure rx resolution can be retrievedSean Young1-0/+1
2021-09-30media: mceusb: ensure rx resolution can be retrievedSean Young1-0/+1
2021-09-30media: Add NV12_4L4 tiled formatEzequiel Garcia2-0/+4
2021-09-30media: Rename V4L2_PIX_FMT_HM12 to V4L2_PIX_FMT_NV12_16L16Ezequiel Garcia7-18/+18
2021-09-30media: Rename V4L2_PIX_FMT_SUNXI_TILED_NV12 to V4L2_PIX_FMT_NV12_32L32Ezequiel Garcia1-1/+1
2021-09-30media: mtk-vcodec: Add MT8195 H264 venc driverIrui Wang2-0/+14
2021-09-30media: mtk-vcodec: Clean redundant encoder format definitionIrui Wang1-30/+20
2021-09-30media: gspca/sn9c20x: Add ability to control built-in webcam LEDsPete Hemery1-1/+21
2021-09-30media: meson-ge2d: Fix rotation parameter changes detection in 'ge2d_s_ctrl()'Christophe JAILLET1-5/+1
2021-09-30media: TDA1997x: fix tda1997x_remove()Krzysztof HaƂasa1-2/+2
2021-09-30media: em28xx: add missing em28xx_close_extensionPavel Skripkin1-1/+4
2021-09-30media: videobuf2-core: sanity checks for requests and qbufHans Verkuil1-1/+22
2021-09-30media: vivid: add module option to set request support modeHans Verkuil1-2/+12
2021-09-30media: hevc: Add scaling matrix controlBenjamin Gaignard2-0/+10
2021-09-30media: camss: vfe: Rework vfe_hw_version_read() function definitionRobert Foss6-10/+18
2021-09-30media: camss: vfe: Remove vfe_hw_version_read() argumentRobert Foss6-10/+11
2021-09-30media: camss: vfe: Decrease priority of of VFE HW version to 'dbg'Robert Foss3-3/+3
2021-09-30media: camss: vfe: Don't read hardware version needlesslyRobert Foss1-2/+1
2021-09-30media: rockchip: rkisp1: add support for px30 isp versionHeiko Stuebner1-0/+25
2021-09-30media: rockchip: rkisp1: add support for v12 isp variantsHeiko Stuebner4-2/+565
2021-09-30media: rockchip: rkisp1: add prefixes for v10 specific partsHeiko Stuebner3-237/+236
2021-09-30media: rockchip: rkisp1: make some isp-stats functions variableHeiko Stuebner2-3/+22
2021-09-30media: rockchip: rkisp1: make some isp-param functions variableHeiko Stuebner2-27/+65
2021-09-30media: rockchip: rkisp1: allow separate interruptsHeiko Stuebner4-27/+57