1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 17:42:17 +00:00
mpv/osdep
wm4 6e020e66e0 mp_msg: remove filename_recode
This was intended for translating filenames from filesystem charset to
the terminal charset. Modern sane platforms use UTF-8 for everything,
and on Windows we use unicode APIs, so this is not needed anymore.

Remove filename_recode, all uses of it, options and configure checks
related to terminal output charset, and code that tries to determine
the same.
2012-07-31 01:35:53 +02:00
..
cocoa_events.h OSX, input: implement wakeup in response to Cocoa events 2012-04-26 21:03:10 +03:00
cocoa_events.m OSX, input: implement wakeup in response to Cocoa events 2012-04-26 21:03:10 +03:00
getch2-win.c mp_msg: remove filename_recode 2012-07-31 01:35:53 +02:00
getch2.c mp_msg: remove filename_recode 2012-07-31 01:35:53 +02:00
getch2.h mp_msg: remove filename_recode 2012-07-31 01:35:53 +02:00
gettimeofday.c osdep: Fix gettimeofday type to match the real one 2010-11-02 04:14:44 +02:00
glob-win.c osdep: tweak some #includes 2011-01-31 16:03:10 +02:00
glob.h
io.c win32: use more unicode functions 2012-04-06 23:56:30 +02:00
io.h win32: use more unicode functions 2012-04-06 23:56:30 +02:00
macosx_finder_args.h macosx_finder_args: use cocoa instead of carbon 2012-03-25 22:30:37 +03:00
macosx_finder_args.m macosx_finder_args: use a custom logfile instead of system.log 2012-03-25 22:30:37 +03:00
mmap_anon.c #include corresponding .h files in .c files. 2010-02-16 15:03:03 +00:00
mmap_anon.h
mmap.h
mplayer.exe.manifest Windows support: add a manifest file 2010-11-02 04:14:20 +02:00
mplayer.rc win32: simplify icon loading 2012-04-14 17:03:11 +02:00
numcores.c vd_ffmpeg: set thread count to number of cores on machine by default 2010-12-20 05:53:28 +02:00
numcores.h vd_ffmpeg: set thread count to number of cores on machine by default 2010-12-20 05:53:28 +02:00
priority.c build: remove OS/2 support 2012-04-06 17:45:56 +03:00
priority.h cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
setenv.c cleanup: Silence compilation warnings on MinGW-w64 2012-03-01 00:22:30 +02:00
shmem.c #include corresponding .h files in .c files. 2010-02-16 15:03:03 +00:00
shmem.h
strsep.c osdep: tweak some #includes 2011-01-31 16:03:10 +02:00
strsep.h
swab.c
timer-darwin.c osdep: tweak some #includes 2011-01-31 16:03:10 +02:00
timer-linux.c #include corresponding .h files in .c files. 2010-02-16 15:03:03 +00:00
timer-win2.c
timer.h
vsscanf.c