Re: [Spice-devel] Does spice use H264/MPEG4 for video compression?

2011-07-14 Thread David Jaša
Dne 14.7.2011 11:43, 徐舫 napsal(a): Hi all. The mjpeg_encoder in spice server is MPEG-2 or MPEG-4? It's neither. MJPEG is stream of JPEGs where each frame is encoded independently. David Jaša ___ Spice-devel mailing list Spice-devel@lists.freed

[Spice-devel] Does spice use H264/MPEG4 for video compression?

2011-07-14 Thread 徐舫
Hi all. The mjpeg_encoder in spice server is MPEG-2 or MPEG-4? ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] [PATCH] common: add backtrace via gstack

2011-07-14 Thread Alon Levy
On Thu, Jul 14, 2011 at 11:53:30AM +0300, Uri Lublin wrote: > On 07/14/2011 10:50 AM, Alon Levy wrote: > >Add a backtrace printing function copied from xserver os/backtrace.c > >that uses gstack which seems to be available enough that xserver uses it :) > >Used in ASSERT, tested on F15. > >--- > >d

Re: [Spice-devel] [PATCH] common: add backtrace via gstack

2011-07-14 Thread Uri Lublin
On 07/14/2011 10:50 AM, Alon Levy wrote: Add a backtrace printing function copied from xserver os/backtrace.c that uses gstack which seems to be available enough that xserver uses it :) Used in ASSERT, tested on F15. --- diff --git a/common/backtrace.c b/common/backtrace.c + +while (!done

[Spice-devel] [PATCH] common: add backtrace via gstack

2011-07-14 Thread Alon Levy
Add a backtrace printing function copied from xserver os/backtrace.c that uses gstack which seems to be available enough that xserver uses it :) Used in ASSERT, tested on F15. --- common/Makefile.am|2 + common/backtrace.c| 88 + common