Skip to content

Releases: clsid2/mpc-hc

Development Builds

03 Mar 19:09
Compare
Choose a tag to compare
Development Builds Pre-release
Pre-release

Below are development builds for testing purposes.

Latest development build: 2.0.0.167 (October 27th 2023)

Latest stable release build: 2.0.0
https://github.com/clsid2/mpc-hc/releases/tag/2.0.0

2.0.0

11 Jan 20:29
Compare
Choose a tag to compare

Last week it was exactly 2000 days (5.5 years) since I have taken over MPC-HC development, so a good time to finally make the bump to version 2.0.0.0.
Donations are appreciated.

Changes from 1.9.24 to 2.0.0:

Updates:

  • Updated LAV Filters to version 0.77.1-1-g6f78a
  • Updated MediaInfo DLL to version 22.12

Changes/additions/improvements:

  • When A-B repeat is active, HOME button now seeks to A position instead of beginning.
  • Add support for new LayoutResX/Y ASS subtitle header.
  • Correctly apply scaling to blur tag in ASS subtitles.
  • Some improvements to the FreeType fallback path for font rendering. Fixes rare issue of missing text with certain complex fonts that fail with GDI.
  • Added new advanced option MouseLeftUpDelay. This delays the left click action on the video area in anticipation of a double-click. Can be used to prevent unwanted pausing when toggling fullscreen. Suggested value is 250ms. Disabled by default.

Fixes:

  • Fixed a decoding issue with certain TrueHD audio streams
  • Filename was wrong when saving downloaded subtitle when moving to next file in folder/playlist
  • Fixed style issue with embedded WebVTT
  • Fixed hang in SaveThumbnails on seek failure with an incomplete file
  • Fixed issue with seekbar safezone in the case that video area is hidden
  • Several other small fixes

Development Builds

27 Nov 21:36
Compare
Choose a tag to compare
Development Builds Pre-release
Pre-release

Below are development builds for testing purposes.

Latest development build: 1.9.24.51 (December 30th 2022)

Latest stable release build: 1.9.24
https://github.com/clsid2/mpc-hc/releases/tag/1.9.24

1.9.24

12 Nov 14:54
Compare
Choose a tag to compare

Changes from 1.9.23 to 1.9.24:

Updates:

  • Updated LAV Filters to version 0.77-1-gfd3c1
  • Updated MediaInfo DLL to version 22.09

Changes/additions/improvements:

  • Re-added support for nested M3U/PLS inside M3U playlist
  • Store device name of selected fullscreen monitor in addition to the display name. This allows selecting the correct monitor in the situation where Windows shuffles display names around.
  • Properly handle NONE as value for YCbCr Matrix subtitle header
  • Added freetype font rendering path as fallback for characters that fail to render with GDI.
  • Support loading subtitles from subfolder "\subs\FILENAME"

Fixes:

  • Fixed some issues with AB repeat
  • Several other small fixes

Development Builds

23 Oct 22:34
Compare
Choose a tag to compare
Development Builds Pre-release
Pre-release

Below are development builds for testing purposes.

Latest development build: 1.9.23.28 (November 11th 2022)

Latest stable release build: 1.9.23
https://github.com/clsid2/mpc-hc/releases/tag/1.9.23

1.9.23

26 Aug 15:05
Compare
Choose a tag to compare

Changes from 1.9.22 to 1.9.23:

Updates:

  • Updated LAV Filters to version 0.76.1-25-g24efe

Changes/additions/improvements:

  • Some font related efficiency improvements for rendering the player menu
  • Thumbnail sheet now uses a dark background color if dark theme is enabled

Fixes:

  • Fixed an issue with manual rotation with EVR-CP for videos that already had automatic rotation
  • Fixed an issue with parsing background color tags in WebVTT subtitles
  • Fixed a regression with YDL preferred video format setting
  • Several other small fixes

Development Build

27 Jun 11:31
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Below are development builds for testing purposes.

Latest development build: 1.9.22.38 (August 24th 2022)

Latest stable release build: 1.9.22
https://github.com/clsid2/mpc-hc/releases/tag/1.9.22

1.9.22

26 Jun 19:15
Compare
Choose a tag to compare

Changes from 1.9.21.2 to 1.9.22:

Updates:

  • Updated MediaInfo DLL to version 22.06

Changes/additions/improvements:

  • Added support for rendering subtitles on DX11 surface. This is utilized by MPC Video Renderer (version 0.6.0 and above) in DX11 mode.
  • Added option to automatically save a downloaded subtitle file. When enabled it saves the active subtitle when closing the video file.
  • Added advanced option to specify preferred audio format (AAC/Opus) when streaming from Youtube.
  • The command line parameter /play without further parameters will now resume last opened file.
  • The command line parameter /pns now also supports explicit position and zoom values.
  • Added support for rendering WebP image with internal filters.
  • Added advanced option to specify image display duration. This setting is only supported by "Generate Still Video" and "MPC Image Source" filters. Generate Still Video seems to use a minimum of 10 seconds, so be aware of that. Image formats rendered by the internal LAV Filters will now have infinite duration (at 1 fps) so they are no longer quickly skipped over in a playlist. Custom duration is not supported by that filter.
  • The "Playlist" context menu option on the Formats options page now controls whether the "Add to Playlist" context menu entry is created.
  • AB repeat values are now remembered when file is reloaded after resuming from sleep.
  • When saving MPCPL playlist file, it now always uses relative paths when logical.

Fixes:

  • Fixed regression with moving subs up/down.
  • Fixed an issue with WebVTT subtitles when changing playback rate.
  • Fixed an issue with FullscreenSeparateControls option when moving to next file.
  • A few small bug fixes.

Development Build

09 May 14:52
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Below are development builds for testing purposes.

Latest development build: 1.9.21.59 (June 24th 2022)

Latest stable release build: 1.9.21
https://github.com/clsid2/mpc-hc/releases/tag/1.9.21

1.9.21.2

15 Apr 20:50
Compare
Choose a tag to compare

Changes from 1.9.20 to 1.9.21.2:

Updates:

  • Updated MediaInfo DLL to version 22.03

Changes/additions/improvements:

  • Added option to keep player controls visible on current monitor when showing fullscreen video on another monitor
    Options > Advanced > FullscreenSeparateControls
    Options > Playback > Fullscreen > Fullscreen Monitor
  • AB Repeat markers are now saved in file history (when remember position is enabled)
  • Improved positioning of PGS subtitles
  • Setting volume through command line now also unmutes
  • Reverted change in previous version that would reset remembered file position after reaching 95% of duration

Fixes:

  • Fixed issue that could give low resolution subtitle when using fullscreen exclusive mode in MPCVR
  • Fixed issue that could give low resolution subtitle when switching from PGS to a text-based subtitle type
  • Fixed issue with VMR9 renderer where external subtitles would not adjust to playback rate changes
  • A few other minor fixes