Skip to content

2.0.0

Compare
Choose a tag to compare
@clsid2 clsid2 released this 11 Jan 20:29
· 486 commits to develop since this release

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