Skip to content

Commit d1d6257

Browse files
author
Martin Herkt
committed
Release 0.15.0
1 parent ba9b2f1 commit d1d6257

2 files changed

Lines changed: 79 additions & 1 deletion

File tree

RELEASE_NOTES

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,81 @@
1+
Release 0.15.0
2+
==============
3+
4+
Build System Changes
5+
--------------------
6+
7+
- OS X bundle: remove git sha from the Info.plist version (issue #2677)
8+
- add "lua51" ("51obsd") to list of possible lua names
9+
- add option to customize config files system path (issue #2704)
10+
11+
12+
Features
13+
--------
14+
15+
New
16+
~~~
17+
18+
- vo_opengl: implement support for transparent video display on OS X (alpha=yes suboption)
19+
- vo_opengl: use a checkerboard pattern as background for transparent video by default
20+
21+
22+
Options and Commands
23+
--------------------
24+
25+
Added
26+
~~~~~
27+
28+
- add --audio-file-paths (issue #2632)
29+
- player, stream_dvb: implement dvb-channel-name property, add switch binding
30+
31+
32+
Changed
33+
~~~~~~~
34+
35+
- vf_stereo3d: add alternating modes
36+
- vo_opengl: disable pbo by default for opengl-hq due to driver problems
37+
- vf_yadif: change defaults (issue #2539)
38+
- command: change heuristic for files with 1 chapter (issue #2550)
39+
- demux_mkv: adjust subtitle preroll defaults
40+
- exclude 360 from --video-rotate range (issue #2647)
41+
- osd: make osd-width/height properties watchable
42+
43+
44+
Fixes and Minor Enhancements
45+
----------------------------
46+
47+
- ao_pulse: check for sample rate bounds, attempt fallback (issue #2654)
48+
- ao_wasapi: remove volume "restore" on exit
49+
- demux_cue: better error resilience
50+
- mixer: fix volume initialization with --af=volume
51+
- mpv.desktop: add audio/mp4 mime type
52+
- player: detect audio PTS jumps, make video PTS heuristic less aggressive
53+
- player: make watch later/resume work when "playing" directories
54+
- player: reset playback abort when reloading a file (issue #2568)
55+
- recognize frame sequenced 3D Matroska video
56+
- stream_dvb: fix channel switching
57+
- vaapi: add VP9 profile (requires VA-API 0.38.1 or newer)
58+
- vo_opengl: dxinterop: prevent crash after lost device
59+
- vo_opengl: enable brightness/contrast controls for RGB
60+
- vo_opengl: fix operation on GLES 2.0
61+
- vo_opengl: fix operation on GLSL versions earlier than 1.30
62+
- vo_opengl: flip screenshot image if backend uses flipped rendering (issue #2635)
63+
- vo_opengl: reset nnedi3 weights properly (issue #2661)
64+
- vo_rpi: handle rotation
65+
- vo_rpi: work around firmware oddness leading to incorrect video rect
66+
- windows: fix fd://
67+
- ytdl: Include Referer header as well
68+
- TOOLS/zsh.pl: add .opus extension in zsh completions
69+
70+
71+
This listing is not complete. Check DOCS/client-api-changes.rst for a history
72+
of changes to the client API. A complete changelog can be seen by running
73+
`git log v0.14.0..v0.15.0` in the git repository or by visiting either
74+
https://github.com/mpv-player/mpv/compare/v0.14.0...v0.15.0 or
75+
http://git.srsfckn.biz/mpv/log/?qt=range&q=v0.14.0..v0.15.0
76+
77+
78+
179
Release 0.14.0
280
==============
381

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0
1+
0.15.0

0 commit comments

Comments
 (0)