aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/platform/mtk-vcodec
AgeCommit message (Expand)AuthorFilesLines
2021-04-06media: mtk-vcodec: Separating mtk encoder driverIrui Wang5-110/+67
2021-03-22media: mtk-vcodec: fix kernel-doc warningsHans Verkuil3-18/+18
2021-03-11media: fix incorrect kernel doc usagesHans Verkuil1-2/+2
2021-01-27media: mtk-vcodec: fix argument used when DEBUG is definedTom Rix1-2/+2
2021-01-27media: mtk-vcodec: Do not zero reserved fieldsRicardo Ribalda2-16/+0
2021-01-27media: mtk-vcodec: Fix order of log argumentsEvan Benn1-6/+6
2021-01-12media: mtk-vcodec: fix error return code in vdec_vp9_decode()Zhang Changzhong1-1/+2
2020-12-01Merge tag 'v5.10-rc6' into patchworkMauro Carvalho Chehab8-173/+257
2020-11-16media: mtk-vcodec: remove allocated dma_parmsHsin-Yi Wang2-16/+2
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_enc_pm()Yu Kuai1-0/+2
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_enc_pm()Yu Kuai1-7/+19
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_dec_pm()Yu Kuai1-0/+1
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_dec_pm()Yu Kuai1-6/+12
2020-11-05media: mtk-vcodec: fix build breakage when one of VPU or SCP is enabledAlexandre Courbot2-2/+26
2020-11-05media: mtk-vcodec: move firmware implementations into their own filesAlexandre Courbot8-173/+233
2020-09-26media: mtk-vcodec: make IRQs disabled upon requestAlexandre Courbot2-3/+3
2020-09-26media: mtk-vcodec: venc: fix invalid time per frame in S_PARMAlexandre Courbot1-4/+8
2020-09-26media: mtk-vcodec: venc: set default time per frameAlexandre Courbot1-0/+5
2020-09-26media: mtk-vcodec: venc: support ENUM_FRAMESIZES on OUTPUT formatsAlexandre Courbot1-38/+33
2020-09-26media: mtk-vcodec: venc: use platform data for ENUM_FRAMESIZESAlexandre Courbot1-14/+10
2020-09-26media: mtk-vcodec: venc: set OUTPUT buffers field to V4L2_FIELD_NONEAlexandre Courbot1-0/+9
2020-09-26media: mtk-vcodec: venc support MIN_OUTPUT_BUFFERS controlAlexandre Courbot1-0/+2
2020-09-26media: Revert "media: mtk-vcodec: Remove extra area allocation in an input bu...Alexandre Courbot1-3/+6
2020-09-26media: mtk-vcodec: add support for MT8183 encoderYunfei Dong2-0/+23
2020-09-26media: mtk-vcodec: venc: specify supported formats per-chipAlexandre Courbot3-75/+95
2020-09-26media: mtk-vcodec: venc: specify bitrate range per-chipAlexandre Courbot3-1/+8
2020-09-26media: mtk-vcodec: venc: handle firmware version fieldAlexandre Courbot4-7/+38
2020-09-26media: mtk-vcodec: venc: support SCP firmwareYunfei Dong8-57/+202
2020-09-26media: mtk-vcodec: add SCP firmware opsYunfei Dong4-0/+65
2020-09-26media: mtk-vcodec: abstract firmware interfaceYunfei Dong21-102/+293
2020-08-29media: mtk-vcodec: vdec_vp9_if.c: fix comparison to boolDaniel W. S. Almeida1-1/+1
2020-08-29media: mtk-vcodec: mtk_vcodec_dec.c: fix comparison to boolDaniel W. S. Almeida1-4/+3
2020-08-28media: media/platform: drop vb2_queue_release()Hans Verkuil1-3/+1
2020-08-26media: mtk-vcodec: set dma max segment sizeHsin-Yi Wang2-0/+16
2020-03-12media: mtk-vpu: avoid unaligned access to DTCM buffer.Hsin-Yi Wang2-9/+9
2020-03-02media: mtk-vcodec: reset segment data then trig decoderRui Wang1-4/+25
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2-2/+2
2020-01-09media: mtk-vcodec: use v4l2_m2m_buffer where appropriateAlexandre Courbot5-45/+52
2019-12-16media: mtk-vcodec: Remove extra area allocation in an input buffer on encodingHirokazu Honda1-6/+3
2019-11-10media: Revert "media: mtk-vcodec: Remove extra area allocation in an input bu...Hans Verkuil1-3/+6
2019-11-10media: mtk-vcodec: Remove extra area allocation in an input buffer on encodingHirokazu Honda1-6/+3
2019-10-10media: platform: Use devm_platform_ioremap_resource() in two functionsMarkus Elfring1-7/+1
2019-10-01media: mtk-vcodec: vdec: clean up vidioc_vdec_s_fmt a bitAlexandre Courbot1-4/+14
2019-10-01media: mtk-vcodec: vdec: set VPI IPI handler in one placeAlexandre Courbot5-13/+8
2019-10-01media: mtk-vcodec: vdec: fix incorrect pointer dereferenceYunfei Dong1-1/+1
2019-08-19media: mtk-vcodec: flag OUTPUT formats with V4L2_FMT_FLAG_DYN_RESOLUTIONMaxime Jourdan2-0/+5
2019-08-07media: mtk-vcodec: Handle H264 error bitstreamsRui Wang1-2/+14
2019-06-21media: mtk-vcodec: remove unneeded proxy functionsAlexandre Courbot9-52/+17
2019-06-21media: mtk-vcodec: avoid unneeded pointer-to-long conversionsAlexandre Courbot10-46/+46
2019-06-21media: mtk-vcodec: Use vb2_get_bufferEzequiel Garcia1-4/+10