├── .gitignore ├── LICENSE ├── README.md ├── documentation └── HapVideoDRAFT.md └── source ├── hap.c └── hap.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vidvox/hap/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vidvox/hap/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vidvox/hap/HEAD/README.md -------------------------------------------------------------------------------- /documentation/HapVideoDRAFT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vidvox/hap/HEAD/documentation/HapVideoDRAFT.md -------------------------------------------------------------------------------- /source/hap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vidvox/hap/HEAD/source/hap.c -------------------------------------------------------------------------------- /source/hap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vidvox/hap/HEAD/source/hap.h --------------------------------------------------------------------------------