Re: [Spice-devel] [PATCH spice-html5 v2 4/4] Display: Add support for the VP9 codec type

2017-09-15 Thread Jeremy White
Hi Tomáš, This patch looks correct to me, although I have not yet had a chance to run it through vp9 encoding. So ack to this patch :-). Cheers, Jeremy On 09/12/2017 02:43 AM, Tomáš Bohdálek wrote: > --- > display.js | 27 +-- > spiceconn.js | 2 ++ > webm.js |

[Spice-devel] [PATCH spice-html5 v2 4/4] Display: Add support for the VP9 codec type

2017-09-12 Thread Tomáš Bohdálek
--- display.js | 27 +-- spiceconn.js | 2 ++ webm.js | 13 +++-- 3 files changed, 34 insertions(+), 8 deletions(-) diff --git a/display.js b/display.js index 0868f91..d711ced 100644 --- a/display.js +++ b/display.js @@ -543,7 +543,8 @@ SpiceDisplayConn.pro

[Spice-devel] [PATCH spice-html5 v2 4/4] Display: Add support for the VP9 codec type

2017-09-07 Thread Tomáš Bohdálek
--- display.js | 27 +-- spiceconn.js | 2 ++ webm.js | 13 +++-- 3 files changed, 34 insertions(+), 8 deletions(-) diff --git a/display.js b/display.js index 0868f91..d711ced 100644 --- a/display.js +++ b/display.js @@ -543,7 +543,8 @@ SpiceDisplayConn.pro

[Spice-devel] [PATCH spice-html5 v2 4/4] Display: Add support for the VP9 codec type

2017-06-22 Thread Pavel Grunt
From: Tomáš Bohdálek --- v2: Be consistent with '=='/'===' in the expressions --- display.js | 26 -- spiceconn.js | 2 ++ webm.js | 12 ++-- 3 files changed, 32 insertions(+), 8 deletions(-) diff --git a/display.js b/display.js index 0868f91..abd5b1a 100