summaryrefslogtreecommitdiff
path: root/v4l2-dmabuf-test/CHANGELOG
blob: 1b4764c8b82e7d059ee2c6d45a7bac1253a8bb87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Version 0.1.1
- add Makefile
- add Apache License
- use arg to set format at each stage
- use arg to set backing storage at last stage
- rename options -0, -1 to -f, -F
- revise code of YUYV dumping to PPM
- supoprt for RGB565 and RGB4 formats
- fix missing bytesperline at some S_FMT calls
- fix missing length=1 at some QBUF calls
- change PPM naming convention
- modify pipeline to
	VIVI_CAPTURE(DMABUF import)->
	FIMC0_OUTPUT(MMAP, EXPORT DMABUF) -> FIMC0_CAPTURE(MMAP, EXPORT DMABUF) ->
	FIMC1_OUTPUT(DMABUF import) -> FIMC1_CAPTURE(USERPTR) -> file/anonymous memory
- make PPM dumping optional

Version 0.1