spice/client/x11
Alexander Larsson 5059c304be Use libjpeg to decode mjpegs, not ffmpeg
This is pretty straightforward, although there are two weird issues.
The current encoder has two bugs in the yuv conversion. First of all
it switches red and blue, due to something of an endianness issue. We
keep this behavior by switching red and blue. Maybe we want to
change this in the new protocol version since switching this may
cause jpeg compression to be worse.

Secondly, the old coder/decoder did rgb to/from yuv420 wrongly for
jpeg, not using the "full scale" version of Y that is used in jpeg,
but the other one where y goes from 16 to 235. (See jpeg/jfif
reference on http://en.wikipedia.org/wiki/YCbCr for details.)
The new decoder uses the full range in order to get better quality,
which means old encoders will show slightly darker images.

This completely removes all ffmpeg usage in the client
2010-04-08 11:30:18 +02:00
..
images client: use spice icon instead-of solidice icon 2010-01-04 21:13:03 +02:00
.gitignore fresh start 2009-10-14 15:06:41 +02:00
atomic_count.h fresh start 2009-10-14 15:06:41 +02:00
event_sources_p.cpp spice client: creating a general process loop. 2009-11-09 14:39:33 +02:00
event_sources_p.h spice client: creating a general process loop. 2009-11-09 14:39:33 +02:00
main.cpp fresh start 2009-10-14 15:06:41 +02:00
Makefile.am Use libjpeg to decode mjpegs, not ffmpeg 2010-04-08 11:30:18 +02:00
named_pipe.cpp spice client: creating a general process loop. 2009-11-09 14:39:33 +02:00
named_pipe.h spice client: creating a general process loop. 2009-11-09 14:39:33 +02:00
pixels_source_p.h Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the source 2010-03-10 21:28:47 +01:00
pixels_source.cpp Remove cairo use in client 2010-02-23 22:52:06 +01:00
platform_utils.cpp fresh start 2009-10-14 15:06:41 +02:00
platform_utils.h tunnel 2009-10-18 17:42:37 +02:00
platform.cpp Rename symbols that were changed in spice-protocol 2010-02-04 18:49:00 +01:00
playback.cpp client: change jitter buffer size to 300ms 2009-11-16 00:04:03 +02:00
playback.h fresh start 2009-10-14 15:06:41 +02:00
record.cpp spice client: cosmetic changes 2009-11-09 17:38:27 +02:00
record.h spice client: cosmetic changes 2009-11-09 17:38:27 +02:00
red_drawable.cpp Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the source 2010-03-10 21:28:47 +01:00
red_pixmap_cairo.cpp Remove cairo use in client 2010-02-23 22:52:06 +01:00
red_pixmap_gl.cpp Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the source 2010-03-10 21:28:47 +01:00
red_pixmap.cpp Use macros from <spice/macros.h> rather than duplicate them 2010-03-09 11:10:00 +01:00
red_window_p.h client: x11: fix a crash caused by a call to a destroyed window. 2010-04-03 05:55:00 +03:00
red_window.cpp client: x11: fix a crash caused by a call to a destroyed window. 2010-04-03 05:55:00 +03:00
res.cpp client: remove splash image 2009-12-28 12:39:37 +02:00
res.h fresh start 2009-10-14 15:06:41 +02:00
resource.h client: remove splash image 2009-12-28 12:39:37 +02:00
x_icon.cpp fresh start 2009-10-14 15:06:41 +02:00
x_icon.h fresh start 2009-10-14 15:06:41 +02:00
x_platform.h spice: client: add checks to see if it is safe to use XShem. 2009-12-22 21:34:55 +02:00