openh264/codec/common/src
Martin Storsjö 564d16c2ef Make Wels*Snprintf return values be non-negative
This makes sure the windows version of these functions behave
more like the posix version. The posix *snprintf returns how
much would have been written if the buffer had been large
enough, which we don't know easily in the windows versions.

This basically means that we can assume that the return value is
>= 0 now, which can simplify the calling code.
2014-04-21 22:03:20 +03:00
..
copy_mb.cpp divide copy_mb functions into new file for decoder use from encoder and add files for EC in decoder only. 2014-04-14 20:17:41 -07:00
cpu.cpp reoranize common to inc/src/x86/arm 2014-03-18 19:41:32 -07:00
crt_util_safe_x.cpp Make Wels*Snprintf return values be non-negative 2014-04-21 22:03:20 +03:00
deblocking_common.cpp reoranize common to inc/src/x86/arm 2014-03-18 19:41:32 -07:00
logging.cpp reoranize common to inc/src/x86/arm 2014-03-18 19:41:32 -07:00
sad_common.cpp keep the declaration and definition in the same namespace 2014-04-17 09:45:26 +08:00
WelsThreadLib.cpp Use the Windows Runtime ThreadPool API for creating threads on Windows Phone 2014-04-01 11:18:49 +03:00