MPV

mpv:release/0.28

Last commit made on 2018-02-13
Get this branch:
git clone -b release/0.28 https://git.launchpad.net/mpv

Branch merges

Branch information

Name:
release/0.28
Repository:
lp:mpv

Recent commits

7214f1f... by kevmitch

Release 0.28.2

789e04e... by Ricardo Constantino

ytdl_hook: whitelist subtitle URLs as well

This was overlooked when doing the whitelisting for video and audio to
fix #5456.

2ae812e... by kevmitch

Release 0.28.1

417fe22... by Ricardo Constantino

ytdl_hook: fix safe url checking with EDL urls

b889623... by Ricardo Constantino

ytdl_hook: move url_is_safe earlier in code

lua isn't javascript.

db0af67... by Ricardo Constantino

ytdl_hook: whitelist protocols from urls retrieved from youtube-dl

Not very clean since there's a lot of potential unsafe urls that youtube-dl
can give us, depending on whether it's a single url, split tracks,
playlists, segmented dash, etc.

dfac83a... by Martin Herkt

Release 0.28.0

b1b03da... by Ricardo Constantino

ytdl_hook: use table concat for playlist building

Faster and more efficient than string concat with large playlists.

1623430... by Ricardo Constantino

ytdl_hook: don't preappend ytdl:// to non-youtube links in playlists

Close #5003

29af787... by wm4 <wm4@nowhere>

player: update duration based on highest timestamp demuxed

This will help with things like livestreams.

As a minor detail, subtitles are excluded, because they sometimes have
"unused" events after video and audio ends. To avoid this annoying
corner case, just ignore them.