|
| 1 | +Release 0.17.0 |
| 2 | +============== |
| 3 | + |
| 4 | +Note: The client API examples have moved to https://github.com/mpv-player/mpv-examples |
| 5 | + |
| 6 | +Build System Changes |
| 7 | +-------------------- |
| 8 | + |
| 9 | +- install symbolic SVG icon |
| 10 | +- build: allow plain-gl build on OSX (#2980) |
| 11 | +- build: disable encoding mode by default (uses deprecated FFmpeg APIs) |
| 12 | + |
| 13 | + |
| 14 | +Features |
| 15 | +-------- |
| 16 | + |
| 17 | +New |
| 18 | +~~~ |
| 19 | + |
| 20 | +- csputils: add DCI-P3 colorspace |
| 21 | +- d3d11va hwdec |
| 22 | +- demux: add null demuxer |
| 23 | +- ipc: add Windows implementation with named pipes |
| 24 | +- mediacodec decoder hwdec wrapper |
| 25 | +- vo_opengl: add dxva2 interop to angle backend |
| 26 | +- vo_opengl: generate 3DLUT against source and use full BT.1886 (#2815) |
| 27 | + |
| 28 | + |
| 29 | +Options and Commands |
| 30 | +-------------------- |
| 31 | + |
| 32 | +Added |
| 33 | +~~~~~ |
| 34 | + |
| 35 | +- command: add cache-speed property |
| 36 | +- command: add keepaspect property |
| 37 | +- command: add video-stereo-mode property (#2994) |
| 38 | +- command: export canonical ffmpeg version identifier (ffmpeg-version) |
| 39 | +- command: export lists of all codecs (decoder-list and encoder-list) |
| 40 | +- osd: add italic font for osd (#3031) |
| 41 | + |
| 42 | + |
| 43 | +Changed |
| 44 | +~~~~~~~ |
| 45 | + |
| 46 | +- aspect: make video-zoom logarithmic (#3004) |
| 47 | +- command: export more information under track-list |
| 48 | +- ipc: rename --input-unix-socket to --input-ipc-server |
| 49 | +- vo_opengl: decrease default superxbr-edge-strength |
| 50 | +- vo_opengl: rename prescale to prescale-luma |
| 51 | + |
| 52 | + |
| 53 | +Fixes and Minor Enhancements |
| 54 | +---------------------------- |
| 55 | + |
| 56 | +- TOOLS/zsh.pl: don't complete URLs by default unless no files match (#2892) |
| 57 | +- ad_lavc, vd_lavc: support new Libav decoding API |
| 58 | +- cache: disable useless "Cache is not responding" warning (#3019) |
| 59 | +- demux: delay bitrate calculation on packets with unknown timestamps (#2903) |
| 60 | +- demux_timeline: set correct seekable flags (#2898) |
| 61 | +- input: accept plain text for drag and drop (#2945) |
| 62 | +- input: do not force double-click emulation for artificial commands (#2899) |
| 63 | +- lavc_conv: fix Libav srt subtitles (#2888) |
| 64 | +- player: add missing audio reconfig events (#2929, #2920) |
| 65 | +- player: add wv to list of external audio file extensions |
| 66 | +- player: fix --stream-dump exit code (#2848) |
| 67 | +- player: fix breakage when combining 3D and rotate auto-filters |
| 68 | +- playlist: improve shuffle algorithm (better uniformity) |
| 69 | +- sub: interpret "text" subtitles as srt |
| 70 | +- vo_opengl, osd: allow osc.lua to react faster on resizes |
| 71 | +- vo_opengl: GLX: try to create 3.3 core profile context (#2938) |
| 72 | +- vo_opengl: draw transparency checkerboard after upscaling |
| 73 | +- vo_opengl: fix operation without GL_ARB_texture_rg |
| 74 | +- vo_opengl: improve superxbr algorithm |
| 75 | +- vo_opengl: only open one OpenGL/DX interop handle when using dxva2 (fixes interop with AMD drivers) |
| 76 | +- wayland: don't set fs mode on every configure (#2817) |
| 77 | +- x11: do not set _NET_WM_BYPASS_COMPOSITOR by default (#2997) |
| 78 | +- ytdl_hook: handle optional format_note |
| 79 | + |
| 80 | + |
| 81 | +This listing is not complete. Check DOCS/client-api-changes.rst for a history |
| 82 | +of changes to the client API, and DOCS/interface-changes.rst for a history |
| 83 | +of changes to other user-visible interfaces. |
| 84 | + |
| 85 | +A complete changelog can be seen by running `git log v0.16.0..v0.17.0` |
| 86 | +in the git repository or by visiting either |
| 87 | +https://github.com/mpv-player/mpv/compare/v0.16.0...v0.17.0 or |
| 88 | +http://git.srsfckn.biz/mpv/log/?qt=range&q=v0.16.0..v0.17.0 |
| 89 | + |
| 90 | + |
| 91 | + |
1 | 92 | Release 0.16.0 |
2 | 93 | ============== |
3 | 94 |
|
|
0 commit comments