summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c
Commit message (Expand)AuthorAgeFilesLines
* media: s5p-mfc: fix two sparse warningsHans Verkuil2018-05-251-2/+2
* media: s5p_mfc_enc: get rid of new warningsMauro Carvalho Chehab2018-03-221-1/+1
* media: s5p-mfc: Amend initial min, max values of HEVC hierarchical coding QP ...Sylwester Nawrocki2018-03-221-14/+14
* media: s5p-mfc: Ensure HEVC QP controls range is properly updatedSylwester Nawrocki2018-03-221-0/+40
* media: s5p-mfc: Add support for HEVC encoderSmitha T Murthy2018-03-221-0/+536
* media: s5p-mfc: Use min scratch buffer size as provided by F/WSmitha T Murthy2018-03-221-0/+5
* media: s5p-mfc: Adding initial support for MFC v10.10Smitha T Murthy2018-03-221-10/+6
* media: s5p-mfc: Fix encoder menu controls initializationSylwester Nawrocki2017-12-181-1/+1
* [media] s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentationMarek Szyprowski2017-04-051-5/+5
* [media] s5p-mfc: Replace mem_dev_* entries with an arrayMarek Szyprowski2017-04-051-5/+5
* [media] s5p-mfc: Use printk_ratelimited for reporting ioctl errorsMarek Szyprowski2016-11-301-1/+1
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-6/+6
* [media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-081-9/+5
* [media] s5p-mfc: improve v4l2_capability driver and card fieldsJavier Martinez Canillas2016-07-081-2/+2
* [media] s5p-mfc: set capablity bus_info as required by VIDIOC_QUERYCAPJavier Martinez Canillas2016-07-081-1/+2
* [media] s5p-mfc: remove unnecessary check in try_fmtayaka2016-06-071-9/+0
* [media] s5p-mfc: Add handling of buffer freeing reqbufs requestayaka2016-06-071-0/+3
* [media] s5p-mfc: add the support of V4L2_CID_MPEG_VIDEO_FORCE_KEY_FRAMEWu-Cheng Li2016-02-191-0/+12
* [media] s5p-mfc: merge together s5p_mfc_hw_call and s5p_mfc_hw_call_voidAndrzej Hajda2015-12-231-10/+10
* [media] s5p-mfc: use spinlock to protect MFC contextAndrzej Hajda2015-12-231-14/+0
* [media] s5p-mfc: make queue cleanup code commonAndrzej Hajda2015-12-231-4/+2
* [media] s5p-mfc: constify s5p_mfc_codec_ops structuresJulia Lawall2015-12-231-2/+2
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-1/+0
* [media] media/core: Replace ctrl_class with whichRicardo Ribalda2015-11-171-1/+1
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+1
* [media] s5p-mfc: end-of-stream handling for newer encodersAndrzej Hajda2015-10-201-2/+3
* [media] s5p-mfc: fix spelling errorsIngi Kim2015-10-201-4/+4
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-26/+32
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-1/+1
* [media] s5p-mfc: fix state check from encoder queue_setupSeung-Woo Kim2015-08-111-4/+5
* [media] s5p-mfc: remove unnecessary version.h inclusionFabian Frederick2015-02-021-1/+0
* [media] media: s5p-mfc: use vb2_ops_wait_prepare/finish helperPrabhakar Lad2014-12-221-18/+2
* [media] media/platform: fix querycapHans Verkuil2014-12-021-4/+2
* [media] s5p-mfc: fix sparse errorHans Verkuil2014-11-051-1/+1
* [media] s5p-mfc: correct the formats info for encoderayaka2014-10-281-3/+2
* [media] s5p-mfc: fix a race in interrupt flags handlingPawel Osciak2014-10-281-1/+0
* [media] s5p-mfc: Fix REQBUFS(0) for encoderPawel Osciak2014-10-281-0/+13
* [media] s5p-mfc: support MIN_BUFFERS query for encoderKiran AVND2014-10-281-0/+42
* [media] s5p-mfc: Fix several printk warningsMauro Carvalho Chehab2014-09-261-5/+5
* [media] s5p-mfc: fix enum_fmt for s5p-mfcayaka2014-09-261-21/+3
* [media] s5p-mfc: Fix sparse errors in the MFC driverKamil Debski2014-09-261-13/+13
* [media] s5p_mfc: get rid of several warningsMauro Carvalho Chehab2014-08-261-5/+2
* [media] s5p-mfc: Core support for v8 encoderKiran AVND2014-05-231-6/+11
* [media] v4l: s5p-mfc: Limit enum_fmt to output formats of current versionKamil Debski2014-05-231-23/+27
* [media] s5p-mfc: Rename IS_MFCV7 macroArun Kumar K2014-05-231-1/+1
* [media] s5p-mfc: Extract open/close MFC instance commandsPawel Osciak2014-05-231-15/+3
* [media] s5p-mfc: fix encoder crash after VIDIOC_STREAMOFFJohn Sheu2014-05-231-9/+11
* [media] vb2: stop_streaming should return voidHans Verkuil2014-04-231-2/+1
* [media] s5p-mfc: Add Horizontal and Vertical MV Search RangeAmit Grover2014-02-281-0/+24
* [media] s5p-mfc: Add controls to set vp8 enc profileKiran AVND2014-01-131-0/+11
OpenPOWER on IntegriCloud