OSDN Git Service

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