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