Re: [Spice-devel] [spice-html5] implement handing of MJPEG display streams

2012-09-06 Thread Aric Stewart
Doh, this is what i get for not checking the list and updating this morning. sorry, it is there thanks! -aric On 9/6/12 9:13 AM, Aric Stewart wrote: > Checking in here. Looks like Jeremy acked this but it never got pushed? > > Could someone help me with that? > > thanks! > -aric > > On 8/27/1

Re: [Spice-devel] [spice-html5] implement handing of MJPEG display streams

2012-09-06 Thread Aric Stewart
Checking in here. Looks like Jeremy acked this but it never got pushed? Could someone help me with that? thanks! -aric On 8/27/12 10:59 AM, Aric Stewart wrote: > Signed-off-by: Aric Stewart > --- > display.js | 66 ++ > enums.js|2 + > spicemsg.

Re: [Spice-devel] [spice-html5] implement handing of MJPEG display streams

2012-09-06 Thread Alon Levy
> On 08/27/2012 11:21 AM, Jeremy White wrote: > > ACK > > > > On 08/27/2012 10:59 AM, Aric Stewart wrote: > >> Signed-off-by: Aric Stewart > > I did just check, and I don't have write access, so I can't push this > myself. > > Help? Pushed. > > Thanks, > > Jeremy > _

Re: [Spice-devel] [spice-html5] implement handing of MJPEG display streams

2012-09-05 Thread Jeremy White
On 08/27/2012 11:21 AM, Jeremy White wrote: > ACK > > On 08/27/2012 10:59 AM, Aric Stewart wrote: >> Signed-off-by: Aric Stewart I did just check, and I don't have write access, so I can't push this myself. Help? Thanks, Jeremy ___ Spice-devel maili

Re: [Spice-devel] [spice-html5] implement handing of MJPEG display streams

2012-08-27 Thread Jeremy White
ACK On 08/27/2012 10:59 AM, Aric Stewart wrote: > Signed-off-by: Aric Stewart > --- > display.js | 66 ++ > enums.js|2 + > spicemsg.js | 92 > +++ > 3 files changed, 160 insertions(+), 0 del

[Spice-devel] [spice-html5] implement handing of MJPEG display streams

2012-08-27 Thread Aric Stewart
Signed-off-by: Aric Stewart --- display.js | 66 ++ enums.js|2 + spicemsg.js | 92 +++ 3 files changed, 160 insertions(+), 0 deletions(-) diff --git a/display.js b/display.js index 3efabb1.