obs-studio/libobs/util
jp9000 d536df30b0 Add dst_size parameter to character conv funcs
Character conversion functions did not previously ask for a maximum
buffer size for their 'dst' parameter, it's unsafe to assume some given
destination buffer may have enough size to accommodate a conversion.
2014-05-22 03:46:57 -07:00
..
vc
windows Add (temporary terrible) volume controls 2014-05-03 22:54:38 -07:00
AlignedNew.hpp
array-serializer.c Implement RTMP module (still needs drop code) 2014-04-07 22:00:10 -07:00
array-serializer.h Improve serializer and add array serializer 2014-04-01 11:27:27 -07:00
base.c libobs/util: Add func to get current log handler 2014-05-14 17:43:23 -07:00
base.h libobs/util: Add func to get current log handler 2014-05-14 17:43:23 -07:00
bmem.c Use atomics for allocation counter 2014-04-07 01:25:38 -07:00
bmem.h Use atomics for allocation counter 2014-04-07 01:25:38 -07:00
c99defs.h Fix a some more linux/GCC specific warnings 2014-02-14 15:56:01 -07:00
cf-lexer.c Simplify and extend callback/signalling system 2014-03-01 05:54:55 -07:00
cf-lexer.h
cf-parser.c Give cf_parser functions better naming 2014-03-01 01:25:41 -07:00
cf-parser.h Simplify and extend callback/signalling system 2014-03-01 05:54:55 -07:00
circlebuf.h RTMP output: Implement frame drop code 2014-04-12 04:34:15 -07:00
config-file.c Add NULL checks and assertions to fix clang static analysis problems 2014-04-14 23:02:53 +02:00
config-file.h Add comments to config-file.h 2014-04-07 01:29:56 -07:00
darray.h Use memmove instead of memcpy for potentially overlapping memory 2014-05-17 15:47:59 +02:00
dstr.c Implement RTMP module (still needs drop code) 2014-04-07 22:00:10 -07:00
dstr.h Implement encoder interface (still preliminary) 2014-03-16 16:21:34 -07:00
lexer.c
lexer.h Simplify and extend callback/signalling system 2014-03-01 05:54:55 -07:00
platform-cocoa.m libobs/util: Remove dup. code, add os_opendir 2014-05-14 17:44:32 -07:00
platform-nix.c Add help menu with log file uploading 2014-05-18 17:44:10 -07:00
platform-windows.c Add dst_size parameter to character conv funcs 2014-05-22 03:46:57 -07:00
platform.c Add dst_size parameter to character conv funcs 2014-05-22 03:46:57 -07:00
platform.h Add dst_size parameter to character conv funcs 2014-05-22 03:46:57 -07:00
serializer.h Implement RTMP module (still needs drop code) 2014-04-07 22:00:10 -07:00
text-lookup.c Use bzalloc instead of bmalloc then memset 2014-02-09 12:34:07 -07:00
text-lookup.h
threading-posix.c Add NULL checks and assertions to fix clang static analysis problems 2014-04-14 23:02:53 +02:00
threading-windows.c Use atomic functions where appropriate 2014-03-16 18:26:46 -07:00
threading.h Fix code that breaks with VC (terrible compiler) 2014-04-14 14:21:32 -07:00
utf8.c
utf8.h
util.hpp