| Enable VAVDA by default on Linux for VA-API-assisted HW video decode | |||||||||||||
| Project Member Reported by fischman@chromium.org, Jul 13 2012 | Back to list | ||||||||||||
Currently there are no plans to do this, but if/when that changes, this bug will be updated to reflect that change of plans.
Comment 1
by
fischman@chromium.org,
Jul 13 2012
,
Jul 26 2012
,
Jul 26 2012
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=148659
------------------------------------------------------------------------
r148659 | jorgelo@chromium.org | 2012-07-26T23:53:06.050607Z
Changed paths:
M http://src.chromium.org/viewvc/chrome/trunk/src/content/renderer/render_view_impl.cc?r1=148659&r2=148658&pathrev=148659
Add a comment for Linux video decode acceleration.
BUG= 137247
Review URL: https://chromiumcodereview.appspot.com/10821049
------------------------------------------------------------------------
,
Jul 27 2012
Why is this WontFix?
,
Jul 27 2012
I think Ami opened this bug to keep track of progress. I'm guessing once there's someone actively working on it, it will be flipped to some open state. My change above was just linking this bug to the part of the code where the disable-accelerated-video-decode flag is processed. Maybe "Available is better".
,
Jul 27 2012
,
Jul 27 2012
I marked it WontFix intentionally, because nobody is working on implementing this now, and nobody's planning on doing so in the future. When that changes, this bug can be reopened/assigned.
,
Aug 17 2012
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=152167
------------------------------------------------------------------------
r152167 | zmo@chromium.org | 2012-08-17T22:35:13.759029Z
Changed paths:
M http://src.chromium.org/viewvc/chrome/trunk/src/content/browser/gpu/gpu_data_manager_impl.cc?r1=152167&r2=152166&pathrev=152167
M http://src.chromium.org/viewvc/chrome/trunk/src/content/renderer/render_view_impl.cc?r1=152167&r2=152166&pathrev=152167
M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/resources/gpu_internals/info_view.js?r1=152167&r2=152166&pathrev=152167
M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/resources/software_rendering_list.json?r1=152167&r2=152166&pathrev=152167
Use GPU blacklist to control accelerated video decode.
BUG= 137247 , 142402 , 141500 , 139683
TEST=about:gpu page
Review URL: https://chromiumcodereview.appspot.com/10832356
------------------------------------------------------------------------
,
Sep 13 2012
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=156677
------------------------------------------------------------------------
r156677 | fischman@chromium.org | 2012-09-13T23:38:50.000177Z
Changed paths:
M http://src.chromium.org/viewvc/chrome/trunk/src/content/common/gpu/media/vaapi_h264_decoder.cc?r1=156677&r2=156676&pathrev=156677
M http://src.chromium.org/viewvc/chrome/trunk/src/content/common/gpu/media/rendering_helper_gl.cc?r1=156677&r2=156676&pathrev=156677
Hacks to make HW decode work on linux via libva.
This still requires telling gyp chromeos=1 but with this (and a couple
of upstream vdpau-driver hacks) both chrome &
video_decode_accelerator_unittest work well on my lucid laptop (NVIDIA
graphics libva wrapping vdpau-driver).
BUG= 137247
Review URL: https://chromiumcodereview.appspot.com/10909112
------------------------------------------------------------------------
,
Sep 16 2012
hello how can i test this ? i built chrome with ./build/gyp_chromium -Dchromeos=1 and start chrome with ./chrome --ignore-gpu-blacklist --enable-vaapi --enable-internal-flash --enable-bundled-ppapi-flash --ppapi-flash-path=/opt/google/chrome/PepperFlash/libpepflashplayer.so --ppapi-flash-version=11.3.31.323 i cannot see any hardware decoding in osmf flash player http://osmf.org/dev/2.0gm/debug.html chrome://gpu shows me video hardware decoding enabled VENDOR = 0x8086 [Intel Corporation], DEVICE= 0x0126 [2nd Generation Core Processor Family Integrated Graphics Controller] libva: VA-API version 0.32.0 libva: va_getDriverName() returns 0 libva: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so libva: va_openDriver() returns 0 vainfo: VA-API version: 0.32 (libva 1.0.15) vainfo: Driver version: Intel i965 driver - 1.0.15 vainfo: Supported profile and entrypoints VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointVLD VAProfileH264Baseline : VAEntrypointVLD VAProfileH264Baseline : VAEntrypointEncSlice VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSlice VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSlice VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD
,
Sep 16 2012
@10: Please try HTML5 video. Flash video acceleration is not supported currently.
,
Sep 16 2012
ok do you have a sample htm5 video h264 ? does chrome dev works with h264? and how i can see if it is hw decoding with html5?
,
Oct 12 2012
It should be a must to have HW video decoding enabled when using VA-API on Linux
,
Oct 15 2012
I'm restricting comments because this bug is for people to subscribe to if they want to be notified if/when support is added in the future, not a support forum for a non-existent / unsupported feature.
,
Nov 20 2012
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=168898
------------------------------------------------------------------------
r168898 | phajdan.jr@chromium.org | 2012-11-20T22:45:16.856286Z
Changed paths:
M http://src.chromium.org/viewvc/chrome/trunk/src/content/content_tests.gypi?r1=168898&r2=168897&pathrev=168898
M http://src.chromium.org/viewvc/chrome/trunk/src/content/content_common.gypi?r1=168898&r2=168897&pathrev=168898
Do not compile third_party/libva on Linux. It's not used.
This is also helpful for Linux distros, by removing one bundled
library from their list.
BUG= 137247
Review URL: https://chromiumcodereview.appspot.com/11418079
------------------------------------------------------------------------
,
Mar 11 2013
,
Apr 6 2013
,
Jun 5 2013
If/when we decide to pick this up, https://codereview.chromium.org/15955009/ may be of interest.
,
Jul 23 2013
,
Oct 21 2013
Issue 145220 has been merged into this issue.
,
Feb 28 2014
,
Mar 3 2014
Hi, I try to enable it in Linux by defalut: https://codereview.chromium.org/176883018/ In my opinion, there is not big reason to not enable it in Linux, because zmo@ already made GPU blacklist control accelerated video decode. Could you have a chance to look at the CL?
,
Mar 3 2014
,
Mar 3 2014
,
May 7 2014
Issue 370001 has been merged into this issue.
,
Feb 29 2016
|
|||||||||||||
| ► Sign in to add a comment | |||||||||||||