mpv/misc
cvzi f5eb7ea1a9 json: unify json_parse depth to MAX_JSON_DEPTH=50 2023-07-08 11:36:15 +02:00
..
bstr.c
bstr.h
charset_conv.c charset_conv: fix memory corruption in mp_iconv_to_utf8 2023-04-29 01:37:41 +00:00
charset_conv.h
ctype.h
dispatch.c dispatch: add strange mechanism for making worker threads responsive 2020-03-05 22:00:50 +01:00
dispatch.h dispatch: add strange mechanism for making worker threads responsive 2020-03-05 22:00:50 +01:00
jni.c
jni.h
json.c misc/json: don't wrap top-level pretty strings/infs in quotes 2023-01-28 14:20:20 -06:00
json.h json: unify json_parse depth to MAX_JSON_DEPTH=50 2023-07-08 11:36:15 +02:00
language.c misc: add language-matching utilities 2023-06-25 11:01:58 +02:00
language.h osdep: add mp_get_user_langs 2023-06-25 11:01:58 +02:00
linked_list.h
natural_sort.c
natural_sort.h
node.c misc/node: add bstr-based variants for map_get() and map_add() 2023-01-28 14:20:20 -06:00
node.h misc/node: add bstr-based variants for map_get() and map_add() 2023-01-28 14:20:20 -06:00
random.c misc/random: add xoshiro random number implementation 2022-08-17 10:21:55 -04:00
random.h various: fix various typos in the code base 2023-03-28 19:29:44 +00:00
rendezvous.c
rendezvous.h
thread_pool.c osdep: rename MP_UNREACHABLE 2021-11-03 15:15:20 +01:00
thread_pool.h
thread_tools.c
thread_tools.h