pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/mpv



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Nov 11 17:37:18 UTC 2015

Modified Files:
        pkgsrc/multimedia/mpv: Makefile distinfo

Log Message:
Update multimedia/mpv to 0.13.0.

Changes:
NOTE: The previous release changed the default format for youtube-dl and
removed some workarounds related to MPEG DASH support. However, the required
changes to FFmpeg code (FFmpeg/FFmpeg@4ab5666)
are not in any FFmpeg release yet (as of 2015-11-10), so for now, playing DASH
streams requires using FFmpeg git master. You can work around this by using the
--ytdl-format=best option.

Features
--------
New
  * SVG version of the icon (with symbolic counterpart)
  * stream_libarchive: add multivolume support
  * vo_opengl: add prescaling framework along with Super-xBR and NNEDI3
    (currently very slow) prescalers (issue #2230)

Options and Commands
--------------------
Added
  * command: add mistimed-frame-count property
  * vo_opengl: add vsync-fences option

Changed
  * command: make display-fps property writable
  * options: enable mpeg2 hw decoding by default if hw decoding is requested
  * vo_opengl: rename fancy-downscaling to correct-downscaling
  * vo_opengl: correct-downscaling: enable also for anamorphic clips
  * vo_opengl: rename "drm_egl" to "drm-egl"
  * vo_opengl: disable drm-egl autopickup
  * vo_opengl: never load vaapi GLX interop by default

Fixes and Minor Enhancements
----------------------------
  * ao_alsa: fix 7.1 over HDMI
  * audio: do not require full audio chain reinit for speed changes
  * rpi: add support for codecs other than h264 (mpeg2 for now)
  * vd_lavc: make hwdec fallback more tolerant
  * video: fix playback of pal8
  * video: multiple display-sync fixes
  * vo: fix no-audio mode with interpolation enabled/display-sync disabled
  * vo_direct3d: fix operation (issue #2434)
  * vo_drm: handle possible errors from sigaction
  * vo_drm: show osd in audio only mode
  * vo_opengl: do not attempt to cache frames in FBO in dumb-mode (issue #2432)
  * vo_opengl: win32: always request MMCSS for DWM
  * vo_opengl: win32: try to enable DwmFlush by default
  * vo_vdpau: check VDP_RGBA_FORMAT_A8 support
  * win32: request MMCSS "Playback" profile


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/mpv/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/mpv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index