Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Releases: sttz/MPlayer-OSX-Extended

MPlayer OSX Extended revision 16

24 Jan 19:36
Compare
Choose a tag to compare

MPlayer OSX Extended now requires macOS 10.7+ and is 64bit-only

  • Touch up player window, now using vector graphics for high-dpi screens
  • Remove need for rebuilding font cache (might need to reselect font in preferences)
  • Define UTIs for supported file types (so that Finder/Spotlight recognize them as movie/audio files)
  • Add support for HTTPS streaming
  • 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
  • Update Sparkle and PFMoveApplication
  • New MPlayer build from 24. January 2018 (r38017)

MPlayer OSX Extended revision 16 test 3

16 Jan 20:03
Compare
Choose a tag to compare
Pre-release
  • Touch up player window, now using vector graphics for high-dpi screens
  • Fix interface and subtitle text not rendering
    • Add fallbacks if font or style doesn't exist
    • Last-ditch fallback if font file cannot be found
    • Fix style not updating when changing fonts

MPlayer OSX Extended revision 16 test 2

04 Jan 18:53
Compare
Choose a tag to compare
Pre-release

MPlayer OSX Extended now requires macOS 10.7+ and is 64bit-only

  • Fix crash on startup on macOS High Sierra (10.13)
  • Remove Fontconfig, now that libass no longer needs it (no more hanging at startup)
  • Fix window sizing on retina screens
  • Update Sparkle
  • Update PFMoveApplication
  • New MPlayer build from 1. January 2018 (r38010)

MPlayer OSX Extended revision 16 test 1

04 Dec 21:22
Compare
Choose a tag to compare
Pre-release

Note: A previous build crashed XProtect due to a circular library dependency (FreeType now depends on HarfBuzz and vice versa). Redownload the build if you downloaded it previously and couldn't open it.

More than two years since the last release. Thanks for your patience!

  • Fix scrubbing bar not visible on OS X 10.11
  • Fix video not being interpolated correctly on OS X 10.11
  • Fix curosr sometimes staying hidden when exiting fullscreen
  • Define UTIs for supported file types (so that Finder/Spotlight recognize them as movie/audio files)
  • Fix enabling video equalizer preventing playback
  • Fix skipping backwards in playlist from player window
  • Fix all keys beeping when video equalizer is enabled
  • Fix leaks in the font listing code
  • New MPlayer build from 4. December 2015 (r37561)

P.S: For those interested, I was busy completing this game project: https://playfeist.net/

MPlayer OSX Extended revision 15

10 Nov 16:25
Compare
Choose a tag to compare

This updated requires OS X 10.6 and an Intel processor. OS X 10.5 and PPC are no longer supported.

New

  • 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).

Improvements

  • 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.

Fixes

  • 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).

New MPlayer build from 10. November 2013 (r36505)

  • 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.

MPlayer OSX Extended revision 15 test 3

10 Nov 12:27
Compare
Choose a tag to compare
Pre-release

This updated requires OS X 10.6 and an Intel processor. OS X 10.5 and PPC are no longer supported.

  • Auto-detect number of output channels of current device, add option to override.
  • Fix menu bar not disappearing in Mavericks in some cases.
  • Fix video size not matching actual display size of video.
  • Fix MPlayer and OS X channel layouts not matching for multichannel audio.
  • Fix blacking windows not having the same window level as the main window.
  • Fix playing VIDEO_TS folders with a dash in their path.
  • Work around exception when opening the open panel.
  • Fix display name being blank
  • New MPlayer build from 3. November 2013 (r36500)