openh264/codec
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
..
api/svc add EC frame/slice copy. 2014-04-16 01:44:35 -07:00
build Move copy_mb neon code to common folder 2014-04-17 10:06:48 +08:00
common Make Wels*Snprintf return values be non-negative 2014-04-21 22:03:20 +03:00
console add DPB management if frame loss happens 2014-04-20 22:59:25 -07:00
decoder Merge pull request #720 from huili2/ec_add_ref_mgt 2014-04-21 14:38:37 +08:00
encoder Remove an unused local variable 2014-04-21 21:57:28 +03:00
processing Updated XCode projects to properly launch for arm64 architecture 2014-04-16 11:53:44 +03:00