[x264-devel] OpenCL support improvement/refactoring

Anton Mitrofanov git at videolan.org
Mon May 20 23:06:51 CEST 2013


x264 | branch: master | Anton Mitrofanov <BugMaster at narod.ru> | Mon May  6 22:51:11 2013 +0400| [a3ac64b8b467eea1264c0053022893bc84b2e9a2] | committer: Jason Garrett-Glaser

OpenCL support improvement/refactoring

Autoload the OpenCL library so that it's not required to run an openCL-enabled
build of x264.

Update X264_BUILD, which should have been changed with the first patch.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=a3ac64b8b467eea1264c0053022893bc84b2e9a2
---

 Makefile               |   24 +-
 common/common.c        |    4 +-
 common/common.h        |    7 +-
 common/frame.c         |    4 +
 common/opencl.c        |  369 +++++++++-----
 common/opencl.h        |  696 ++++++++++++++++++++++++++-
 configure              |   85 ++--
 encoder/encoder.c      |   28 +-
 encoder/slicetype-cl.c |   38 +-
 extras/cl.h            | 1209 ++++++++++++++++++++++++++++++++++++++++++++++
 extras/cl_platform.h   | 1254 ++++++++++++++++++++++++++++++++++++++++++++++++
 x264.h                 |    2 +-
 12 files changed, 3473 insertions(+), 247 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=a3ac64b8b467eea1264c0053022893bc84b2e9a2


More information about the x264-devel mailing list