mpv/misc
NRK d05ef7fdc4 various: sort some standard headers
since i was going to fix the include order of stdatomic, might as well
sort the surrouding includes in accordance with the project's coding
style.

some headers can sometime require specific include order. standard
library headers usually don't. but mpv might "hack into" the standard
headers (e.g pthreads) so that complicates things a bit more.

hopefully nothing breaks. if it does, the style guide is to blame.
2023-10-20 21:31:09 +02:00
..
bstr.c
bstr.h
charset_conv.c charset_conv: suppress unused-label warning 2023-10-19 14:03:23 +00:00
charset_conv.h
ctype.h
dispatch.c dispatch: change mp_dispatch_queue_process timer to nanoseconds 2023-10-16 15:38:59 +00:00
dispatch.h
jni.c
jni.h
json.c
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
node.h
random.c
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
thread_pool.h various: add missing include in header flles 2023-09-21 14:40:11 +00:00
thread_tools.c various: sort some standard headers 2023-10-20 21:31:09 +02:00
thread_tools.h
uuid.c meson: include our local copy of libavutil uuid if ffmpeg is too old 2023-09-04 15:22:20 -07:00
uuid.h misc: add copy of uuid from ffmpeg 2023-09-04 15:22:20 -07:00