commit 193696f7e7df31b781da3684771018905e00bd80 Author: Gwyn Ciesla Date: Wed Nov 20 12:13:54 2019 +0000 Added the README diff --git a/README.md b/README.md new file mode 100644 index 0000000..b305330 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# intel-mediasdk + +Intel Media SDK provides a plain C API to access hardware-accelerated video decode, encode and filtering on Intel Gen graphics hardware platforms. Implementation written in C++ 11 with parts in C-for-Media (CM). + +Supported video encoders: HEVC, AVC, MPEG-2, JPEG, VP9 Supported video decoders: HEVC, AVC, VP8, VP9, MPEG-2, VC1, JPEG Supported video pre-processing filters: Color Conversion, Deinterlace, Denoise, Resize, Rotate, Composition \ No newline at end of file