MPV

mpv:release/0.8

Last commit made on 2015-03-17
Get this branch:
git clone -b release/0.8 https://git.launchpad.net/mpv

Branch merges

Branch information

Name:
release/0.8
Repository:
lp:mpv

Recent commits

4db470e... by Kovensky

Release 0.8.3

cf3819e... by Kovensky

Update RELEASE_NOTES

575b631... by wm4 <wm4@nowhere>

video: don't drop anamorphic scaling if it's too minor

This played e.g. a 1264x722 file as 1264x720. There was some code which
dropped the aspect ratio if the video (in original resolution) wasn't
scaled by more than 4 pixels. Commit 5f3c3f8c introduced this (although
I'm not really sure what the code replaced by it did).

Just remove this "feature".

(cherry picked from commit d96fad04bea738ae420f3c8da390e2c8932f5915)

4c1b45b... by wm4 <wm4@nowhere>

command: don't drop audio buffers when switching filters

This partially reverts commit ae7228c6. I guess the old behavior was
slightly more popular.

Fixes #1693 (probably).

(cherry picked from commit 699fc0e51e4672d567f85a3589a140eda69c9ee2)

8932d90... by wm4 <wm4@nowhere>

demux_lavf: fix rejection of image2 demuxer

This was probably broken for some time in git master, and the later
commit which happened to fix it was not picked.

Fixes #1689.

fc4da23... by Kovensky

Update RELEASE_NOTES

017c280... by Martin Herkt

bootstrap: add waf mirror

(cherry picked from commit 958dbca3ef480052ab3c801fd0fcbbdcb4600acb)

c5a8fc7... by wm4 <wm4@nowhere>

audio: fix off by one error in channel map selection code

The consequence was that some AOs (like ao_jack) could not output 8
channels.

Fixes #1688.

(cherry picked from commit c4f4b0901496411c93647e36042128b08f5d153d)

3dcd347... by Martin Herkt

man: fix PDF build

(cherry picked from commit add4c9ee037bb619509e660664a08b6f56531c30)

ad11946... by Stefano Pigozzi <email address hidden>

cocoa: signal VO_EVENT_WIN_STATE on fps change

Fixes #1686

(cherry picked from commit efe0fb75bc4bc3572edd241e60f31d620413a919)