mpv/player/lua
wm4 89203cc994 ytdl_hook: attempt to filter out muxed streams if all_formats is used
See manpage additions. We would have to extend delay_open to support
multiple sub-tracks (for audio and video), and we'd still don't know (?)
whether it might contain more than one stream each (thinking of HLS
master streams). And if it's a true interleaved file (such as a "normal"
mp4 file provided as fallback for more primitive players), we'd either
have to signal such "bundled" tracks, or waste bandwidth.

This restructures a lot. The if/else tree in add_single_video for format
selection was a bit annoying, so it's split into separate if blocks,
where it checks each time whether a URL was determined yet.
2020-02-20 14:54:09 +01:00
..
assdraw.lua
console.lua console: fix typo in previous commit 2020-02-07 14:05:04 +01:00
defaults.lua lua: use new OSD property 2020-01-08 00:16:58 +01:00
options.lua options.lua: avoid unnecessary on_update calls 2020-02-06 22:57:53 +01:00
osc.lua osc: use cache state cache-duration field 2020-02-07 16:16:18 +01:00
stats.lua stats: fix incorrect ass formatting on 3rd page when vo was switched 2020-02-06 22:57:53 +01:00
ytdl_hook.lua ytdl_hook: attempt to filter out muxed streams if all_formats is used 2020-02-20 14:54:09 +01:00