1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavutil
Maneesh Gupta 91305c6026 OpenCL: Fix ABI incompatibility issues
AVOpenCLDeviceNode and AVOpenCLPlatformNode used fixed static buffer for holding the device and platform name.
This patch modifies these structures to use pointers instead. The memory required to hold the names is
now dynamically allocated, the size for which is determined by querying appropriate OpenCL runtime APIs.

Signed-off-by: Maneesh Gupta <maneesh.gupta@amd.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-04-28 12:28:53 +02:00
..
2014-08-05 01:54:47 +02:00
2014-12-19 14:35:29 +01:00
2014-12-19 14:35:29 +01:00
2015-03-20 15:47:31 -03:00
2015-04-19 23:45:35 +01:00
2014-08-13 14:50:15 +02:00
2015-04-02 23:15:57 +02:00
2014-11-08 11:31:11 +01:00
2014-10-11 12:15:26 +02:00
2014-09-05 00:43:48 +02:00
2015-03-05 13:50:22 +01:00
2014-08-05 21:05:52 +02:00
2015-02-18 00:59:55 +01:00