aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti-vpe (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-07[media] v4l: ti-vpe: retain v4l2_buffer flags for captured buffersArchit Taneja1-5/+4
2014-04-07[media] v4l: ti-vpe: Set correct field parameter for output and capture buffersArchit Taneja1-1/+12
2014-04-07[media] v4l: ti-vpe: zero out reserved fields in try_fmtArchit Taneja1-0/+3
2014-04-07[media] v4l: ti-vpe: Fix initial configuration queue dataArchit Taneja1-2/+4
2014-04-07[media] v4l: ti-vpe: Use correct bus_info name for the device in querycapArchit Taneja1-1/+2
2014-04-07[media] v4l: ti-vpe: report correct capabilities in querycapArchit Taneja1-1/+1
2014-04-07[media] v4l: ti-vpe: Allow usage of smaller imagesArchit Taneja1-2/+2
2014-04-07[media] v4l: ti-vpe: Use video_device_release_emptyArchit Taneja1-1/+1
2014-04-07[media] v4l: ti-vpe: Make sure in job_ready that we have the needed number of dst_bufsArchit Taneja1-0/+3
2014-03-05[media] v4l: Copy timestamp source flags to destination on m2m devicesSakari Ailus1-0/+2
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus1-2/+2
2014-01-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds11-306/+2389
2014-01-07[media] v4l: ti-vpe: Add a type specifier to describe vpdma data format typeArchit Taneja2-2/+41
2014-01-07[media] v4l: ti-vpe: enable CSC support for VPEArchit Taneja1-23/+72
2014-01-07[media] v4l: ti-vpe: Add helper to perform color conversionArchit Taneja2-0/+123
2014-01-07[media] v4l: ti-vpe: create a color space converter block libraryArchit Taneja5-57/+155
2014-01-07[media] v4l: ti-vpe: enable basic scaler supportArchit Taneja3-11/+149
2014-01-07[media] v4l: ti-vpe: make vpe driver load scaler coefficientsArchit Taneja1-1/+46
2014-01-07[media] v4l: ti-vpe: support loading of scaler coefficientsArchit Taneja3-0/+1471
2014-01-07[media] v4l: ti-vpe: create a scaler block libraryArchit Taneja5-189/+288
2013-12-19treewide: Fix typos in printkMasanari Iida1-2/+2
2013-12-10[media] v4l: ti-vpe: make sure VPDMA line stride constraints are metArchit Taneja3-16/+46
2013-12-10[media] v4l: ti-vpe: Fix the data_type value for UYVY VPDMA formatArchit Taneja1-1/+1
2013-12-10[media] v4l: ti-vpe: fix return value check in vpe_probe()Wei Yongjun1-4/+4
2013-12-10[media] v4l: ti-vpe: fix error return code in vpe_probe()Wei Yongjun1-1/+3
2013-12-10[media] v4l: ti-vpe: use module_platform_driver to simplify the codeWei Yongjun1-12/+1
2013-10-28[media] v4l: ti-vpe: Add de-interlacer support in VPEArchit Taneja1-34/+358
2013-10-28[media] v4l: ti-vpe: Add VPE mem to mem driverArchit Taneja3-0/+2276
2013-10-28[media] v4l: ti-vpe: Add helpers for creating VPDMA descriptorsArchit Taneja3-0/+838
2013-10-28[media] v4l: ti-vpe: Create a vpdma helper libraryArchit Taneja3-0/+852