summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mtk-vcodec
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: rename mtk-vcodec/ to mediatek/mtk-vcodec/Mauro Carvalho Chehab46-12486/+0
2022-03-15media: platform: mtk-vcodec: move config to its own fileMauro Carvalho Chehab1-0/+36
2022-03-07Merge tag 'br-v5.18l' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab2-16/+13
2022-03-07media: mtk-vcodec: Remove duplicated include in mtk_vcodec_enc_drv.cYang Li1-1/+0
2022-02-22media: platform: mtk-vcodec: Do not force /dev/videoX node numberBenjamin Gaignard2-16/+13
2022-01-28media: mtk-vcodec: Get rid of mtk_smi_larb_get/putYong Wu7-83/+12
2022-01-23media: mtk-vcodec: Remove mtk_vcodec_release_enc_pmYunfei Dong3-13/+8
2022-01-23media: mtk-vcodec: Remove mtk_vcodec_release_dec_pmYunfei Dong4-17/+15
2022-01-23media: mtk-vcodec: Use codec type to separate different hardwareYunfei Dong3-9/+41
2022-01-23media: mtk-vcodec: Add core dec and dec end ipi msgYunfei Dong3-0/+34
2022-01-23media: mtk-vcodec: Support 34bits dma address for vdecYunfei Dong1-0/+8
2022-01-23media: mtk-vcodec: Add work queue for core hardware decodeYunfei Dong4-1/+53
2022-01-23media: mtk-vcodec: Add new interface to lock different hardwareYunfei Dong3-5/+7
2022-01-23media: mtk-vcodec: Generalize power and clock on/off interfacesYunfei Dong9-40/+146
2022-01-23media: mtk-vcodec: Add msg queue feature for lat and core architectureYunfei Dong4-0/+419
2022-01-23media: mtk-vcodec: Add irq interface for multi hardwareYunfei Dong12-39/+72
2022-01-23media: mtk-vcodec: Use pure single core for MT8183Yunfei Dong3-0/+13
2022-01-23media: mtk-vcodec: Add to support multi hardware decodeYunfei Dong7-32/+333
2022-01-23media: mtk-vcodec: Support MT8192Yunfei Dong3-0/+21
2022-01-23media: mtk-vcodec: export decoder pm functionsYunfei Dong1-0/+6
2022-01-23media: mtk-vcodec: Refactor vcodec pm interfaceYunfei Dong5-21/+14
2022-01-23media: mtk-vcodec: Align vcodec wake up interrupt interfaceYunfei Dong3-16/+9
2022-01-23media: mtk-vcodec: Get numbers of register bases from DTYunfei Dong1-9/+28
2022-01-23media: mtk-vcodec: potential dereference of null pointerJiasheng Jiang1-0/+2
2021-12-07media: replace setting of bytesused with vb2_set_plane_payloadDafna Hirschfeld1-5/+5
2021-11-30media: mtk-vcodec: don't check return val of mtk_venc_get_q_dataDafna Hirschfeld1-32/+7
2021-11-30media: mtk-vcodec: replace func vidioc_try_fmt with two funcs for out/capDafna Hirschfeld1-77/+72
2021-11-30media: mtk-vcodec: fix debugging definesDafna Hirschfeld5-53/+12
2021-11-30media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is releasedDafna Hirschfeld1-1/+1
2021-11-30media: mtk-vcodec: Fix an error handling path in 'mtk_vcodec_probe()'Christophe JAILLET1-0/+2
2021-11-19media: mtk-vcodec: remove unused func parameterDafna Hirschfeld4-10/+4
2021-11-19media: mtk-vcodec: enc: add vp8 profile ctrlDafna Hirschfeld1-0/+10
2021-11-15media: mtk-vcodec: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2-2/+0
2021-11-15media: mtk-vcodec: vdec: remove redundant 'pfb' assignmentTzung-Bi Shih1-1/+0
2021-11-15media: mtk-vcodec: Align width and height to 64 bytesYunfei Dong2-2/+3
2021-10-05media: mtk-vcodec: MT8173 h264/vp8 encoder min/max bitrate settingsIrui Wang1-3/+3
2021-09-30media: mtk-vcodec: venc: fix return value when start_streaming failsDafna Hirschfeld1-4/+4
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 Dong2-2/+41
2021-09-30media: mtk-vcodec: vdec: support stateless H.264 decodingYunfei Dong4-0/+779
2021-09-30media: mtk-vcodec: vdec: support stateless APIYunfei Dong5-4/+434
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