1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 09:02:38 +00:00
mpv/player
wm4 57ea367963 player: assume setlocale() returns NULL if locales are not supported
It would make somewhat sense for libcs which don't implement locales at
all, such as Bionic.

Beyond that, setlocale() is specified that it can return NULL, and we
shouldn't crash if that happens.
2016-02-10 11:58:05 +01:00
..
lua ytdl: Include Referer header as well 2016-01-10 14:30:31 +01:00
audio.c player: force refresh seek when changing audio filters 2016-02-09 22:19:01 +01:00
client.c player: assume setlocale() returns NULL if locales are not supported 2016-02-10 11:58:05 +01:00
client.h global: add client API pointer to library handle 2016-01-15 22:54:08 +01:00
command.c player: force refresh seek when changing audio filters 2016-02-09 22:19:01 +01:00
command.h video: always re-probe auto deint filter on filter reconfig 2015-07-21 21:54:15 +02:00
configfiles.c mpv_talloc.h: rename from talloc.h 2016-01-11 21:05:55 +01:00
core.h player: add complex filter graph support 2016-02-05 23:19:56 +01:00
external_files.c player: fix previous commit 2015-12-25 13:40:06 +01:00
external_files.h player: rename and move find_subfiles.c 2015-09-20 18:05:06 +02:00
lavfi.c lavfi: fix EOF case 2016-02-06 19:13:32 +01:00
lavfi.h player: add complex filter graph support 2016-02-05 23:19:56 +01:00
loadfile.c player: add --external-file option 2016-02-08 21:18:35 +01:00
lua.c Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
main.c options: set fs=yes by default on RPI, and change RPI defaults handling 2016-02-05 18:05:38 +01:00
misc.c player: simplify error_on_track() 2016-02-05 23:17:27 +01:00
osd.c player: use different variable to indicate coverart 2016-02-01 22:14:32 +01:00
playloop.c player: add complex filter graph support 2016-02-05 23:19:56 +01:00
screenshot.c Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
screenshot.h Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
scripting.c Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
sub.c sub: change when/how subtitles are read completely 2016-01-22 00:25:44 +01:00
video.c player: fix crash if no video decoder can be initialized 2016-02-10 00:07:01 +01:00