mpv - sfeed_tests - sfeed tests and RSS and Atom files
HTML git clone git://git.codemadness.org/sfeed_tests
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
mpv (59466B)
---
1 <?xml version="1.0" encoding="UTF-8"?>
2 <feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xml:lang="en-US">
3 <id>tag:github.com,2008:https://github.com/mpv-player/mpv/releases</id>
4 <link type="text/html" rel="alternate" href="https://github.com/mpv-player/mpv/releases"/>
5 <link type="application/atom+xml" rel="self" href="https://github.com/mpv-player/mpv/releases.atom"/>
6 <title>Release notes from mpv</title>
7 <updated>2020-01-26T20:32:07Z</updated>
8 <entry>
9 <id>tag:github.com,2008:Repository/6201092/v0.32.0</id>
10 <updated>2020-01-26T20:35:57Z</updated>
11 <link rel="alternate" type="text/html" href="https://github.com/mpv-player/mpv/releases/tag/v0.32.0"/>
12 <title>v0.32.0</title>
13 <content type="html"><p>This release requires FFmpeg 4.0 or newer.</p>
14 <h1>Features</h1>
15 <h2>Added</h2>
16 <ul>
17 <li>stream_libarchive: enable RAR5 support</li>
18 <li>bash completion: add initial implementation</li>
19 <li>cocoa-cb: add support for forcing the dedicated GPU for rendering</li>
20 <li>cocoa-cb: add pinch to resize window gesture</li>
21 <li>w32_common: support minimizing/maximizing using osc window controls</li>
22 </ul>
23 <h2>Changed</h2>
24 <ul>
25 <li>wayland: print warning on GNOME due to serious issues with their compositor</li>
26 <li>player: write watch-later config even for unseekable streams</li>
27 </ul>
28 <h2>Removed</h2>
29 <ul>
30 <li>vo_gpu: hwdec_vdpau: remove direct_mode</li>
31 <li>vo_gpu: hwdec_vaegl: remove support for old-style interop</li>
32 </ul>
33 <h1>Options and Commands</h1>
34 <h2>Added</h2>
35 <ul>
36 <li>command: add a playlist-unshuffle command</li>
37 <li>command: add osd-dimensions property</li>
38 <li>input: new PLAYONLY and PAUSEONLY keycodes</li>
39 </ul>
40 <h2>Changed</h2>
41 <ul>
42 <li>options: change option parsing when using a single dash<br>
43 This adds a warning for <code>-o file.mkv</code> and disallows the use of<br>
44 <code>--o file.mkv</code> (use <code>--o=file.mkv</code> instead).</li>
45 </ul>
46 <h1>Fixes and Minor Enhancements</h1>
47 <ul>
48 <li>lua: fix mp.file_info for large files</li>
49 <li>vo_gpu: fix crash if dither texture fails to allocate</li>
50 <li>wayland: unscrew up cursors, fix various issues</li>
51 <li>osc: usability improvements for osc window controls</li>
52 </ul>
53 <p>This listing is not complete. Check DOCS/client-api-changes.rst for a history<br>
54 of changes to the client API, and DOCS/interface-changes.rst for a history<br>
55 of changes to other user-visible interfaces.</p>
56 <p>A complete changelog can be seen by running <code>git log v0.31.0..v0.32.0</code><br>
57 in the git repository or by visiting either<br>
58 <a class="commit-link" href="https://github.com/mpv-player/mpv/compare/v0.31.0...v0.32.0"><tt>v0.31.0...v0.32.0</tt></a> or<br>
59 <a href="https://git.srsfckn.biz/mpv/log/?qt=range&amp;q=v0.31.0..v0.32.0" rel="nofollow">https://git.srsfckn.biz/mpv/log/?qt=range&amp;q=v0.31.0..v0.32.0</a></p></content>
60 <author>
61 <name>sfan5</name>
62 </author>
63 <media:thumbnail height="30" width="30" url="https://avatars1.githubusercontent.com/u/1042418?s=60&v=4"/>
64 </entry>
65 <entry>
66 <id>tag:github.com,2008:Repository/6201092/v0.31.0</id>
67 <updated>2019-12-28T11:11:57Z</updated>
68 <link rel="alternate" type="text/html" href="https://github.com/mpv-player/mpv/releases/tag/v0.31.0"/>
69 <title>v0.31.0</title>
70 <content type="html"><p>This release requires FFmpeg 4.0 or newer.</p>
71 <h1>Features</h1>
72 <h2>Added</h2>
73 <ul>
74 <li>vo_gpu/d3d11: allow configurable swapchain color space for native HDR output</li>
75 <li>player: add mechanisms for better logging as preperation for console.lua</li>
76 <li>audio: add ao_audiotrack for Android</li>
77 <li>input: introduce a pseudo key name that grabs all text input</li>
78 <li>wayland: add grab zone for resizing window with mouse</li>
79 <li>osc: implement pseudo client side decorations via OSC</li>
80 <li>vf_gpu: add video filter using vo_gpu's renderer</li>
81 <li>added console.lua: interactive REPL for input commands</li>
82 <li>osc: display Santa hat for idle logo in December</li>
83 <li>vd_lavc: add option to autoselect known good hwdec implementations</li>
84 <li>mac: replace old event tap for media key support with MediaPlayer</li>
85 </ul>
86 <h2>Changed</h2>
87 <ul>
88 <li>input: disable gamepad code by default</li>
89 <li>vo_gpu: allow vdpau usage under EGL</li>
90 <li>stream, demux: redo origin policy</li>
91 </ul>
92 <h2>Removed</h2>
93 <ul>
94 <li>mac: remove Apple Remote support</li>
95 <li>client API: deprecate tick event</li>
96 </ul>
97 <h1>Options and Commands</h1>
98 <h2>Added</h2>
99 <ul>
100 <li>vo_gpu/d3d11: add --d3d11-output-csp for configuring swap chain color space</li>
101 <li>command: add command-list property</li>
102 <li>command, input: add input-bindings property</li>
103 <li>command: add --window-maximized and make --window-minimized settable</li>
104 <li>command: add property returning hidpi scale</li>
105 <li>command, lua: add a way to share data between scripts</li>
106 <li>client API, lua: add new API for setting OSD overlays</li>
107 </ul>
108 <h2>Changed</h2>
109 <ul>
110 <li>add a builtin "sw-fast" profile, which restores performance settings<br>
111 for software video conversion. These were switched to higher quality.<br>
112 This affects video outputs like vo_x11 and vo_drm, and screenshots.</li>
113 <li>options: make --show-profile without parameters list all profiles</li>
114 <li>wayland: support for --hidpi-window-scale option</li>
115 <li>stream_lavf: set --network-timeout to 60 seconds by default</li>
116 <li>x11: scale window-scale by DPI</li>
117 </ul>
118 <h2>Deprecated</h2>
119 <ul>
120 <li>deprecate --input-file</li>
121 <li>deprecate --video-sync=display-adrop</li>
122 <li>deprecate all input section commands</li>
123 <li>deprecate --display-fps, replaced by --override-display-fps</li>
124 </ul>
125 <h2>Removed</h2>
126 <ul>
127 <li>remove deprecated --playlist-pos alias</li>
128 </ul>
129 <h1>Fixes and Minor Enhancements</h1>
130 <ul>
131 <li>vo_drm, vo_x11: allow use of zimg</li>
132 <li>vo_sdl: Support mouse wheel input, Improve mouse button input</li>
133 <li>video: fix track switching work for external images</li>
134 <li>vo_gpu: fix infinite scaler reinit spam</li>
135 <li>f_output_chain: fix possible crash when changing filters</li>
136 <li>vo_gpu: opengl: add hack for ancient Mesa/GLX</li>
137 <li>demux_lavf: export demuxer_id for more formats which have it</li>
138 <li>lua: make later key bindings always have higher priority</li>
139 <li>drm_common: fix display FPS estimation for interlaced modes</li>
140 <li>vo_drm: fix incorrect pixel format possibly being picked for 30-bit</li>
141 <li>zsh completion: fix pcre usage to really be optional</li>
142 <li>options: increase consistency between list options and document them</li>
143 <li>osc: reduce unnecesary CPU usage by using property notifications</li>
144 </ul>
145 <p>This listing is not complete. Check DOCS/client-api-changes.rst for a history<br>
146 of changes to the client API, and DOCS/interface-changes.rst for a history<br>
147 of changes to other user-visible interfaces.</p>
148 <p>A complete changelog can be seen by running <code>git log v0.30.0..v0.31.0</code><br>
149 in the git repository or by visiting either<br>
150 <a class="commit-link" href="https://github.com/mpv-player/mpv/compare/v0.30.0...v0.31.0"><tt>v0.30.0...v0.31.0</tt></a> or<br>
151 <a href="https://git.srsfckn.biz/mpv/log/?qt=range&amp;q=v0.30.0..v0.31.0" rel="nofollow">https://git.srsfckn.biz/mpv/log/?qt=range&amp;q=v0.30.0..v0.31.0</a></p></content>
152 <author>
153 <name>sfan5</name>
154 </author>
155 <media:thumbnail height="30" width="30" url="https://avatars1.githubusercontent.com/u/1042418?s=60&v=4"/>
156 </entry>
157 <entry>
158 <id>tag:github.com,2008:Repository/6201092/v0.30.0</id>
159 <updated>2019-10-25T13:38:36Z</updated>
160 <link rel="alternate" type="text/html" href="https://github.com/mpv-player/mpv/releases/tag/v0.30.0"/>
161 <title>v0.30.0</title>
162 <content type="html"><p>This release requires FFmpeg 4.0 or newer.<br>
163 This release has replaced the internal Vulkan rendering abstraction<br>
164 with libplacebo's more up-to-date implementation.</p>
165 <h1>Features</h1>
166 <h2>Added</h2>
167 <ul>
168 <li>vo_gpu: vulkan: hwdec_cuda: Add support for Vulkan interop</li>
169 <li>command: support for async commands</li>
170 <li>input: support for named arguments</li>
171 <li>cocoa-cb: add support for mac 10.14 Dark mode and run time switching</li>
172 <li>vo_gpu: switch to Vulkan API implementation based on libplacebo</li>
173 <li>context_drm_egl: Add support for presentation feedback</li>
174 <li>vo_gpu: implement error diffusion for dithering</li>
175 <li>vo/gpu: hwdec_vdpau: Support direct mode for 4:4:4 content</li>
176 <li>vo_gpu: hwdec_vaapi: Add Vulkan interop</li>
177 <li>video, TOOLS: add vf_fingerprint and a skip-logo script</li>
178 <li>vo_gpu: d3d11: add support for presentation feedback</li>
179 <li>vo_drm: 30bpp support</li>
180 <li>cocoa-cb: add support for 10bit opengl rendering</li>
181 <li>video: add pure gamma TRC curves for 2.0, 2.4 and 2.6</li>
182 <li>vo_drm: Implement N-buffering and presentation feedback</li>
183 <li>Reintroduce vo_wayland as vo_wlshm</li>
184 <li>video: add zimg wrapper</li>
185 <li>wayland: add presentation time</li>
186 <li>input: add gamepad support through SDL2</li>
187 </ul>
188 <h2>Changed</h2>
189 <ul>
190 <li>cocoa-cb: use libmpv's advanced rendering control and timing</li>
191 <li>vo_gpu: improve tone mapping desaturation</li>
192 <li>vo_gpu: redesign peak detection algorithm</li>
193 <li>vo_gpu: allow boosting dark scenes when tone mapping</li>
194 <li>osc: improve look of seekranges</li>
195 <li>vo_gpu: x11: remove special vdpau probing, use EGL by default</li>
196 <li>demux: sort filenames naturally when playing a directory / archive</li>
197 <li>stream_dvb: rewrite channel switching, remove old stream control</li>
198 <li>filters: extend vf_format so that it can convert color parameters</li>
199 </ul>
200 <h2>Removed</h2>
201 <ul>
202 <li>demux, stream: rip out the classic stream cache</li>
203 <li>vo_gpu: removed internal Vulkan implementation</li>
204 <li>Remove libdvdread support in favor of libdvdnav</li>
205 <li>demux, stream: remove much of the optical disc support</li>
206 <li>Remove classic Linux analog TV support, and DVB runtime controls</li>
207 <li>demux, stream: remove old rar support in favor of libarchive</li>
208 <li>vo_gpu: remove mali-fbdev</li>
209 <li>vo_gpu: remove vdpau/GLX backend</li>
210 <li>vf_vapourynth: remove Lua backend</li>
211 <li>vo_gpu: remove hwdec_d3d11eglrgb</li>
212 </ul>
213 <h1>Options and Commands</h1>
214 <h2>Added</h2>
215 <ul>
216 <li>command: add a subprocess command</li>
217 <li>vo_gpu: added --tone-mapping-max-boost, --hdr-peak-decay-rate, --hdr-scene-threshold-low/high</li>
218 <li>player: add --demuxer-cache-wait option</li>
219 <li>Implement backwards playback</li>
220 <li>demux: add a on-disk cache</li>
221 <li>demux, command: add another stream recording mechanism, <code>dump-cache</code> command</li>
222 <li>ao_pulse: add --pulse-allow-suspended</li>
223 <li>command: add video-add/video-remove/video-reload commands</li>
224 <li>demux_cue: added --demuxer-cue-codepage to select CUE sheet charset</li>
225 <li>input: add keybind command</li>
226 <li>command: add sub-start &amp; sub-end properties</li>
227 <li>video/d3d11: added --d3d11-adapter to select a rendering adapter by name</li>
228 <li>vo_gpu/d3d11: added --d3d11-output-format for configuring swap chain format</li>
229 </ul>
230 <h2>Changed</h2>
231 <ul>
232 <li>vo_gpu: split --linear-scaling into --linear-upscaling and --linear-downscaling</li>
233 <li>vo_gpu: split --tone-mapping-desaturate into strength and exponent</li>
234 <li>drm: rename --drm-osd-plane-id to --drm-draw-plane, --drm-video-plane-id to --drm-drmprime-video-plane, --drm-osd-size to --drm-draw-surface-size</li>
235 </ul>
236 <h2>Deprecated</h2>
237 <ul>
238 <li>options: deprecate --video-aspect, replaced by --video-aspect-override</li>
239 <li>options: deprecate --record-file, --spirv-compiler</li>
240 </ul>
241 <h2>Removed</h2>
242 <ul>
243 <li>options: remove deprecated --chapter option</li>
244 <li>demux: remove "program" property</li>
245 <li>stream: remove "disc-titles", "disc-title", "disc-title-list", and "angle" properties</li>
246 <li>cocoa-cb: remove --macos-title-bar-style, replaced by --macos-title-bar-material and --macos-title-bar-appearance</li>
247 <li>spirv: remove support for --spirv-compiler=nvidia (shaderc is the only remaining option)</li>
248 </ul>
249 <h1>Fixes and Minor Enhancements</h1>
250 <ul>
251 <li>context_drm_egl: implement n-buffering</li>
252 <li>cocoa-cb: add support for custom colored title bar</li>
253 <li>vo_gpu: x11egl: support Mesa OML sync extension</li>
254 <li>demux, demux_edl: add extension for tracks sourced from separate streams</li>
255 <li>context_drm_egl: Use eglGetPlatformDisplayEXT if available</li>
256 <li>vo_gpu: vulkan: add Android context</li>
257 <li>wayland: use xdg-decoration if available</li>
258 <li>vo_gpu: glx: use GLX_OML_sync_control for better vsync reporting</li>
259 <li>demux: runtime option changing for cache and stream recording</li>
260 <li>x11: fix ICC profiling for multiple monitors</li>
261 <li>zsh completion: move generation to runtime and improve</li>
262 </ul>
263 <p>This listing is not complete. Check DOCS/client-api-changes.rst for a history<br>
264 of changes to the client API, and DOCS/interface-changes.rst for a history<br>
265 of changes to other user-visible interfaces.</p>
266 <p>A complete changelog can be seen by running <code>git log v0.29.1..v0.30.0</code><br>
267 in the git repository or by visiting either<br>
268 <a class="commit-link" href="https://github.com/mpv-player/mpv/compare/v0.29.1...v0.30.0"><tt>v0.29.1...v0.30.0</tt></a> or<br>
269 <a href="https://git.srsfckn.biz/mpv/log/?qt=range&amp;q=v0.29.1..v0.30.0" rel="nofollow">https://git.srsfckn.biz/mpv/log/?qt=range&amp;q=v0.29.1..v0.30.0</a></p></content>
270 <author>
271 <name>sfan5</name>
272 </author>
273 <media:thumbnail height="30" width="30" url="https://avatars1.githubusercontent.com/u/1042418?s=60&v=4"/>
274 </entry>
275 <entry>
276 <id>tag:github.com,2008:Repository/6201092/v0.29.1</id>
277 <updated>2018-10-02T20:19:54Z</updated>
278 <link rel="alternate" type="text/html" href="https://github.com/mpv-player/mpv/releases/tag/v0.29.1"/>
279 <title>v0.29.1</title>
280 <content type="html"><p>A bug fix release for the 0.29 release branch.</p>
281 <h2>Fixes and Minor Enhancements</h2>
282 <ul>
283 <li>af_rubberband: Fix for A-V drift on seeking.</li>
284 <li>ao_alsa: Fixes to remove spam during pausing and end-of-file.</li>
285 <li>ao_jack: Fix for mpv attempting to connect to non-standard devices such as MIDI.</li>
286 <li>ao_openal: Drop support for Apple's bundled OpenAL due to lack of features to successfully build.</li>
287 <li>ao_pulse: Fix for audio buffer length calculation.</li>
288 <li>demux_lavf: Fix EDL playback of certain DASH streams.</li>
289 <li>demux_lavf: Mark v4l streams as not seekable.</li>
290 <li>demux_raw: Fix for gapless playback from raw audio input.</li>
291 <li>drm_atomic: Fix to enable video output with devices without a video overlay plane.</li>
292 <li>encode: Fix for crashes in case of failure to write to output.</li>
293 <li>encode: Fix for encoding when utilizing lavfi-complex.</li>
294 <li>Fix to strip HDR peak metadata if attached to SDR video (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="357030303" data-permission-text="Title is private" data-url="https://github.com/mpv-player/mpv/issues/6111" data-hovercard-type="issue" data-hovercard-url="/mpv-player/mpv/issues/6111/hovercard" href="https://github.com/mpv-player/mpv/issues/6111">#6111</a>)</li>
295 <li>macOS: Capability to fall back on SW rendering for testing purposes.</li>
296 <li>macOS: Fix for issues with the main menu.</li>
297 <li>macOS: Fix for side by side split view.</li>
codemadness.org:70 /git/sfeed_tests/file/input/sfeed/realworld/mpv.gph:308: line too long