From: Victor Toso <me@xxxxxxxxxxxxxx> For VA-API cable drivers at least, this should set the video codecs order based on hw capabilities. We can use this to improve/set limitation on possible streams too, like don't send 4K stream if we _know_ that HW can support only Full HD... but we lack protocol for that yet. Victor Toso (2): Use libva to check video hardware accel capabilities channel-display: use libva to set preferred video codecs configure.ac | 20 +++++++ src/Makefile.am | 12 ++++ src/channel-display.c | 33 +++++++++-- src/spice-session-priv.h | 1 + src/spice-session.c | 139 +++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 200 insertions(+), 5 deletions(-) -- 2.16.1 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel