mpv/misc
Kacper Michajłow a949e0c2d5 misc/random: set constant seed for fuzzing
Fuzzing expect deterministic behavior. While we don't use this random
generator for anything significant, still good to set the seed, in case
of future usage.
2024-06-24 03:05:09 +02:00
..
bstr.c bstr: use memchr and memrchr for bstrchr and bstrrchr 2024-06-06 21:42:58 +02:00
bstr.h bstr: change bstr0_s to bstr0_lit, restrict it only for string literals 2024-04-08 02:06:06 +02:00
charset_conv.c various: fix indentation 2024-05-07 11:23:08 +02:00
charset_conv.h
ctype.h
dispatch.c
dispatch.h
io_utils.c io_utils: use mp_mkostemps instead of mkstemp 2024-05-06 22:01:17 +02:00
io_utils.h
jni.c misc/jni: reduce duplication in mapping struct 2024-02-28 16:11:54 +01:00
jni.h misc/jni: reduce duplication in mapping struct 2024-02-28 16:11:54 +01:00
json.c
json.h
language.c misc/language: move mp_guess_lang_from_filename() here 2024-05-10 01:22:31 +02:00
language.h misc/language: move mp_guess_lang_from_filename() here 2024-05-10 01:22:31 +02:00
linked_list.h
natural_sort.c
natural_sort.h
node.c
node.h
path_utils.c various: move unistd.h inclusion to common.h 2024-05-06 22:01:17 +02:00
path_utils.h options/path: move path utility functions to misc/path_utils 2024-02-23 21:35:57 +01:00
random.c misc/random: set constant seed for fuzzing 2024-06-24 03:05:09 +02:00
random.h
rendezvous.c
rendezvous.h
thread_pool.c
thread_pool.h
thread_tools.c misc/thread_tools: fix incorrect win32 check 2024-06-05 19:16:35 +02:00
thread_tools.h