mpv/player
wm4 50991fac81 sub: remove .txt as text subtitle extension
If used with fuzzy matching, the player tends to pick up random text
files, sometimes with interesting results.

The most interesting interaction is when the user uses
--log-file=something.txt, and mpv tries to open its own log file. It
essentially "freezes" during probing, because every time it reads from
it, it will write some more data, which in turn will cause more data to
be read - until the 2MB max. probing size is slowly reached. This is not
even an obscure corner case, but happened to multiple users.

The .txt extension has been considered a subtitle extension ever since
the code was added to MPlayer's subreader.c, but I'm not seeing many
actual subtitle files with this extension, so just get rid of it.
2017-02-03 11:32:16 +01:00
..
lua osc: allow playlist buttons when looping 2017-02-01 13:26:38 +00:00
audio.c audio: stop being dumb 2017-01-08 14:47:53 +01:00
client.c player: restructure cancel callback 2017-01-18 17:52:05 +01:00
client.h client API: turn mpv_suspend() and mpv_resume() into stubs 2016-11-22 15:54:44 +01:00
command.c command: nicer OSd-formatting for loop-file 2017-01-31 11:47:28 +01:00
command.h
configfiles.c
core.h player: add prefetching of the next playlist entry 2017-01-18 19:02:50 +01:00
external_files.c sub: remove .txt as text subtitle extension 2017-02-03 11:32:16 +01:00
external_files.h
lavfi.c
lavfi.h
loadfile.c player: remove --stream-capture option/property 2017-01-21 17:19:01 +01:00
lua.c lua: close directory after reading its entries 2017-01-17 08:22:13 +01:00
main.c player: actually initialize/destroy MPContext.lock 2017-01-22 15:24:13 +01:00
misc.c player: remove --stream-capture option/property 2017-01-21 17:19:01 +01:00
osd.c player: different way to auto-enable the demuxer cache 2017-02-02 18:38:16 +01:00
playloop.c player: add prefetching of the next playlist entry 2017-01-18 19:02:50 +01:00
screenshot.c cuda: use libavutil functions for copying hw surfaces to memory 2017-01-12 13:59:35 +01:00
screenshot.h
scripting.c scripting: don't call dlclose() on C plugins 2017-01-14 17:14:30 +01:00
sub.c player: enable no-video subtitle display on coverart too 2016-10-31 13:55:32 +01:00
video.c player: print hw format on "VO: " line too 2017-01-29 12:53:58 +01:00