mpv was forked in 2012 from mplayer2, which was forked in 2010 from MPlayer. The motive for the fork was to encourage developer activity by removing unmaintainable code and dropping support for very old systems. As a result, the project had a large influx of contributions. Since June 2015, the project's source code is in the process of being relicensed from GNU General Public License version 2 or later to GNU Lesser General Public License version 2.1 or later to allow using mpv as a library in more applications.
Changes from MPlayer
mpv had several notable changes since it was forked from MPlayer, the most user-visible being the addition of an on-screen-controller minimal GUI integrated with mpv to offer basic mouse-controllability. This was intended to make interaction easier for new users and to enable precise and direct seeking.
;Video websites: By using youtube-dl, mpv natively supports playback of high-definition video content and audio on YouTube and over 1000 other supported sites. This allows mpv to replace site-specific video players based on Adobe Flash or HTML5.
;High quality video output: mpv includes a customizable video output driver based on OpenGL as well as the new Vulkan API, which supports over 100 options for controlling playback quality, including the use of advanced upscaling filters, color management, and customizable pixel shaders.
;Improved client API: Beyond working as a stand-alone media player, mpv is designed to be used directly by other applications through a library interface called libmpv. This required making all mpv code thread safe. An example of an application which uses libmpv is Plex. This form of player control, along with a JSON IPC mechanism, replaces MPlayer's "slave mode".
;Encoding subsystem: mpv includes a new video encoding mode that can be used to save files being played under different formats. This allows mpv to work as a transcoder, supporting many video formats. This feature serves as a direct replacement for the MEncoder component of MPlayer, which was a separate program rather than being built into the player.
;Lua scripting: mpv's behavior and functions are customizable via use of small programs written in the Lua scripting language, which can be used for tasks like cropping video, providing a graphical user interface or automatically adjusting the display's refresh rate.
Like the original MPlayer, mpv is still primarily a command-line application although it has a more advanced user interface than MPlayer that can use not only the keyboard but also the mouse for mpv’s on screen controller. However, this OSC is still not a full-featured GUI, and there are a number of front-ends available, which use GUI widgets of Qt, GTK, or some other widget toolkit to give mpv a more complete graphical interface. The following are all open source front-ends of mpv which try to provide more features and more user-friendly interface than mpv, and/or better integration with various operating systems or desktop environments.
Baka MPlayer - media player on Windows, Linux, and macOS although macOS version requires user to compile from source, with Qt5 widgets, written in C++. Its main goal is uncluttered, simple design. Its development stalled in January 2017 in favor of another mpv frontend by the same developers, Mochi Player, which is not quite finished yet.
Deepin Movie - for Linux - Written by and default video player for the Chinese Deepin distro and desktop environment with Qt5 widgets, written in C++.
Celluloid - for Linux - based on GTK, written in C. Its goal is to be a simple GTK-based graphical interface for mpv that meets the GNOME Human Interface Guidelines.
IINA - macOS 10.10+ media player with native macOS Cocoa interface, written in Swift. It is a full-featured native macOS graphical interface for mpv that makes use of new features in the most recent versions of macOS. mpv config file and script system are also integrated.
Kawaii-Player - Linux and Windows 10 - media player and media server with Qt5 widgets, written in Python 3. Its goal is to not just be a multimedia player but also an audio/video library manager and portable media server and torrentstreaming server/player.
Media Player Classic Qute Theater - Linux and Windows media player with Qt5 widgets, written in C++. Its goal is to reproduce and ultimately improve upon the functionality of Media Player Classic Home Cinema, a Windows-only program, as a cross-platform mpv-based multimedia player that also works on Unix-like operating systems like Linux.
mpv for Android - Android media player with native Android interface, written in Kotlin. Its goal is to be a fully functional, full-featured port of mpv to the mobile operating system Android.
mpv.net - Windows media player with native Windows interface, based on Microsoft.NET Framework, written in C#. Its goal is to provide the standard mpv OSC interface on Windows along with a customizable Windows context menu, C# scripting, and a Managed Extensibility Framework for addons.
OvoPlayer - Linux and Windows music player that supports many backends, based on LCL widgetsets, written in Pascal. Its goal is to be a flexible audio player that supports as many audio engine backends like mpv as possible.
SMPlayer - full-featured, cross-platform and skinable with advanced features and YouTube and Chromecast support that can use MPlayer or mpv. Available for Microsoft Windows, Linux and macOS, and written in C++ with Qt4/Qt5
Sugoi Player - media player on Windows forked from Baka MPlayer, with Qt5 widgets, written in C++. It aims to improve upon and continue development of an mpv frontend based on Baka MPlayer, since Baka MPlayer’s development stalled in January 2017.
xt7-player-mpv - Linux media player with Qt5 or Qt4 widgets, written in Gambas 3. Its goal is usability, and a variety of extra features like YouTube and SHOUTcast integration, media tagging, library and playlist management, as well as adding more features beyond that.