├── 1080P50EDID.txt ├── COPYING.GPL ├── Makefile ├── README.md ├── include ├── linux │ ├── v4l2-common.h │ ├── v4l2-controls.h │ └── videodev2.h └── user-vcsm.h └── yavta.c /1080P50EDID.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6by9/yavta/HEAD/1080P50EDID.txt -------------------------------------------------------------------------------- /COPYING.GPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6by9/yavta/HEAD/COPYING.GPL -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6by9/yavta/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6by9/yavta/HEAD/README.md -------------------------------------------------------------------------------- /include/linux/v4l2-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6by9/yavta/HEAD/include/linux/v4l2-common.h -------------------------------------------------------------------------------- /include/linux/v4l2-controls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6by9/yavta/HEAD/include/linux/v4l2-controls.h -------------------------------------------------------------------------------- /include/linux/videodev2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6by9/yavta/HEAD/include/linux/videodev2.h -------------------------------------------------------------------------------- /include/user-vcsm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6by9/yavta/HEAD/include/user-vcsm.h -------------------------------------------------------------------------------- /yavta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/6by9/yavta/HEAD/yavta.c --------------------------------------------------------------------------------