Changes between Version 1 and Version 2 of News/Old
- Timestamp:
- 01/31/18 04:29:49 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
News/Old
v1 v2 1 [[Image(http ://xpra.org/icons/news.png)]]1 [[Image(https://xpra.org/icons/news.png)]] 2 2 = [/wiki/News Xpra News] : Older News Items = 3 3 … … 102 102 103 103 Here are the most noteworthy features and changes: 104 * [/wiki/Clients/HTML5 HTML5 Client] has been thoroughly re-worted by Josh Higgins, you can test drive it here: [http ://xpra.org/html5/connect.html].104 * [/wiki/Clients/HTML5 HTML5 Client] has been thoroughly re-worted by Josh Higgins, you can test drive it here: [https://xpra.org/html5/connect.html]. 105 105 * [/wiki/Printing Printer forwarding]: you should be able to print on your local printer from a remote session 106 106 * [/wiki/Encodings/nvenc NVENC]: … … 256 256 This new major release brings a number of new exciting and exclusive 257 257 features: 258 * [/wiki/Encodings/nvenc NVENC] support for hardware accelerated h264 encoding on Nvidia cards, this can compress video frames [http ://xpra.org/stats/NVENC/ much faster] than your CPU ever will, which means that screen updates can get to your client very quickly. xpra is the first open source software to support NVENC.258 * [/wiki/Encodings/nvenc NVENC] support for hardware accelerated h264 encoding on Nvidia cards, this can compress video frames [https://xpra.org/stats/NVENC/ much faster] than your CPU ever will, which means that screen updates can get to your client very quickly. xpra is the first open source software to support NVENC. 259 259 * Support for [/wiki/CSC/OpenCL OpenCL] and [/wiki/CSC/NVCUDA CUDA] acceleration of [/wiki/CSC colourspace conversion] 260 260 * [/wiki/ProxyServer Proxy mode] for serving multiple sessions through a single TCP port: … … 268 268 * "remote shadow start" so you can clone an existing remote X11 269 269 display to your desktop in one command: "{{{xpra shadow ssh:HOST:0}}}" 270 * Support for faster [/wiki/PacketEncoding#lz4vszlib lz4 compression] which can make a [http ://xpra.org/stats/lz4/ significant improvement in latency] with RGB encoding, and a [http://xpra.org/stats/bencode/ faster Cython bencoder]270 * Support for faster [/wiki/PacketEncoding#lz4vszlib lz4 compression] which can make a [https://xpra.org/stats/lz4/ significant improvement in latency] with RGB encoding, and a [https://xpra.org/stats/bencode/ faster Cython bencoder] 271 271 * {{{ffmpeg}}} and {{{libav}}} are no longer required for {{{vpx}}} and {{{x264}}} support, as we ship a (slower) fallback module. 272 272 * improved system tray support and native integration