summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-01media: platform: fix several typosMauro Carvalho Chehab1-1/+1
2018-11-20media: s5p_mfc_dec.c: convert g_crop to g_selectionHans Verkuil1-17/+32
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-2/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-3/+3
2018-08-31media: videobuf2-v4l2: integrate with media requestsHans Verkuil1-2/+2
2018-05-25media: s5p-mfc: fix two sparse warningsHans Verkuil1-2/+2
2018-03-22media: s5p-mfc: Add VP9 decoder supportSmitha T Murthy1-0/+7
2018-03-22media: s5p-mfc: Add support for HEVC decoderSmitha T Murthy1-0/+7
2018-03-22media: s5p-mfc: Adding initial support for MFC v10.10Smitha T Murthy1-20/+12
2018-03-22media: s5p-mfc: Rename IS_MFCV8 macroSmitha T Murthy1-1/+1
2017-04-05[media] s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentationMarek Szyprowski1-4/+4
2017-04-05[media] s5p-mfc: Replace mem_dev_* entries with an arrayMarek Szyprowski1-4/+4
2016-11-30[media] s5p-mfc: Use printk_ratelimited for reporting ioctl errorsMarek Szyprowski1-1/+1
2016-10-21[media] s5p-mfc: don't break long linesMauro Carvalho Chehab1-7/+6
2016-08-24[media] media: s5p-mfc Fix misspelled error message and checkpatch errorsShuah Khan1-5/+6
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-5/+5
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil1-6/+4
2016-07-08[media] s5p-mfc: improve v4l2_capability driver and card fieldsJavier Martinez Canillas1-2/+2
2016-07-08[media] s5p-mfc: set capablity bus_info as required by VIDIOC_QUERYCAPJavier Martinez Canillas1-1/+2
2016-07-08[media] s5p-mfc: use vb2_is_streaming() to check vb2 queue statusJavier Martinez Canillas1-2/+2
2016-07-08[media] s5p-mfc: don't print errors on VIDIOC_REQBUFS unsupported mem typeJavier Martinez Canillas1-1/+1
2016-07-08[media] s5p-mfc: fix typo in s5p_mfc_dec function commentJavier Martinez Canillas1-1/+1
2016-06-07[media] s5p-mfc: fix a typo in s5p_mfc_decayaka1-1/+1
2016-06-07[media] s5p-mfc: don't close instance after free OUTPUT buffersayaka1-1/+0
2015-12-23[media] s5p-mfc: merge together s5p_mfc_hw_call and s5p_mfc_hw_call_voidAndrzej Hajda1-6/+6
2015-12-23[media] s5p-mfc: use spinlock to protect MFC contextAndrzej Hajda1-6/+7
2015-12-23[media] s5p-mfc: make queue cleanup code commonAndrzej Hajda1-4/+2
2015-12-23[media] s5p-mfc: constify s5p_mfc_codec_ops structuresJulia Lawall1-2/+2
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-1/+1
2015-11-17[media] media/core: Replace ctrl_class with whichRicardo Ribalda1-1/+1
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+1
2015-10-20[media] s5p-mfc: use MFC_BUF_FLAG_EOS to identify last buffers in decoder cap...Andrzej Hajda1-8/+13
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-7/+8
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung1-1/+1
2015-02-02[media] s5p-mfc: remove unnecessary version.h inclusionFabian Frederick1-1/+0
2015-02-02[media] s5p-mfc-dec: Don't use encoder stop commandNicolas Dufresne1-1/+1
2014-12-22[media] media: s5p-mfc: use vb2_ops_wait_prepare/finish helperPrabhakar Lad1-18/+2
2014-12-02[media] media/platform: fix querycapHans Verkuil1-4/+2
2014-10-28[media] s5p-mfc: fix a race in interrupt flags handlingPawel Osciak1-3/+0
2014-10-28[media] s5p-mfc: fix V4L2_CID_MIN_BUFFERS_FOR_CAPTURE on resolution changePawel Osciak1-1/+2
2014-09-26[media] s5p-mfc: Fix several printk warningsMauro Carvalho Chehab1-2/+2
2014-09-26[media] s5p-mfc: fix enum_fmt for s5p-mfcayaka1-21/+3
2014-09-26[media] s5p-mfc: Fix sparse errors in the MFC driverKamil Debski1-10/+10
2014-09-26[media] s5p_mfc: correct the loop conditionZhaowei Yuan1-1/+1
2014-08-26[media] s5p_mfc: get rid of several warningsMauro Carvalho Chehab1-2/+2
2014-07-21[media] s5p-mfc: limit the size of the CPBpanpan liu1-3/+6
2014-05-23[media] s5p-mfc: Add support for resolution change eventPawel Osciak1-0/+2
2014-05-23[media] s5p-mfc: Core support to add v8 decoderKiran AVND1-13/+23
2014-05-23[media] v4l: s5p-mfc: Limit enum_fmt to output formats of current versionKamil Debski1-19/+30