Changes between Version 31 and Version 32 of CSC
- Timestamp:
- 12/10/13 06:25:49 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSC
v31 v32 16 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 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 19 Note: some of those modules may require you to add some libraries to your library path (ie: {{{CUDA}}} often does, {{{Nvidia}}}'s {{{OpenCL}}} libraries do too) 20 [[BR]] 18 21 19 22 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.