summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorLines
2022-05-17media: h264: Store all fields into the unordered listNicolas Dufresne-1/+1
2022-05-17media: h264: Use v4l2_h264_reference for reflistNicolas Dufresne-30/+63
2022-05-17media: exynos4-is: Fix compile warningKwanghoon Son-1/+1
2022-05-17media: ti: cal: use frame desc to get vc and dtTomi Valkeinen-2/+76
2022-05-13media: mediatek: vcodec: add h264 decoder driver for mt8186Yunfei Dong-1/+176
2022-05-13media: mediatek: vcodec: Support MT8186Yunfei Dong-0/+24
2022-05-13media: mediatek: vcodec: prevent kernel crash when rmmod mtk-vcodec-dec.koYunfei Dong-1/+2
2022-05-13media: mediatek: vcodec: support stateless VP9 decodingYunfei Dong-3/+2061
2022-05-13media: mediatek: vcodec: support stateless VP8 decodingYunfei Dong-2/+466
2022-05-13media: mediatek: vcodec: support stateless H.264 decoding for mt8192Yunfei Dong-1/+638
2022-05-13media: mediatek: vcodec: Extract H264 common codeYunfei Dong-383/+629
2022-05-13media: mediatek: vcodec: record capture queue format typeYunfei Dong-0/+4
2022-05-13media: mediatek: vcodec: Fix v4l2-compliance failYunfei Dong-1/+4
2022-05-13media: mediatek: vcodec: disable vp8 4K capabilityYunfei Dong-1/+2
2022-05-13media: mediatek: vcodec: Add format to support MT21CYunfei Dong-1/+7
2022-05-13media: mediatek: vcodec: Getting supported decoder format typesYunfei Dong-34/+84
2022-05-13media: mediatek: vcodec: Refactor supported vdec formats and framesizesYunfei Dong-17/+30
2022-05-13media: mediatek: vcodec: Refactor get and put capture buffer flowYunfei Dong-27/+80
2022-05-13media: mediatek: vcodec: set each plane bytesused in buf prepareYunfei Dong-24/+2
2022-05-13media: mediatek: vcodec: Read max resolution from dec_capabilityYunfei Dong-20/+28
2022-05-13media: mediatek: vcodec: get capture queue buffer size from scpYunfei Dong-0/+98
2022-05-13media: mediatek: vcodec: Using firmware type to separate different firmware a...Yunfei Dong-24/+10
2022-05-13media: mediatek: vcodec: Add vdec enable/disable hardware helpersYunfei Dong-83/+116
2022-05-13media: mediatek: vcodec: Fix v4l2 compliance decoder cmd test failYunfei Dong-12/+4
2022-05-13media: amphion: G/S_PARM only for encoder's output queueMing Qian-0/+6
2022-05-13media: amphion: wake up when error occursMing Qian-4/+4
2022-05-13media: atmel: microchip-csi2dc: add link validation supportEugen Hristev-0/+5
2022-05-13media: atmel: atmel-sama7g5-isc: remove stray lineEugen Hristev-1/+0
2022-05-13media: atmel: atmel-isc: compact the controller formats listEugen Hristev-74/+37
2022-05-13media: atmel: atmel-isc-base: use mutex to lock awb workq from streamingEugen Hristev-4/+28
2022-05-13media: atmel: atmel-sama5d2-isc: fix wrong mask in YUYV format checkEugen Hristev-1/+1
2022-05-13media: atmel: atmel-isc: remove redundant commentsEugen Hristev-3/+3
2022-05-13media: atmel: atmel-isc-base: replace is_streaming call in s_fmt_vid_capEugen Hristev-1/+1
2022-05-13media: atmel: atmel-isc-base: use streaming status when queueing buffersEugen Hristev-1/+1
2022-05-13media: vsp1: Fix offset calculation for plane croppingMichael Rodin-3/+3
2022-05-13media: vsp1: Use vb2_queue_is_busy()Laurent Pinchart-1/+1
2022-05-13media: vsp1: Don't open-code vb2_fop_release()Laurent Pinchart-11/+1
2022-05-13media: rockchip: rkisp1: Use mipi-csi2.hLaurent Pinchart-27/+18
2022-05-13media: cadence: cdns-csi2tx: Use mipi-csi2.hLaurent Pinchart-2/+3
2022-05-13media: amphion: ensure the buffer count is not less than min_bufferMing Qian-0/+4
2022-05-13media: coda: limit frame interval enumeration to supported encoder frame sizesPhilipp Zabel-6/+14
2022-05-13media: coda: fix default JPEG colorimetryPhilipp Zabel-6/+11
2022-05-13media: isif: remove unnecessary check of resYang Yingliang-2/+1
2022-05-13media: dm644x_ccdc: remove unnecessary check of resYang Yingliang-2/+1
2022-05-13media: dm355_ccdc: remove unnecessary check of resYang Yingliang-2/+1
2022-05-13media: platform: video-viu: Do not select it by defaultFabio Estevam-1/+0
2022-05-13media: amphion: no need to check return value of debugfs_create functionsLv Ruyi-12/+0
2022-05-13media: amphion: free ctrl handler if error is set and return errorMing Qian-0/+12
2022-05-13media: amphion: handle picture skipped eventMing Qian-1/+11
2022-05-13media: amphion: encoder copy timestamp from output to captureMing Qian-31/+16