summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/mtk-vcodec
AgeCommit message (Expand)Author
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
2020-09-26media: mtk-vcodec: venc: fix invalid time per frame in S_PARMAlexandre Courbot
2020-09-26media: mtk-vcodec: venc: set default time per frameAlexandre Courbot
2020-09-26media: mtk-vcodec: venc: support ENUM_FRAMESIZES on OUTPUT formatsAlexandre Courbot
2020-09-26media: mtk-vcodec: venc: use platform data for ENUM_FRAMESIZESAlexandre Courbot
2020-09-26media: mtk-vcodec: venc: set OUTPUT buffers field to V4L2_FIELD_NONEAlexandre Courbot
2020-09-26media: mtk-vcodec: venc support MIN_OUTPUT_BUFFERS controlAlexandre Courbot
2020-09-26media: Revert "media: mtk-vcodec: Remove extra area allocation in an input bu...Alexandre Courbot
2020-09-26media: mtk-vcodec: add support for MT8183 encoderYunfei Dong
2020-09-26media: mtk-vcodec: venc: specify supported formats per-chipAlexandre Courbot
2020-09-26media: mtk-vcodec: venc: specify bitrate range per-chipAlexandre Courbot
2020-09-26media: mtk-vcodec: venc: handle firmware version fieldAlexandre Courbot
2020-09-26media: mtk-vcodec: venc: support SCP firmwareYunfei Dong
2020-09-26media: mtk-vcodec: add SCP firmware opsYunfei Dong
2020-09-26media: mtk-vcodec: abstract firmware interfaceYunfei Dong
2020-08-29media: mtk-vcodec: vdec_vp9_if.c: fix comparison to boolDaniel W. S. Almeida
2020-08-29media: mtk-vcodec: mtk_vcodec_dec.c: fix comparison to boolDaniel W. S. Almeida
2020-08-28media: media/platform: drop vb2_queue_release()Hans Verkuil
2020-08-26media: mtk-vcodec: set dma max segment sizeHsin-Yi Wang
2020-03-12media: mtk-vpu: avoid unaligned access to DTCM buffer.Hsin-Yi Wang
2020-03-02media: mtk-vcodec: reset segment data then trig decoderRui Wang
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2020-01-09media: mtk-vcodec: use v4l2_m2m_buffer where appropriateAlexandre Courbot
2019-12-16media: mtk-vcodec: Remove extra area allocation in an input buffer on encodingHirokazu Honda
2019-11-10media: Revert "media: mtk-vcodec: Remove extra area allocation in an input bu...Hans Verkuil
2019-11-10media: mtk-vcodec: Remove extra area allocation in an input buffer on encodingHirokazu Honda
2019-10-10media: platform: Use devm_platform_ioremap_resource() in two functionsMarkus Elfring
2019-10-01media: mtk-vcodec: vdec: clean up vidioc_vdec_s_fmt a bitAlexandre Courbot
2019-10-01media: mtk-vcodec: vdec: set VPI IPI handler in one placeAlexandre Courbot
2019-10-01media: mtk-vcodec: vdec: fix incorrect pointer dereferenceYunfei Dong
2019-08-19media: mtk-vcodec: flag OUTPUT formats with V4L2_FMT_FLAG_DYN_RESOLUTIONMaxime Jourdan
2019-08-07media: mtk-vcodec: Handle H264 error bitstreamsRui Wang
2019-06-21media: mtk-vcodec: remove unneeded proxy functionsAlexandre Courbot
2019-06-21media: mtk-vcodec: avoid unneeded pointer-to-long conversionsAlexandre Courbot
2019-06-21media: mtk-vcodec: Use vb2_get_bufferEzequiel Garcia
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab
2019-06-05media: mtk-vcodec: support single-buffer framesYunfei Dong
2019-06-05media: mtk-vcodec: constify formatsAlexandre Courbot
2019-06-05media: mtk-vcodec: replace GPLv2 with SPDXAlexandre Courbot
2019-06-05media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplaneBoris Brezillon
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-29media: mtk-vcodec: fix leaked of_node referencesWen Yang