aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/platform/mtk-vcodec
AgeCommit message (Expand)Author
2022-03-18media: platform: rename mtk-vcodec/ to mediatek/mtk-vcodec/Mauro Carvalho Chehab
2022-03-15media: platform: mtk-vcodec: move config to its own fileMauro Carvalho Chehab
2022-03-07Merge tag 'br-v5.18l' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab
2022-03-07media: mtk-vcodec: Remove duplicated include in mtk_vcodec_enc_drv.cYang Li
2022-02-22media: platform: mtk-vcodec: Do not force /dev/videoX node numberBenjamin Gaignard
2022-01-28media: mtk-vcodec: Get rid of mtk_smi_larb_get/putYong Wu
2022-01-23media: mtk-vcodec: Remove mtk_vcodec_release_enc_pmYunfei Dong
2022-01-23media: mtk-vcodec: Remove mtk_vcodec_release_dec_pmYunfei Dong
2022-01-23media: mtk-vcodec: Use codec type to separate different hardwareYunfei Dong
2022-01-23media: mtk-vcodec: Add core dec and dec end ipi msgYunfei Dong
2022-01-23media: mtk-vcodec: Support 34bits dma address for vdecYunfei Dong
2022-01-23media: mtk-vcodec: Add work queue for core hardware decodeYunfei Dong
2022-01-23media: mtk-vcodec: Add new interface to lock different hardwareYunfei Dong
2022-01-23media: mtk-vcodec: Generalize power and clock on/off interfacesYunfei Dong
2022-01-23media: mtk-vcodec: Add msg queue feature for lat and core architectureYunfei Dong
2022-01-23media: mtk-vcodec: Add irq interface for multi hardwareYunfei Dong
2022-01-23media: mtk-vcodec: Use pure single core for MT8183Yunfei Dong
2022-01-23media: mtk-vcodec: Add to support multi hardware decodeYunfei Dong
2022-01-23media: mtk-vcodec: Support MT8192Yunfei Dong
2022-01-23media: mtk-vcodec: export decoder pm functionsYunfei Dong
2022-01-23media: mtk-vcodec: Refactor vcodec pm interfaceYunfei Dong
2022-01-23media: mtk-vcodec: Align vcodec wake up interrupt interfaceYunfei Dong
2022-01-23media: mtk-vcodec: Get numbers of register bases from DTYunfei Dong
2022-01-23media: mtk-vcodec: potential dereference of null pointerJiasheng Jiang
2021-12-07media: replace setting of bytesused with vb2_set_plane_payloadDafna Hirschfeld
2021-11-30media: mtk-vcodec: don't check return val of mtk_venc_get_q_dataDafna Hirschfeld
2021-11-30media: mtk-vcodec: replace func vidioc_try_fmt with two funcs for out/capDafna Hirschfeld
2021-11-30media: mtk-vcodec: fix debugging definesDafna Hirschfeld
2021-11-30media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is releasedDafna Hirschfeld
2021-11-30media: mtk-vcodec: Fix an error handling path in 'mtk_vcodec_probe()'Christophe JAILLET
2021-11-19media: mtk-vcodec: remove unused func parameterDafna Hirschfeld
2021-11-19media: mtk-vcodec: enc: add vp8 profile ctrlDafna Hirschfeld
2021-11-15media: mtk-vcodec: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-11-15media: mtk-vcodec: vdec: remove redundant 'pfb' assignmentTzung-Bi Shih
2021-11-15media: mtk-vcodec: Align width and height to 64 bytesYunfei Dong
2021-10-05media: mtk-vcodec: MT8173 h264/vp8 encoder min/max bitrate settingsIrui Wang
2021-09-30media: mtk-vcodec: venc: fix return value when start_streaming failsDafna Hirschfeld
2021-09-30media: mtk-vcodec: fix warnings: symbol XXX was not declaredTzung-Bi Shih
2021-09-30media: mtk-vcodec: enable MT8183 decoderYunfei Dong
2021-09-30media: mtk-vcodec: vdec: add media device if using stateless apiYunfei Dong
2021-09-30media: mtk-vcodec: vdec: support stateless H.264 decodingYunfei Dong
2021-09-30media: mtk-vcodec: vdec: support stateless APIYunfei Dong
2021-09-30media: mtk-vcodec: support version 2 of decoder firmware ABIAlexandre Courbot
2021-09-30media: mtk-vcodec: vdec: handle firmware version fieldAlexandre Courbot
2021-09-30media: mtk-vcodec: vdec: move stateful ops into their own fileYunfei Dong
2021-09-30media: mtk-vcodec: venc: support START and STOP commandsAlexandre Courbot
2021-09-30media: mtk-vcodec: make flush buffer reusable by encoderAlexandre Courbot
2021-09-30media: mtk-vcodec: vdec: clamp OUTPUT resolution to hardware limitsAlexandre Courbot
2021-09-30media: mtk-vcodec: vdec: use helpers in VIDIOC_(TRY_)DECODER_CMDAlexandre Courbot
2021-09-30media: mtk-vcodec: vdec: Support H264 profile controlHirokazu Honda