summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mtk-vcodec
AgeCommit message (Expand)Author
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
2021-09-30media: mtk-vcodec: Add MT8195 H264 venc driverIrui Wang
2021-09-30media: mtk-vcodec: Clean redundant encoder format definitionIrui Wang
2021-06-17media: mtk-vcodec: fix kerneldoc warningsHans Verkuil
2021-06-17media: mtk-vcodec: Support MT8192 H264 4K encodingIrui Wang
2021-06-17media: mtk-vcodec: Add MT8192 H264 venc driverIrui Wang
2021-06-17media: mtk-vcodec: Support 34bits dma address for vencIrui Wang
2021-06-17media: mtk-vcodec: venc: remove redundant codeAlexandre Courbot
2021-05-10media: mtk-vcodec: fix PM runtime get logicMauro Carvalho Chehab
2021-04-06media: mtk-vcodec: Separating mtk encoder driverIrui Wang
2021-03-22media: mtk-vcodec: fix kernel-doc warningsHans Verkuil
2021-03-11media: fix incorrect kernel doc usagesHans Verkuil
2021-01-27media: mtk-vcodec: fix argument used when DEBUG is definedTom Rix
2021-01-27media: mtk-vcodec: Do not zero reserved fieldsRicardo Ribalda
2021-01-27media: mtk-vcodec: Fix order of log argumentsEvan Benn
2021-01-12media: mtk-vcodec: fix error return code in vdec_vp9_decode()Zhang Changzhong
2020-12-01Merge tag 'v5.10-rc6' into patchworkMauro Carvalho Chehab
2020-11-16media: mtk-vcodec: remove allocated dma_parmsHsin-Yi Wang
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_enc_pm()Yu Kuai
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_enc_pm()Yu Kuai
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_dec_pm()Yu Kuai
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_dec_pm()Yu Kuai
2020-11-05media: mtk-vcodec: fix build breakage when one of VPU or SCP is enabledAlexandre Courbot
2020-11-05media: mtk-vcodec: move firmware implementations into their own filesAlexandre Courbot
2020-09-26media: mtk-vcodec: make IRQs disabled upon requestAlexandre Courbot