openh264/codec
Martin Storsjö 9b59153263 Remove the STRNLEN/WelsStrnlen compatibility functions
These were essentially useless - if strlen() ever was used as
fallback, it either indicated that those ports of the library
were insecure, or that strnlen never was required at all.
In this case it turned out to be the latter (at least after
the preceding cleanups) - all uses of it were with known null
terminated strings.
2014-01-28 12:00:04 +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 Remove the STRNLEN/WelsStrnlen compatibility functions 2014-01-28 12:00:04 +02:00
console Merge pull request #234 from mstorsjo/merge-measure-time 2014-01-27 08:57:16 -08:00
decoder Use strlen instead of WelsStrnlen/STRNLEN for known null terminated strings 2014-01-28 11:40:54 +02:00
encoder Use strlen instead of WelsStrnlen/STRNLEN for known null terminated strings 2014-01-28 11:40:54 +02:00
processing Merge pull request #237 from mstorsjo/simplify-make-lib-rules 2014-01-27 14:09:20 -08:00