summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mtk-vcodec
Commit message (Expand)AuthorAgeFilesLines
* media: mtk-vcodec: fix error return code in vdec_vp9_decode()Zhang Changzhong2021-01-121-1/+2
* Merge tag 'v5.10-rc6' into patchworkMauro Carvalho Chehab2020-12-018-173/+257
|\
| * media: mtk-vcodec: fix build breakage when one of VPU or SCP is enabledAlexandre Courbot2020-11-052-2/+26
| * media: mtk-vcodec: move firmware implementations into their own filesAlexandre Courbot2020-11-058-173/+233
* | media: mtk-vcodec: remove allocated dma_parmsHsin-Yi Wang2020-11-162-16/+2
* | media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_enc_pm()Yu Kuai2020-11-161-0/+2
* | media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_enc_pm()Yu Kuai2020-11-161-7/+19
* | media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_dec_pm()Yu Kuai2020-11-161-0/+1
* | media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_dec_pm()Yu Kuai2020-11-161-6/+12
|/
* media: mtk-vcodec: make IRQs disabled upon requestAlexandre Courbot2020-09-262-3/+3
* media: mtk-vcodec: venc: fix invalid time per frame in S_PARMAlexandre Courbot2020-09-261-4/+8
* media: mtk-vcodec: venc: set default time per frameAlexandre Courbot2020-09-261-0/+5
* media: mtk-vcodec: venc: support ENUM_FRAMESIZES on OUTPUT formatsAlexandre Courbot2020-09-261-38/+33
* media: mtk-vcodec: venc: use platform data for ENUM_FRAMESIZESAlexandre Courbot2020-09-261-14/+10
* media: mtk-vcodec: venc: set OUTPUT buffers field to V4L2_FIELD_NONEAlexandre Courbot2020-09-261-0/+9
* media: mtk-vcodec: venc support MIN_OUTPUT_BUFFERS controlAlexandre Courbot2020-09-261-0/+2
* media: Revert "media: mtk-vcodec: Remove extra area allocation in an input bu...Alexandre Courbot2020-09-261-3/+6
* media: mtk-vcodec: add support for MT8183 encoderYunfei Dong2020-09-262-0/+23
* media: mtk-vcodec: venc: specify supported formats per-chipAlexandre Courbot2020-09-263-75/+95
* media: mtk-vcodec: venc: specify bitrate range per-chipAlexandre Courbot2020-09-263-1/+8
* media: mtk-vcodec: venc: handle firmware version fieldAlexandre Courbot2020-09-264-7/+38
* media: mtk-vcodec: venc: support SCP firmwareYunfei Dong2020-09-268-57/+202
* media: mtk-vcodec: add SCP firmware opsYunfei Dong2020-09-264-0/+65
* media: mtk-vcodec: abstract firmware interfaceYunfei Dong2020-09-2621-102/+293
* media: mtk-vcodec: vdec_vp9_if.c: fix comparison to boolDaniel W. S. Almeida2020-08-291-1/+1
* media: mtk-vcodec: mtk_vcodec_dec.c: fix comparison to boolDaniel W. S. Almeida2020-08-291-4/+3
* media: media/platform: drop vb2_queue_release()Hans Verkuil2020-08-281-3/+1
* media: mtk-vcodec: set dma max segment sizeHsin-Yi Wang2020-08-262-0/+16
* media: mtk-vpu: avoid unaligned access to DTCM buffer.Hsin-Yi Wang2020-03-122-9/+9
* media: mtk-vcodec: reset segment data then trig decoderRui Wang2020-03-021-4/+25
* media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-242-2/+2
* media: mtk-vcodec: use v4l2_m2m_buffer where appropriateAlexandre Courbot2020-01-095-45/+52
* media: mtk-vcodec: Remove extra area allocation in an input buffer on encodingHirokazu Honda2019-12-161-6/+3
* media: Revert "media: mtk-vcodec: Remove extra area allocation in an input bu...Hans Verkuil2019-11-101-3/+6
* media: mtk-vcodec: Remove extra area allocation in an input buffer on encodingHirokazu Honda2019-11-101-6/+3
* media: platform: Use devm_platform_ioremap_resource() in two functionsMarkus Elfring2019-10-101-7/+1
* media: mtk-vcodec: vdec: clean up vidioc_vdec_s_fmt a bitAlexandre Courbot2019-10-011-4/+14
* media: mtk-vcodec: vdec: set VPI IPI handler in one placeAlexandre Courbot2019-10-015-13/+8
* media: mtk-vcodec: vdec: fix incorrect pointer dereferenceYunfei Dong2019-10-011-1/+1
* media: mtk-vcodec: flag OUTPUT formats with V4L2_FMT_FLAG_DYN_RESOLUTIONMaxime Jourdan2019-08-192-0/+5
* media: mtk-vcodec: Handle H264 error bitstreamsRui Wang2019-08-071-2/+14
* media: mtk-vcodec: remove unneeded proxy functionsAlexandre Courbot2019-06-219-52/+17
* media: mtk-vcodec: avoid unneeded pointer-to-long conversionsAlexandre Courbot2019-06-2110-46/+46
* media: mtk-vcodec: Use vb2_get_bufferEzequiel Garcia2019-06-211-4/+10
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-1132-0/+153
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3032-297/+32
* | media: mtk-vcodec: support single-buffer framesYunfei Dong2019-06-051-4/+7
* | media: mtk-vcodec: constify formatsAlexandre Courbot2019-06-053-19/+21
* | media: mtk-vcodec: replace GPLv2 with SPDXAlexandre Courbot2019-06-0532-450/+32
* | media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplaneBoris Brezillon2019-06-052-12/+12