MPV

mpv:release/0.6

Last commit made on 2014-10-24
Get this branch:
git clone -b release/0.6 https://git.launchpad.net/mpv

Branch merges

Branch information

Name:
release/0.6
Repository:
lp:mpv

Recent commits

973b555... by Alessandro Ghedini

Release 0.6.2

0a40fb0... by wm4 <wm4@nowhere>

player: fix exiting if both audio and video fail initializing

The player was supposed to exit playback if both video and audio failed
to initialize (or if one of the streams was not selected when the other
stream failed). This didn't work; for one this check was missing from
one of the failure paths. And more importantly, both checked the
current_track array incorrectly.

Fix these issues, and move the failure handling code into a common
function.

CC: @mpv-player/stable

Conflicts:
 player/audio.c
 player/video.c

3c8aecb... by wm4 <wm4@nowhere>

sub: adjustments to --ass-style-override option

Now requires newest libass git. Since this feature wasn't part of a
libass release yet, I'm not bothering making the mpv code compatible
with as how it was previously implemented (it will just be disabled
with any older libass).

CC: @mpv-player/stable (because mpv-build uses libass git, and this
                        breaks the feature)

b3707f4... by wm4 <wm4@nowhere>

audio: don't go to sleep after audio reinit

It possibly goes to sleep without actually starting to decode audio.
Possibly fixes a problem with --no-osc --no-video reported on IRC.

CC: @mpv-player/stable

af58a8c... by wm4 <wm4@nowhere>

terminal: recognize ^h

Fixes #1185.

CC: @mpv-player/stable

3fae6aa... by shdown <email address hidden>

player: quote %-starting strings

Leading percent sign is a quote indicator so it needs to be quoted
itself.

919540c... by shdown <email address hidden>

common: fix \x-style escaping

This was rejecting correct escapes and accepting incorrect ones.

ad9d1a3... by shdown <email address hidden>

manpage: fix reference to a defunct option

The change was made with faad40aad92d51290ef2fc4d94277eca89863873.

f16b1cd... by wm4 <wm4@nowhere>

player: fix crash on early audio uninit

Could crash when exiting playback in very early stages of
initialization.

CC: @mpv-player/stable

f2e289d... by wm4 <wm4@nowhere>

player: fix --frames

This could produce an extra frame, because reaching the maximum merely
signals the playloop to exit, without strictly enforcing the limit.

Fixes #1181.

CC: @mpv-player/stable