mpv/input
nanahi 3863221246 input: skip BOM properly
Key names are already required be UTF-8 like everything else
in mpv other than media file formats which support other encodings.
stream_skip_bom is the wrong function for this, since it also skips
UTF-16 BOM.
2024-09-24 19:22:47 +02:00
..
cmd.c
cmd.h input: use bstr for section name 2024-08-04 21:33:36 +02:00
event.c
event.h
input.c input: skip BOM properly 2024-09-24 19:22:47 +02:00
input.h
ipc-dummy.c
ipc-unix.c input/ipc: use bstr for fd parsing 2024-07-29 21:00:48 +02:00
ipc-win.c input/ipc: use bstr for fd parsing 2024-07-29 21:00:48 +02:00
ipc.c
keycodes.c input/keycodes: add KP_ADD/SUBTRACT/MULTIPLY/DIVIDE keycodes 2024-08-11 15:08:42 +02:00
keycodes.h input: add MP_KEY_STATE_SET_ONLY 2024-09-07 18:14:56 +00:00
meson.build meson: use relative file paths for file2string 2024-09-21 23:39:10 +02:00
sdl_gamepad.c