Skip to content

Releases: mpv-player/mpv

Release 0.3.5

12 Feb 21:40

Choose a tag to compare

Bug fixes:

  • switch to c99 mode to prevent gcc from messing up aspect ratio handling code
  • fix --no-aspect option
  • x11: fix a certain fullscreen problem with OpenBox
  • wayland: bump minimum client libraries versions
  • vo_opengl: fix context creation failure with some newer mesa drivers
  • vo_opengl: color management fixes
  • vo_vdpau: fix behavior with some weirdly behaving mesa drivers

Release 0.3.4

31 Jan 22:46

Choose a tag to compare

Bug fixes.

Disable libquvi 0.9 subtitles, because they were a major annoyance. Can be reenabled with --quvi-fetch-subtitles.

Release 0.3.3

15 Jan 21:31

Choose a tag to compare

Wayland bug fixes, bug fixes for MicroDVD subtitles, mess with handling of broken Matroska files, and some more things.

Release 0.3.2

06 Jan 19:42

Choose a tag to compare

Bug fixes (including some regressions). Don't auto-select subtitles if libquvi 0.9 is used, unless the --sid or --slang options select them.

On windows, change the default config location to roaming.

Release 0.3.1

01 Jan 20:06

Choose a tag to compare

Fix the crash on DVD playback, broken brightness controls, and some other things.

Release 0.3

29 Dec 17:08

Choose a tag to compare

Changes

  • Build system switches to waf. The old build system is still available by
    running ./old-configure, but it will be removed some time in the future.
  • The "run" input command changes in a not backwards compatible way.
  • Some input.conf commands were replaced (such as speed_mult).
  • Many audio/video filter have changed sub-options in a not backwards
    compatible way. (This is a consequence of unifying audio/video filter
    option parsing.)
  • Most video filters now use libavfilter internally if available.
  • Disable key autorepeat for some key binds, which prevents accidentally
    triggering a binding multiple times.
  • Encoding: install and include encoding profiles by default.

Bug fixes

  • Fix a bug that degraded vdpau playback after ~1 hour of runtime.
  • Restrict hardware decoding to codecs where it generally makes sense. This
    excludes mpeg4 for example, which often causes hardware decoders to decode to
    garbage. Use --hwdec-codecs to enable hardware decoding for more codecs.

New features

  • Add window-scale property, which allows changing the window size via mpv key
    bindings.
  • Add revert_seek command, which is meant to undo accidental seeks.
  • Hardware decoding (vdpau, vda, vaapi) can now be used with vo_opengl.
  • Pulseaudio: set pulse stream name to mpv window title (like MPlayer).
  • Support showing 2 subtitles at a time (--secondary-sid).
  • Re-add some basic dvdnav:// support. This doesn't handle navigation
    highlights correctly, but navigation should mostly work. (Note that
    dvdnav:// by default starts the longest title, instead of the DVD menu.
    The menu is available with dvdnav://menu.)
  • Win32: you can drop files on the mpv window.

This listing is not complete. There are many more bug fixes and changes. The
complete change log can be viewed by running git log f572d2..f06a87 in
the git repository.

Release 0.2.4

01 Dec 19:50

Choose a tag to compare

Random bug fixes, nothing particularly important.

Release 0.2.3

07 Nov 23:04

Choose a tag to compare

  • Fix youtube playlist loading with libquvi 0.9.
  • Fix issues with some http streams (connection retry loop and enf ot stream).
  • Handle SIGTERM. (Before we handled some similar signals only.)
  • Some other bug fixes/corrections.

Release 0.2.2

02 Nov 19:13

Choose a tag to compare

Minor bug fixes.

Release 0.2.1

20 Oct 12:14

Choose a tag to compare

Fixes hardware decoding on older FFmpeg/Libav releases (it always reverted to software decoding).

Fixes some other minor bugs.