Ever been faced with “ffmpeg and non monotone timestamps”… WTF? Me too so I wanted to know more about the cause. No solution. Sorry!
26. November 2009.
OSX, SBCL and FFI, Part 2.
(You may want to read part one if you have not already done so.)
26. November 2009.
OSX, SBCL and FFI, Part 1.
This is the first post in the quest for a better understanding of how SBCL and its FFI (foreign function interface) mechanism allows it to dynamically load any qualifying library and then be able to wrap it and call it. This is an extremely powerful feature that pretty much every modern LISP has and it [...]