aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/mtk-vcodec (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-01media: platform: fix several typosMauro Carvalho Chehab7-9/+9
2019-02-18media: mtk-vcodec: Correct return type for mem2mem buffer helpersEzequiel Garcia2-80/+54
2019-02-18Merge tag 'v5.0-rc7' into patchworkMauro Carvalho Chehab1-1/+1
2019-01-31media: mtk-vcodec: Using common interface to manage vdec/venc clockYunfei Dong3-166/+132
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-1/+1
2018-12-03media: mtk-vcodec: Remove VA from encoder frame buffersTomasz Figa3-6/+7
2018-11-23media: mtk-vcodec: Release device nodes in mtk_vcodec_init_enc_pm()Alexey Khoroshilov1-4/+6
2018-09-12media: mtk_vcodec_util: Use dma_zalloc_coherent to replace dma_alloc_coherent + memsetzhong jiang1-4/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2-6/+6
2018-07-04media: mtk-vcodec: Support VP9 profile in decoderKeiichi Watanabe1-0/+5
2018-06-28media: mem2mem: Remove unused v4l2_m2m_ops .lock/.unlockEzequiel Garcia2-34/+0
2018-02-26media: mtk-vcodec: Always signal source change event on format changeTomasz Figa1-0/+2
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab1-1/+1
2017-12-08media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTIONJesse Chan1-0/+3
2017-11-30media: vdec: fix some kernel-doc warningsMauro Carvalho Chehab2-1/+1
2017-11-30media: venc: don't use kernel-doc for undescribed enumsMauro Carvalho Chehab2-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-08media: mtk-vcodec: fix vp9 decode errorTiffany Lin1-2/+35
2017-06-20Merge tag 'v4.12-rc6' into patchworkMauro Carvalho Chehab3-12/+12
2017-06-07[media] mtk-vcodec: Show mtk driver error without DEBUG definitionHirokazu Honda1-11/+9
2017-05-28mtk-vcodec: Use designated initializersKees Cook3-12/+12
2017-05-19[media] mtk_vcodec_dec: return error at mtk_vdec_pic_info_update()Mauro Carvalho Chehab1-4/+6
2017-04-19[media] mtk-vcodec: avoid warnings because of empty macrosMauro Carvalho Chehab1-9/+9
2017-04-19[media] media: mtk-vcodec: remove informative logMinghsiu Tsai1-1/+0
2017-04-05[media] vcodec: mediatek: Remove double parenthesesMatthias Kaehlcke1-2/+2
2017-03-22[media] mtk-vcodec: check the vp9 decoder buffer index from VPUWu-Cheng Li4-7/+56
2017-03-22[media] mtk-vcodec: remove redundant return value check of platform_get_resource()Wei Yongjun1-5/+0
2017-02-08[media] mtk-vcodec: fix build warnings without DEBUGMinghsiu Tsai3-11/+7
2017-02-03[media] mtk-vcodec: use V4L2_DEC_CMD_STOP to implement flushTiffany Lin3-50/+117
2017-01-31[media] mtk-vcodec: use designated initializersKees Cook2-8/+8
2016-11-16[media] mtk-vcodec: add index check in decoder vidioc_qbufWu-Cheng Li1-0/+4
2016-10-21[media] vcodec: mediatek: Add V4L2_PIX_FMT_MT21C support for v4l2 decoderTiffany Lin1-1/+6
2016-10-21[media] vcodec: mediatek: fix odd_ptr_err.cocci warningsJulia Lawall1-1/+1
2016-10-21[media] vcodec: mediatek: Add Mediatek VP9 Video Decoder DriverTiffany Lin5-0/+983
2016-10-21[media] vcodec: mediatek: Add Mediatek VP8 Video Decoder DriverTiffany Lin3-0/+637
2016-10-21[media] vcodec: mediatek: Add Mediatek H264 Video Decoder DriveTiffany Lin3-1/+512
2016-10-21[media] mtk-vcodec: fix some smatch warningsMauro Carvalho Chehab2-2/+1
2016-10-21[media] vcodec: mediatek: Add Mediatek V4L2 Video Decoder DriverTiffany Lin17-22/+2884
2016-10-05Merge tag 'v4.8' into patchworkMauro Carvalho Chehab6-36/+46
2016-09-19[media] platform: constify vb2_ops structuresJulia Lawall1-1/+1
2016-09-19[media] vcodec: mediatek: Add V4L2_CAP_TIMEPERFRAME capability settingTiffany Lin1-0/+3
2016-09-06[media] vcodec: mediatek: Add g/s_selection support for V4L2 EncoderTiffany Lin1-0/+66
2016-08-24[media] vcodec:mediatek: Refine VP8 encoder driverTiffany Lin1-9/+7
2016-08-24[media] vcodec:mediatek: Refine H264 encoder driverTiffany Lin1-8/+8
2016-08-24[media] vcodec:mediatek: change H264 profile default to profile highTiffany Lin1-1/+1
2016-08-24[media] vcodec:mediatek: Add timestamp and timecode copy for V4L2 EncoderTiffany Lin1-4/+19
2016-08-24[media] vcodec:mediatek: Fix visible_height larger than coded_height issue in s_fmt_outTiffany Lin1-10/+0
2016-08-24[media] vcodec:mediatek: Fix fops_vcodec_release flow for V4L2 EncoderTiffany Lin2-2/+11
2016-08-24[media] vcodec:mediatek:code refine for v4l2 Encoder driverTiffany Lin2-2/+0
2016-08-24[media] mtk-vcodec: constify venc_common_if structuresJulia Lawall4-9/+9