openh264/codec
Martin Storsjö fa93c88fa2 Implement WelsStrcat based on WelsStrncpy
This is a more convenient behaviour (truncating on overflow and
always null terminating the buffer) compared to the MSVC
safe strcat_s which aborts the process if the string doesn't fit
into the target buffer.

Also mark the source buffer as const in the function prototype.
2014-01-28 12:27:22 +02:00
..
api/svc Merge pull request #188 from ruil2/MaxGOPSize_update 2014-01-22 22:48:41 -08:00
build/win32 Merge pull request #235 from mstorsjo/merge-ls-defines 2014-01-27 14:10:00 -08:00
common Implement WelsStrcat based on WelsStrncpy 2014-01-28 12:27:22 +02:00
console Merge pull request #234 from mstorsjo/merge-measure-time 2014-01-27 08:57:16 -08:00
decoder Remove the now unused count parameter to WelsStrncpy 2014-01-28 12:13:11 +02:00
encoder Remove the now unused count parameter to WelsStrncpy 2014-01-28 12:13:11 +02:00
processing Merge pull request #237 from mstorsjo/simplify-make-lib-rules 2014-01-27 14:09:20 -08:00