This repository was archived by the owner on Jan 31, 2025. It is now read-only.
File tree 4 files changed +16
-12
lines changed
4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ before_install:
42
42
- sudo apt-get install -y intel-gpu-tools
43
43
44
44
install :
45
- - git clone https://github.com/01org /libva.git
45
+ - git clone https://github.com/intel /libva.git
46
46
- (cd libva && ./autogen.sh && ./configure --prefix=/usr && sudo make install)
47
47
48
48
addons :
49
49
coverity_scan :
50
50
project :
51
- name : " 01org /intel-vaapi-driver"
51
+ name : " intel /intel-vaapi-driver"
52
52
description : " Build submitted via Travis CI"
53
53
notification_email :
[email protected]
54
54
build_command_prepend : " ./autogen.sh; ./configure --prefix=/usr"
Original file line number Diff line number Diff line change @@ -76,22 +76,26 @@ We accept github pull requests.
76
76
77
77
Once you've finished making your changes push them to your fork and send the PR via the github UI.
78
78
79
- ## Issue tracking
79
+ ## Reporting a security issue
80
+
81
+ Please mail to
[email protected] directly for security issue
82
+
83
+ ## Public issue tracking
80
84
81
85
If you have a problem, please let us know. IRC is a perfectly fine place
82
86
to quickly informally bring something up, if you get a response. The
83
87
[ mailing list] ( https://lists.01.org/mailman/listinfo/intel-vaapi-media )
84
88
is a more durable communication channel.
85
89
86
90
If it's a bug not already documented, by all means please [ open an
87
- issue in github] ( https://github.com/01org /intel-vaapi-driver/issues/new ) so we all get visibility
91
+ issue in github] ( https://github.com/intel /intel-vaapi-driver/issues/new ) so we all get visibility
88
92
to the problem and can work towards a resolution.
89
93
90
94
For feature requests we're also using github issues, with the label
91
95
"enhancement".
92
96
93
97
Our github bug/enhancement backlog and work queue are tracked in a
94
- [ Intel vaapi driver waffle.io kanban] ( https://waffle.io/01org /intel-vaapi-driver ) .
98
+ [ Intel vaapi driver waffle.io kanban] ( https://waffle.io/intel /intel-vaapi-driver ) .
95
99
96
100
## Closing issues
97
101
Original file line number Diff line number Diff line change 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
- [ ![ Coverity Scan Build Status] ( https://scan.coverity.com/projects/11612/badge.svg )] ( https://scan.coverity.com/projects/01org -intel-vaapi-driver )
1
+ [ ![ Stories in Ready] ( https://badge.waffle.io/intel /intel-vaapi-driver.png?label=ready&title=Ready )] ( http://waffle.io/intel /intel-vaapi-driver )
2
+ [ ![ Build Status] ( https://travis-ci.org/intel /intel-vaapi-driver.svg?branch=master )] ( https://travis-ci.org/intel /intel-vaapi-driver )
3
+ [ ![ Coverity Scan Build Status] ( https://scan.coverity.com/projects/11612/badge.svg )] ( https://scan.coverity.com/projects/intel -intel-vaapi-driver )
4
4
5
5
#Intel-vaapi-driver Project
6
6
@@ -17,10 +17,10 @@ commands to be sent to the i915 driver for exercising both hardware and shader f
17
17
decode, encode, and processing.
18
18
19
19
If you would like to contribute to intel-vaapi-driver, check our [ Contributing
20
- guide] ( https://github.com/01org /intel-vaapi-driver/blob/master/CONTRIBUTING.md ) .
20
+ guide] ( https://github.com/intel /intel-vaapi-driver/blob/master/CONTRIBUTING.md ) .
21
21
22
22
We also recommend taking a look at the [ 'janitorial'
23
- bugs] ( https://github.com/01org /intel-vaapi-driver/issues?q=is%3Aopen+is%3Aissue+label%3AJanitorial )
23
+ bugs] ( https://github.com/intel /intel-vaapi-driver/issues?q=is%3Aopen+is%3Aissue+label%3AJanitorial )
24
24
in our list of open issues as these bugs can be solved without an
25
25
extensive knowledge of intel-vaapi-driver.
26
26
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ m4_define([wayland_api_version], [1.11.0])
22
22
AC_PREREQ ( [ 2.57] )
23
23
AC_INIT ( [ intel_vaapi_driver] ,
24
24
[ intel_vaapi_driver_version] ,
25
- [ https://github.com/01org /intel-vaapi-driver/issues/new] ,
25
+ [ https://github.com/intel /intel-vaapi-driver/issues/new] ,
26
26
[ intel-vaapi-driver] ,
27
- [ https://github.com/01org /intel-vaapi-driver] )
27
+ [ https://github.com/intel /intel-vaapi-driver] )
28
28
AC_CONFIG_SRCDIR ( [ Makefile.am] )
29
29
AM_INIT_AUTOMAKE ( [ 1.9 tar-ustar -Wno-portability foreign] )
30
30
You can’t perform that action at this time.
0 commit comments