• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/libva


RSS
Rev. 日時 作者
09b2f1f 2016-01-29 14:42:25 peng.chen

add the support of enum VAProfileVP9Profile1~3 for vainfo

Signed-off-by: peng.chen <peng.c.chen@intel.com>

000622d 2016-01-29 14:40:59 Wang, Ce

Add support for 10b vp9 decode

v2:
recover VAProfileVP9Profile1~3 from the original patch

v1:
initial

Signed-off-by: Sun, Maggie <maggie.sun@intel.com>
Signed-off-by: peng.chen <peng.c.chen@intel.com>

cb418f6 2016-01-11 17:24:32 Lim Siew Hoon

Avoid reaching div by zero

Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>

304bc13 2015-12-15 15:15:06 Xiang, Haihao

libva 1.6.2

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

6ef997f 2015-12-14 02:28:41 Xiang, Haihao

libva 1.6.3.pre1 for development

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

9a83a34 2015-12-11 17:25:13 Xiang, Haihao

libva 1.6.2.pre3

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

4630b11 2015-12-11 17:23:05 Xiang, Haihao

Fix error caused by 'make distclean' with wayland disabled

This is based on Mesa's 426a23af147720ae3b89995ffee792a29e8ae2db.

v2: cleanup va/wayland/Makefile.am and nuke va/wayland/protocol/Makefile.am (Emil)

Cc: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit d6d1e231ebd76e5ee353f460b01ceda43f13e155)

d0f0344 2015-12-11 17:23:05 Xiang, Haihao

Generate wayland related files even if wayland disabled

This fixes the regression caused by commit 883ce46

Making all in debian.upstream
make[2]: Entering directory '/home/uaeoff/Work/workspace/media/build/libva/debian.upstream'
make[2]: *** No rule to make target 'libva-wayland1.install', needed by 'all-am'. Stop.
make[2]: Leaving directory '/home/uaeoff/Work/workspace/media/build/libva/debian.upstream'
Makefile:453: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/uaeoff/Work/workspace/media/build/libva'
Makefile:384: recipe for target 'all' failed
make: *** [all] Error 2

Reported-by: Eoff, Ullysses A <ullysses.a.eoff@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit af199eb763afcce467a66689049070bb416aeaa4)

d6d1e23 2015-12-11 10:57:17 Xiang, Haihao

Fix error caused by 'make distclean' with wayland disabled

This is based on Mesa's 426a23af147720ae3b89995ffee792a29e8ae2db.

v2: cleanup va/wayland/Makefile.am and nuke va/wayland/protocol/Makefile.am (Emil)

Cc: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

af199eb 2015-12-11 04:39:53 Xiang, Haihao

Generate wayland related files even if wayland disabled

This fixes the regression caused by commit 883ce46

Making all in debian.upstream
make[2]: Entering directory '/home/uaeoff/Work/workspace/media/build/libva/debian.upstream'
make[2]: *** No rule to make target 'libva-wayland1.install', needed by 'all-am'. Stop.
make[2]: Leaving directory '/home/uaeoff/Work/workspace/media/build/libva/debian.upstream'
Makefile:453: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/uaeoff/Work/workspace/media/build/libva'
Makefile:384: recipe for target 'all' failed
make: *** [all] Error 2

Reported-by: Eoff, Ullysses A <ullysses.a.eoff@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

5a9a0d6 2015-12-07 16:32:17 Xiang, Haihao

libva 1.6.2.pre2

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

05cfe98 2015-12-07 16:31:54 Xiang, Haihao

Bump VA API to 0.38.1

We added some new flags

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit 46ffebbf3c1ff123c47ef915ce49a59a5f6faf6e)

2acfdb3 2015-12-07 15:02:44 Jonathan Bian

Added 10-bit YUV RT format value and fourcc codes

(cherry picked from commit 52ed6a80c332fd744a39442c4053df3befade570)

403173b 2015-12-07 15:02:34 Zhao Yakui

Add the new YV16 fourcc code

Some input sources require YV16, which is described as the following:
Planar YUV4:2:2; 8 bit Y plane, followed by 8 bit 2x1 subsampled
V and U planes.

V1->V2: Follow Gwenole and Haihao to update the comment

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
(cherry picked from commit 238b914bba8cc41076c14eb2d37938f2f705e78f)

959776b 2015-12-07 15:02:18 Thomas Orgis

Skip the check related with wayland if wayland is not used or found

https://bugs.freedesktop.org/show_bug.cgi?id=79478

Signed-off-by: Thomas Orgis <obukus@sourcemage.org>
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
(cherry picked from commit 883ce465933e772c08ad77e4b7f053dc8cb85fba)

46ffebb 2015-12-07 14:11:01 Xiang, Haihao

Bump VA API to 0.38.1

We added some new flags

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

316174f 2015-12-07 13:51:53 Jonathan Bian

Added 10-bit YUV RT format value and fourcc codes

(cherry picked from commit 52ed6a80c332fd744a39442c4053df3befade570)

05f296c 2015-12-07 13:51:52 Zhao Yakui

Add the new YV16 fourcc code

Some input sources require YV16, which is described as the following:
Planar YUV4:2:2; 8 bit Y plane, followed by 8 bit 2x1 subsampled
V and U planes.

V1->V2: Follow Gwenole and Haihao to update the comment

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
(cherry picked from commit 238b914bba8cc41076c14eb2d37938f2f705e78f)

3031404 2015-12-07 13:51:52 Xiang, Haihao

Revert "Added 10-bit YUV RT format value and fourcc codes"

VA_FOURCC_YV16 was added in another commit

This reverts commit 280c9511f38156ed238fa9cf7526f3a5e4d04fe9.

883ce46 2015-12-04 10:49:30 Thomas Orgis

Skip the check related with wayland if wayland is not used or found

https://bugs.freedesktop.org/show_bug.cgi?id=79478

Signed-off-by: Thomas Orgis <obukus@sourcemage.org>
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>

280c951 2015-12-02 12:50:17 Jonathan Bian

Added 10-bit YUV RT format value and fourcc codes

(cherry picked from commit 52ed6a80c332fd744a39442c4053df3befade570)

Conflicts:
va/va.h

be42ac4 2015-11-27 13:19:40 Xiang, Haihao

Update NEWS

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

66fe238 2015-11-24 00:30:45 Matthew Waters

LIBVA_DRIVER_NAME needs to be used if set at all

va_GetDriverName fails to find the vdpau driver returning
something != SUCCESS and the driver name is not used at all.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72822
Change-Id: I29ef398bf066badedc25de10873975ad0479dccf
Signed-off-by: Philippe Coval <rzr@gna.org>

206f203 2015-11-19 10:45:55 Alexandr

x11_screen driver context member initialization for X11 output

https://bugs.freedesktop.org/show_bug.cgi?id=61603

Signed-off-by: Alexandr <pankoAA@ya.ru>

6a5428e 2015-11-18 14:30:54 Xiang, Haihao

vainfo: Add option --display

User can use 'vainfo --display help' to get available display
list and 'vainfo --display <display name>' to show available
profile/entroypoint pairs with specified name

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

d3b24b7 2015-09-29 16:26:21 Francois Gouget

va/x11: Don't crash the application if it does not have access to the DRI2 device.

Applications run in a different account than the logged in user will not have permission
to access /dev/dri/card0 but may be able to work without it, particularly if VA-API was
brought in through a general framework such as GStreamer.

Signed-off-by: Francois Gouget <fgouget@free.fr>

a08a690 2015-09-17 10:01:31 U. Artie Eoff

test/encode: remove unused variables and functions

This gets rid of compiler warnings caused by various unused
variables and functions.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
Signed-off-by: Sean V Kelley <seanvk@posteo.de>

6712547 2015-09-15 13:02:55 Xiang, Haihao

avcenc: support large source file

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit 29ad40444f3ed68e5f54ddd70dd256ea41e0456f)

Conflicts:
test/encode/avcenc.c

c74f846 2015-09-10 14:57:47 Xiang, Haihao

libva 1.6.2.pre1 for development

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

cbe709a 2015-09-10 14:57:23 Xiang, Haihao

Merge branch 'v1.6-branch' into fdo--master

Conflicts:
configure.ac