|
| 1 | +Release 0.13.0 |
| 2 | +============== |
| 3 | + |
| 4 | +NOTE: The previous release changed the default format for youtube-dl and |
| 5 | +removed some workarounds related to MPEG DASH support. However, the required |
| 6 | +changes to FFmpeg code (FFmpeg commit 4ab56667594842283dc5ae07f0daba2a2cb4d3af) |
| 7 | +are not in any FFmpeg release yet (as of 2015-11-10), so for now, playing DASH |
| 8 | +streams requires using FFmpeg git master. You can work around this by using the |
| 9 | +--ytdl-format=best option. |
| 10 | + |
| 11 | + |
| 12 | +Features |
| 13 | +-------- |
| 14 | + |
| 15 | +New |
| 16 | +~~~ |
| 17 | + |
| 18 | +- SVG version of the icon (with symbolic counterpart) |
| 19 | +- stream_libarchive: add multivolume support |
| 20 | +- vo_opengl: add prescaling framework along with Super-xBR and NNEDI3 (currently very slow) prescalers (issue #2230) |
| 21 | + |
| 22 | + |
| 23 | +Options and Commands |
| 24 | +-------------------- |
| 25 | + |
| 26 | +Added |
| 27 | +~~~~~ |
| 28 | + |
| 29 | +- command: add mistimed-frame-count property |
| 30 | +- vo_opengl: add vsync-fences option |
| 31 | + |
| 32 | + |
| 33 | +Changed |
| 34 | +~~~~~~~ |
| 35 | + |
| 36 | +- command: make display-fps property writable |
| 37 | +- options: enable mpeg2 hw decoding by default if hw decoding is requested |
| 38 | +- vo_opengl: rename fancy-downscaling to correct-downscaling |
| 39 | +- vo_opengl: correct-downscaling: enable also for anamorphic clips |
| 40 | +- vo_opengl: rename "drm_egl" to "drm-egl" |
| 41 | +- vo_opengl: disable drm-egl autopickup |
| 42 | +- vo_opengl: never load vaapi GLX interop by default |
| 43 | + |
| 44 | + |
| 45 | +Fixes and Minor Enhancements |
| 46 | +---------------------------- |
| 47 | + |
| 48 | +- ao_alsa: fix 7.1 over HDMI |
| 49 | +- audio: do not require full audio chain reinit for speed changes |
| 50 | +- rpi: add support for codecs other than h264 (mpeg2 for now) |
| 51 | +- vd_lavc: make hwdec fallback more tolerant |
| 52 | +- video: fix playback of pal8 |
| 53 | +- video: multiple display-sync fixes |
| 54 | +- vo: fix no-audio mode with interpolation enabled/display-sync disabled |
| 55 | +- vo_direct3d: fix operation (issue #2434) |
| 56 | +- vo_drm: handle possible errors from sigaction |
| 57 | +- vo_drm: show osd in audio only mode |
| 58 | +- vo_opengl: do not attempt to cache frames in FBO in dumb-mode (issue #2432) |
| 59 | +- vo_opengl: win32: always request MMCSS for DWM |
| 60 | +- vo_opengl: win32: try to enable DwmFlush by default |
| 61 | +- vo_vdpau: check VDP_RGBA_FORMAT_A8 support |
| 62 | +- win32: request MMCSS "Playback" profile |
| 63 | + |
| 64 | + |
| 65 | +This listing is not complete. Check DOCS/client-api-changes.rst for a history |
| 66 | +of changes to the client API. A complete changelog can be seen by running |
| 67 | +`git log v0.12.0..v0.13.0` in the git repository or by visiting either |
| 68 | +https://github.com/mpv-player/mpv/compare/v0.12.0...v0.13.0 or |
| 69 | +http://git.srsfckn.biz/mpv/log/?qt=range&q=v0.12.0..v0.13.0 |
| 70 | + |
| 71 | + |
1 | 72 | Release 0.12.0 |
2 | 73 | ============== |
3 | 74 |
|
|
0 commit comments