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