summaryrefslogtreecommitdiff
path: root/v4l2-mfc-example
AgeCommit message (Collapse)Author
2015-02-06v4l2-mfc-example: Update list of supported stream formatsKamil Debski
Add MPEG1, MPEG2. H263 and XVID to the list of supported formats in the help message. Signed-off-by: Kamil Debski <k.debski@samsung.com>
2015-01-29v4l2-mfc-example: fix capabilities flagsMarek Szyprowski
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
2014-08-07v4l2-mfc-example: Add big disclaimer informing about FIMC pix_fmt changeKamil Debski
The format supported by FIMC was modified in kernel 3.16. Before it wrongfully supported V4L2_PIX_FMT_RGB32, but in reality the hardware uses the V4L2_PIX_FMT_BGR32 format. Please consult patch "s5p-fimc: Changed RGB32 to BGR32". https://patchwork.linuxtv.org/patch/23236/ http://www.spinics.net/lists/linux-media/msg74953.html Signed-off-by: Kamil Debski <k.debski@samsung.com>
2014-08-07v4l2-mfc-example: Add support for DMABUF buffer sharingKamil Debski
This patch adds support for buffer sharing with DMABUF. Now FIMC can take DMABUF buffers from MFC and DRM. Signed-off-by: Kamil Debski <k.debski@samsung.com>
2014-08-07v4l2-mfc-example: Add DRM supportKamil Debski
Patch adding support for DRM video rendering. Signed-off-by: Kamil Debski <k.debski@samsung.com>
2014-08-07v4l2-mfc-example: Add support for disabling FIMCKamil Debski
The FIMC can now be disabled, so that only MFC can be tested by the application. Signed-off-by: Kamil Debski <k.debski@samsung.com>
2013-12-05v4l2-mfc-example: Add planes array zeroingKamil Debski
Planes array has to be zeroed to ensure proper functioning. Signed-off-by: Kamil Debski <k.debski@samsung.com>
2013-12-05v4l2-mfc-example: Add dequeue_capture debugKamil Debski
Signed-off-by: Kamil Debski <k.debski@samsung.com>
2012-03-22v4l-mfc-example: version 0.2Kamil Debski
2012-03-06v4l-mfc-example: version 0.1Kamil Debski