summaryrefslogtreecommitdiff
path: root/v4l2-mfc-example/args.c
AgeCommit message (Collapse)Author
2015-07-09v4l2-mfc-example: Initial support for VP8 parserArun Kumar K
Added parser code and basic support in application. Signed-off-by: Arun Kumar K <arun.kk@samsung.com> Signed-off-by: Mateusz Krawczuk <m.krawczuk@samsung.com>
2015-07-09v4l2-mfc-example: IPP option can be used without autodetectMateusz Krawczuk
Add 2 parameters to application, when autodetect is used for v4l fimc and IPP is without Autodetect. Signed-off-by: Mateusz Krawczuk <m.krawczuk@samsung.com>
2015-07-09v4l2-mfc-example: Use autodetect only with IPPMateusz Krawczuk
Signed-off-by: Mateusz Krawczuk <m.krawczuk@samsung.com>
2015-07-09v4l2-mfc-example: Whitespace cleanupSylwester Nawrocki
Signed-off-by: Mateusz Krawczuk <m.krawczuk@samsung.com>
2015-07-09v4l2-mfc-example: Add missing O_RDONLY defineSylwester Nawrocki
Signed-off-by: Mateusz Krawczuk <m.krawczuk@samsung.com>
2015-04-30Add automatic detection of drm, fimc and mfc. Update datesMateusz Krawczuk
Signed-off-by: Mateusz Krawczuk <m.krawczuk@samsung.com> Signed-off-by: Kamil Debski <k.debski@samsung.com>
2015-02-06v4l2-mfc-example: Add option to ignore FIMC format changeKamil Debski
Add option to ignore FIMC format change. This may be useful if using the application with an older kernel. Signed-off-by: Kamil Debski <k.debski@samsung.com>
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>
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>
2012-03-22v4l-mfc-example: version 0.2Kamil Debski
2012-03-06v4l-mfc-example: version 0.1Kamil Debski