Changes between Version 30 and Version 31 of CSC
- Timestamp:
- 12/10/13 06:24:05 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSC
v30 v31 14 14 On the server side we currently support three modules for doing this step: 15 15 * [https://www.xpra.org/trac/browser/xpra/trunk/src/xpra/codecs/csc_swscale csc_swscale] which uses [http://www.ffmpeg.org/ FFmpeg]'s swscale 16 * [https://www.xpra.org/trac/browser/xpra/trunk/src/xpra/codecs/csc_opencl csc_opencl] which uses [http://documen.tician.de/pyopencl/ PyOpenCL] 17 * [https://www.xpra.org/trac/browser/xpra/trunk/src/xpra/codecs/csc_nvcuda csc_nvcuda] which uses [http://documen.tician.de/pycuda/ PyCUDA] 16 * [https://www.xpra.org/trac/browser/xpra/trunk/src/xpra/codecs/csc_opencl csc_opencl] which uses [http://documen.tician.de/pyopencl/ PyOpenCL] (#422) 17 * [https://www.xpra.org/trac/browser/xpra/trunk/src/xpra/codecs/csc_nvcuda csc_nvcuda] which uses [http://documen.tician.de/pycuda/ PyCUDA] (#384) 18 18 19 19 On the client side, if a CSC step is needed, it will use {{{swscale}}}. The {{{OpenGL}}} mode does not need a CSC step as it can display YUV pixels directly on screen.