From: Victor Toso <me@xxxxxxxxxxxxxx> Hi, Previous v4 was only one patch reworked (drop sscanf in favour of g_strsplit). The only change besides that was the removal of the priority patch as per discussion in the thread [0]. I plan to send it as a RFC with a better summary, so we can dicuss the possibilities around it. [0] https://lists.freedesktop.org/archives/spice-devel/2017-January/034791.html Without the priority per video-codec, we need to chose if we either stick with client's preference for video-codec or ignore it completely. I decided to stick with client's preference for now. Thanks for comments/reviews. toso * spice-common Victor Toso (1): protocol: add preferred video codec message common/messages.h | 5 +++++ spice.proto | 5 +++++ 2 files changed, 10 insertions(+) * spice-protocol Victor Toso (1): protocol: add preferred video codec message spice/enums.h | 1 + spice/protocol.h | 1 + 2 files changed, 2 insertions(+) * spice-gtk Victor Toso (3): Update spice-common channel-display: implement preferred video codec msgc spicy: implement preferred video codec type configure.ac | 2 +- doc/reference/spice-gtk-sections.txt | 1 + spice-common | 2 +- src/channel-display.c | 37 ++++++++++++++++++++++++++++++++ src/channel-display.h | 1 + src/map-file | 1 + src/spice-glib-sym-file | 1 + src/spicy.c | 41 ++++++++++++++++++++++++++++++++++++ 8 files changed, 84 insertions(+), 2 deletions(-) * spice Victor Toso (4): reds: set the video_codecs in a separated function reds: drop sscanf() in favour of g_strsplit() Update spice-common dcc: handle preferred video codec message configure.ac | 2 +- server/dcc-private.h | 5 ++ server/dcc.c | 121 +++++++++++++++++++++++++++++++++++++++++++++++ server/dcc.h | 1 + server/display-channel.c | 2 + server/reds.c | 83 ++++++++++++++++---------------- server/stream.c | 5 +- spice-common | 2 +- 8 files changed, 178 insertions(+), 43 deletions(-) -- 2.9.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel