Skip to content

Commit e1993d5

Browse files
author
Martin Herkt
committed
Release 0.14.0
1 parent 0607dce commit e1993d5

2 files changed

Lines changed: 101 additions & 1 deletion

File tree

RELEASE_NOTES

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,103 @@
1+
Release 0.14.0
2+
==============
3+
4+
Build System Changes
5+
--------------------
6+
7+
- build: install scalable svg icon as well
8+
- vo_opengl: require --enable-gpl3 for nnedi
9+
- win32: enable internal pthreads wrapper by default
10+
11+
12+
Features
13+
--------
14+
15+
New
16+
~~~
17+
18+
- vo_opengl: add experimental dxinterop backend (renders with OpenGL, displays through Direct3D; broken with Intel drivers)
19+
- vo_opengl: add initial ANGLE support
20+
- windows: implement icc-profile-auto
21+
- windows: support taskbar button progress indicator (issue #2399)
22+
23+
Removed
24+
~~~~~~~
25+
26+
- Windows XP support
27+
- demux: remove old subtitle parser (FFmpeg users are unaffected; Libav loses support for some minor formats)
28+
- demux_libass: remove this demuxer (libavformat takes its place)
29+
- stream: drop old Linux PVR support
30+
31+
32+
Options and Commands
33+
--------------------
34+
35+
Added
36+
~~~~~
37+
38+
- command, vo: add estimated-display-fps property
39+
- command: add vsync-ratio property
40+
- command: export some per-video-frame information (issue #2444)
41+
- vo_opengl: make LOOKUP_TEXTURE_SIZE configurable
42+
- windows: add option to set VO MMCSS profile
43+
44+
45+
Changed
46+
~~~~~~~
47+
48+
- --sub-fix-timing now applies to ASS subtitles as well
49+
- command: rename vo-missed-frame-count property to vo-delayed-frame-count
50+
- input.conf: add default bindings for changing window scale (issue #2500)
51+
- videotoolbox: make decoder format customizable
52+
- vo_opengl: disable interpolation without display-sync
53+
- vo_opengl: make tscale=mitchell:tscale-clamp the default
54+
- vo_rpi: add an option to disable OSD
55+
56+
57+
Fixes and Minor Enhancements
58+
----------------------------
59+
60+
- af_lavrresample: clamp float output to range
61+
- ao: disambiguate default device list entries
62+
- ao_alsa: filter audio device list
63+
- ao_alsa: list bidirectional devices too
64+
- ao_openal: accommodate more sample formats (issue #2494)
65+
- ao_openal: fix virtual speaker positioning
66+
- ao_wasapi: only report per-app volume in shared mode
67+
- ao_wasapi: work around DTS passthrough failure
68+
- build: make vaapi-wayland depend on gl-wayland (issue #2476)
69+
- demux: fix seeking in .ts
70+
- demux_lavf: mark ASS tracks as always UTF-8
71+
- demux_mkv: fix incremental indexing with single-keyframe files (issue #2498)
72+
- drm: fix setting up connectors
73+
- dxva2: reject 10 bit HEVC (issue #2516)
74+
- player: replace mistimed-frame-count with vsync-ratio on status line
75+
- sd_ass: fix secondary subtitle mode
76+
- various display-sync improvements
77+
- vo_opengl: enable NNEDI3 prescaler on OpenGL ES 3.0
78+
- vo_opengl: enable colormatrix even for RGB input
79+
- vo_opengl: fix backend autoprobing, attempt to improve GLX vs. EGL backend detection
80+
- vo_opengl: fix backend=x11 on Intel
81+
- vo_opengl: fix issues with some obscure pixel formats (e.g. rgb555)
82+
- vo_opengl: fix precision loss of fruit dithering matrix
83+
- vo_opengl: force dumb mode if RG textures are not available
84+
- vo_opengl: improve boundary check for polar filters
85+
- vo_opengl: various GLES compatibility improvements
86+
- vo_opengl: win32: test for exclusive mode
87+
- vo_opengl_cb: do not block on flipping when redrawing
88+
- vo_rpi: set aspect ratio
89+
- win32: fix console output with raw stdio functions
90+
- windows: try to avoid detection as exclusive fullscreen window (issue #2177)
91+
- x11: request bypassing compositor (issue #2502)
92+
93+
94+
This listing is not complete. Check DOCS/client-api-changes.rst for a history
95+
of changes to the client API. A complete changelog can be seen by running
96+
`git log v0.13.0..v0.14.0` in the git repository or by visiting either
97+
https://github.com/mpv-player/mpv/compare/v0.13.0...v0.14.0 or
98+
http://git.srsfckn.biz/mpv/log/?qt=range&q=v0.13.0..v0.14.0
99+
100+
1101
Release 0.13.0
2102
==============
3103

VERSION

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

0 commit comments

Comments
 (0)