OSDN Git Service

travis: Added preliminary travis yml file
[android-x86/hardware-intel-common-vaapi.git] / README.md
1 #Intel-vaapi-driver Project
2
3 VA-API (Video Acceleration API) user mode driver for Intel GEN Graphics family
4
5 VA-API is an open-source library and API specification, which
6 provides access to graphics hardware acceleration capabilities
7 for video processing. It consists of a main library and
8 driver-specific acceleration backends for each supported hardware 
9 vendor.
10
11 The current video driver backend provides a bridge to the GEN GPUs through the packaging of buffers and
12 commands to be sent to the i915 driver for exercising both hardware and shader functionality for video
13 decode, encode, and processing.
14
15 If you would like to contribute to libva, check our [Contributing
16 guide](https://github.com/01org/intel-vaapi-driver/blob/master/CONTRIBUTING.md).
17
18 We also recommend taking a look at the ['janitorial'
19 bugs](https://github.com/01org/intel-vaapi-driver/issues?q=is%3Aopen+is%3Aissue+label%3AJanitorial)
20 in our list of open issues as these bugs can be solved without an
21 extensive knowledge of intel-vaapi-driver.
22
23 We would love to help you start contributing!
24
25 The libva development team can be reached via our [mailing
26 list](http://lists.freedesktop.org/mailman/listinfo/libva) and on IRC
27 in channel #intel-media on [Freenode](https://freenode.net/kb/answer/chat).