
v16.1 [Mar 26, 2018]
- New: MPlayer OSX Extended now requires macOS 10.7+ and is 64bit-only.
- New: Touch up player window, now using vector graphics for high-dpi screens.
- New: Remove need for rebuilding font cache (might need to reselect font in preferences).
- New: Add support for HTTPS streaming.
- Improvements: Define UTIs for supported file types (so that Finder/Spotlight recognize them as movie/audio files).
- Improvements: Enable automatic detection of multibyte encoded subtitle files by default.
- Fix crash on startup on macOS 10.13.
- Fix scrubbing bar not visible on macOS 10.11+.
- Fix video interpolation on macOS 10.11+.
- Fix cursor sometimes not unhiding when exiting fullscreen.
- Fix enabling video equalizer preventing playback.
- Fix all keys beeping when video equalizer is enabled.
- Fix skipping backwards in playlist from player window.
- Fix window sizing on retina screens.
v15.0 [Jun 18, 2014]
- Add option to open files in either new or frontmost window, optionally reusing idle windows when possible.
- Updated help (big thanks to Bilal Hussain!).
- Add menu items to play previous/next episode (Bilal Hussain).
- Add menu item to reset the volume.
- Improved support for multichannel audio.
- Updated file type and preferences icons (thanks to Bilal Hussain and Yummygum).
- The App is now code-signed for Mountain Lion and Mavericks.
- Add proxy icon to window title (Bilal Hussain)
- Inspector title is now a label - double click to edit.
- Improved inspector layout (Johan Lundström).
- Better skip icons in player window (Johan Lundström).
- Use 00:00:00 for undefined timestamps instead of xx:xx:xx (Johan Lundström).
- Only show the application name in the title bar if no file is open (Dako).
- Add fit to screen window sizing option to menu as well (Dako).
- Auto-detect number of output channels of current audio device, add option to override.
- Add support for more default MPlayer keybindings.
- Try to play files even if extension is missing or unknown.
- Cleaned up file types and type descriptions (Bilal Hussain).
- Use BT.709 color matrix for HD video (Stefano Pigozzi).
- Make ontop option a toggle and split off "only while playing", allowing to make a menu command to toggle ontop.
- Application size down 38% by dropping PPC support, removing unnecessary libraries and only needing one MPlayer binary now that FFmpeg-MT has been merged.
- Fix menu bar not disappearing in Mavericks in some cases.
- Work around exception when opening the open panel.
- Fix blank open dialog and fullscreen scrubbing bar flicker.
- Fix and improve sleep prevention (allow sleep when playing only audio or while paused).
- Keep window on screen when resizing using the menu commands.
- Fix video size not matching actual display size of video.
- Fix blacking windows not having the same window level as the main window.
- Fix MPlayer and OS X channel layouts not matching for multichannel audio.
- Fix volume being reset after changing audio tracks.
- Fix playing VIDEO_TS folders with a dash in their path.
- Fix audio stream cycling using the '#' key.
- Fix some preferences items not prompting for playback restart.
- Fix subtitle scale set in inspector being applied incorrectly (Johan Lundström).
- FFmpeg-MT has been merged into main FFmpeg! No longer separate binaries for the two.
- Set up build system from scratch and removed lots of libraries. Now using system libraries where possible, removed features should be covered by ffmpeg.
- Includes support for 10bit h264.
- Fix for AC3 and DTS passthrough.