[Spice-devel] [spice-server v3 00/11] Add preferred video codec type message

Victor Toso victortoso at redhat.com
Wed Dec 14 11:13:18 UTC 2016


From: Victor Toso <me at victortoso.com>

Hi,

I tried to send a few patches beforehand to get this series easier to review and
test, that's why it took some time to resend it.

Gladly, v2 had a really good overview/review about this series usefulness and I
do recomend the read at [0] and the response [1].

[0] https://lists.freedesktop.org/archives/spice-devel/2016-December/034522.html
[1] https://lists.freedesktop.org/archives/spice-devel/2016-December/034523.html

Many thanks to Francois, Frediano and Christophe for the discussions around
this.

v2: https://lists.freedesktop.org/archives/spice-devel/2016-November/033299.html
v1: https://lists.freedesktop.org/archives/spice-devel/2016-October/032943.html

Main changes:
- We now handle dinamically the changes in the preferred video-codecs, for
  instance if host calls spice_server_set_video_codecs()

Cheers,
  toso

(only spice-server bits bellow)
Victor Toso (6):
  reds: don't replace video_codecs on failure
  reds: set the video_codecs in a separated function
  reds: drop sscanf() in favour of g_strsplit()
  Update spice-common
  reds: add support to priority for video codecs
  dcc: handle preferred video codec message

 configure.ac                       |   2 +-
 server/dcc-private.h               |   5 ++
 server/dcc.c                       | 122 +++++++++++++++++++++++++++++++++++++
 server/dcc.h                       |   1 +
 server/display-channel.c           |   2 +
 server/reds.c                      | 100 +++++++++++++++++++-----------
 server/stream.c                    |   5 +-
 server/tests/test-codecs-parsing.c |  37 +++++++++--
 server/video-encoder.h             |   1 +
 spice-common                       |   2 +-
 10 files changed, 233 insertions(+), 44 deletions(-)

-- 
2.9.3



More information about the Spice-devel mailing list