Code Artworks

Results 30 issues of Code Artworks

Which forces me to hardtype FFMPEG's error enum in the code,which is '-11'. Is it possible to change EAGAIN of Live555 to something else? Thanks.

Hi.First thanks for the great work you have done here.I downloaded your source recompiled it to DLL using VS2012 with VS10 compiler.Packed it into ANE according to the rules.However,once I...

Hi. I am not sure if it's a bug or my misunderstanding of documentation. I would like to terminate a process via rpc message. Now,the thing is ,there is rpc...

bug

Ubuntu 16.06 , G++ 6.3.0 I call server.stop() from another thread.It leads to seg fault.Here is the stack: 0 0x0000000000484f17 asio::detail::conditionally_enabled_mutex::scoped_lock::scoped_lock XXXXXXXXX/asio/asio/include/asio/detail/conditionally_enabled_mutex.hpp 52 1 0x0000000000487f97 asio::detail::scheduler::stop XXXXXasio/asio/include/asio/detail/impl/scheduler.ipp 255 2 0x00000000004889ca...

bug

The system is WINDOWS10 ,64bit Project, VS2015. Here is what I have. I have an executable project.Some of the classes in it use standalone ASIO API. I linked the rpc.lib...

Hi. I am trying to run makefont to generate sdf texture. My cmd arguments look like this: **--font fonts/arial.ttf --header arial.h --size 32 --texture 512 --rendermode 'sdf'** But I am...

Hi Man.I have just stumbled upon this blogpost: http://lambdacube3d.wordpress.com/2014/11/12/playing-around-with-font-rendering/ which apparently solves the problem of sharp edge smoothing effect caused by SDF .

Hi.Nice port :) But I wonder how can I simulate original GLU's callbacks like ``` gluTessCallback(tess, GLU_TESS_VERTEX_DATA ,vertexCallback); gluTessCallback(tess, GLU_TESS_COMBINE_DATA,combineCallback); gluTessCallback(tess, GLU_TESS_EDGE_FLAG ,edgeFlagCallback); ```

Hi,building on Windows. Some python script file can't be found.Here is the terminal output: > Error: Command 'D:\\emsdk\\python\\2.7.5.3_64bit\\python.exe src/build/landmines.py --landmine-scripts src/tools_webrtc/get_landmines.py --src-dir src' returned non-zero exit status 1 in D:\webrtcbuilds\out...

Hi, Is there an option to advance parsing manually. Currently I see that start() function runs the parsing from the beginning till the end of the container automatically. But I...