0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00
mpv/misc
Kacper Michajłow ad7976c33e input: fix use of bstr like null terminated one
It has been changed in one of the iterations of the patch during review,
but bstr doesn't have to be null terminated. Fix it by adding dedicated
node_map helper.

Fixes: 1a27f3c
2024-09-04 03:52:09 +02:00
..
bstr.c bstr: change memcpy to memmove to allow aliased copies 2024-06-26 01:28:55 +02:00
bstr.h various: add more format specifiers checks 2024-06-25 05:29:46 +02:00
charset_conv.c various: fix indentation 2024-05-07 11:23:08 +02:00
charset_conv.h
ctype.h Audit and replace all ctype.h uses 2014-07-01 23:11:08 +02:00
dispatch.c
dispatch.h
io_utils.c
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 json: unify json_parse depth to MAX_JSON_DEPTH=50 2023-07-08 11:36:15 +02:00
language.c
language.h
linked_list.h misc: add linked list helpers 2018-05-24 19:56:35 +02:00
natural_sort.c misc/natural_sort: avoid implementation-defined behavior in comparison 2024-06-27 19:45:21 +03:00
natural_sort.h demux: sort filenames naturally when playing a directory / archive 2019-09-29 01:13:00 +03:00
node.c input: fix use of bstr like null terminated one 2024-09-04 03:52:09 +02:00
node.h input: fix use of bstr like null terminated one 2024-09-04 03:52:09 +02:00
path_utils.c
path_utils.h
random.c
random.h various: fix various typos in the code base 2023-03-28 19:29:44 +00:00
rendezvous.c various: replace dead links in comments 2024-02-11 04:01:24 +00:00
rendezvous.h Add Plan 9-style barriers 2014-07-26 20:29:48 +02:00
thread_pool.c timer: remove unnecesary time conversions 2023-11-05 17:36:17 +00:00
thread_pool.h various: add missing include in header flles 2023-09-21 14:40:11 +00:00
thread_tools.c misc/thread_tools: fix incorrect win32 check 2024-06-05 19:16:35 +02:00
thread_tools.h