aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-13media: platform: video-viu: Do not select it by defaultFabio Estevam1-1/+0
2022-05-13media: Documentation/media: Remove incorrect statementDorota Czaplejewicz1-2/+1
2022-05-13media: amphion: no need to check return value of debugfs_create functionsLv Ruyi1-12/+0
2022-05-13media: amphion: free ctrl handler if error is set and return errorMing Qian2-0/+12
2022-05-13media: amphion: handle picture skipped eventMing Qian3-1/+11
2022-05-13media: amphion: encoder copy timestamp from output to captureMing Qian1-31/+16
2022-05-13media: amphion: decoder copy timestamp from output to captureMing Qian4-50/+87
2022-05-13media: make RADIO_ADAPTERS tristateRandy Dunlap1-2/+2
2022-05-13media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_initPavel Skripkin1-2/+5
2022-05-13media: rcar-vin: Remove stray blank lineNiklas Söderlund1-1/+0
2022-05-13media: docs-rst: Append HEVC specific termSebastian Fricke1-1/+8
2022-05-13media: staging: media: rkvdec: Update TODO listSebastian Fricke1-2/+2
2022-05-13media: staging: media: hantro: Update TODO listSebastian Fricke1-6/+2
2022-05-13media: staging: media: hantro: Fix typosSebastian Fricke2-2/+2
2022-05-13media: rga: fix possible memory leak in rga_probeHangyu Hua1-2/+4
2022-05-13media: imx-jpeg: Support dynamic resolution changeMing Qian2-16/+55
2022-05-13media: imx-jpeg: Handle source change in a functionMing Qian1-49/+65
2022-05-13media: imx-jpeg: Propagate the output frame size to the capture sideMing Qian1-1/+29
2022-05-13media: imx-jpeg: Identify and handle precision correctlyMing Qian2-12/+27
2022-05-13media: imx-jpeg: Refactor function mxc_jpeg_parseMing Qian1-7/+6
2022-05-13media: av7110: fix prohibited spaces in switch statementHusni Faiz1-12/+12
2022-05-13media: av7110: fix switch indentationHusni Faiz1-15/+15
2022-05-13media: platform: return early if the iface is not handledTom Rix1-1/+2
2022-05-13media: exynos4-is: Change clk_disable to clk_disable_unprepareMiaoqian Lin1-1/+1
2022-05-13media: platform: renesas-ceu: Fix unused variable warningLaurent Pinchart1-4/+4
2022-05-13media: davinci: remove unnecessary NULL checkDan Carpenter1-2/+1
2022-05-13media: bdisp: remove unnecessary IS_ERR() checkDan Carpenter1-2/+1
2022-05-13media: platform: Remove unused including <linux/version.h>Jiapeng Chong1-1/+0
2022-05-13media: i2c: rdacm20: Fix format definitionJacopo Mondi1-4/+4
2022-05-13media: rcar-vin: Add check that input interface and format are validNiklas Söderlund1-0/+25
2022-05-13media: MAINTAINERS: adjust entries to nxp driver movement in media platformLukas Bulwahn1-2/+2
2022-05-13media: v4l2: mem2mem: Fix typos in v4l2_m2m_dev documentationLaurent Pinchart1-4/+4
2022-05-13media: cec: seco: remove byte handling from smb_word_opTom Rix1-17/+5
2022-05-13media: i2c: rdacm2x: properly set subdev entity functionLaurentiu Palcu2-2/+2
2022-05-13media: imx-jpeg: Fix potential array out of bounds in queue_setupMirela Rabulea1-0/+2
2022-05-13media: MAINTAINERS: drop unreachable contact for MEDIATEK JPEG DRIVERLukas Bulwahn1-1/+0
2022-05-13media: MAINTAINERS: rectify entry for MEDIATEK MEDIA DRIVERLukas Bulwahn1-1/+1
2022-05-13media: MAINTAINERS: refurbish MEDIATEK JPEG DRIVER sectionLukas Bulwahn1-1/+1
2022-05-13media: gspca: make the read-only array table static constColin Ian King1-1/+1
2022-05-13media: MAINTAINERS: rectify entry for MEDIA DRIVERS FOR NVIDIA TEGRA - VDELukas Bulwahn1-1/+1
2022-05-13media: atmel: atmel-isc: Fix PM disable depth imbalance in atmel_isc_probeMiaoqian Lin1-1/+4
2022-05-13media: st-delta: Fix PM disable depth imbalance in delta_probeMiaoqian Lin1-2/+4
2022-05-13media: exynos4-is: Fix PM disable depth imbalance in fimc_is_probeMiaoqian Lin1-1/+3
2022-05-13media: aspeed: Fix an error handling path in aspeed_video_probe()Christophe JAILLET1-2/+2
2022-05-13media: dt-bindings: mtk-vcodec-encoder: Add power-domains propertyNícolas F. R. A. Prado1-0/+3
2022-05-08media: uvcvideo: Add UVC_GUID_FORMAT_H265James_Lin2-0/+8
2022-05-08media: uvcvideo: Undup use uvc_endpoint_max_bpi() codeRicardo Ribalda3-5/+3
2022-05-08media: uvcvideo: Simplify uvc_endpoint_max_bpi()Ricardo Ribalda1-8/+1
2022-05-08media: uvcvideo: Fix memory leak if uvc_ctrl_add_mapping failsRicardo Ribalda2-4/+14
2022-05-08media: uvcvideo: Fix bit overflow in uvc_probe_videoHangyu Hua1-3/+1