From 410b56b84bd82ae79529636791ba122bed554646 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 28 Dec 2016 05:31:58 +0000 Subject: [PATCH] doc: Initial README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a85438 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# NVIDIA Video Codec SDK bindings + +It is a simple [binding][1] and safe abstraction over the [nvidia video codec sdk][2]. + +## TODO + +- [ ] support cuda + - [x] Simple bindings + - [ ] Safe abstraction +- [ ] support cuvid + - [x] Simple bindings + - [ ] Safe abstraction +- [ ] support nvenc + - [x] Simple bindings + - [ ] Safe abstraction +- [ ] Examples + +[1]: https://github.com/servo/rust-bindgen +[2]: https://developer.nvidia.com/nvidia-video-codec-sdk