Releases: clsid2/mpc-hc
2.1.2
Donations are appreciated. Big thanks to those who donated previously.
Changes from 2.1.0 to 2.1.2:
Changes/additions/improvements:
- Added light version of the modern theme. Modern theme is now enabled by default. (Options > Player > Theme)
- Added advanced option to use MediaInfo to gather file durations when adding files to playlist
- Added support for multi-select in subtitle download dialog
- The "Add containing folder" action for playlist now inserts directly after the selected item
- Added a settings button on output settings page to open video renderer settings for MPCVR and MadVR.
Fixes:
- Fixed issue with libass and adjusting playback rate
- Fixed issue where libass did not work for SRT if file did not use UTF8
- Fixed mimetype related issue that prevented embedded fonts to be loaded for libass with certain files
- Fixed issue where window position/size was not remembered correctly if window had small size
2.1.1
Version 2.1.2 is now available with a small bugfix.
Development Builds
Below are development builds for testing purposes.
Latest development build: 2.1.0.28 (November 7th 2023)
Latest stable release build: 2.1.0
https://github.com/clsid2/mpc-hc/releases/tag/2.1.0
2.1.0
Changes from 2.0.0 to 2.1.0:
Updates:
- Updated LAV Filters to version 0.78
- Updated MediaInfo DLL to version 23.10
- Updated MPC Audio Renderer
- Updated all other third party libraries
Changes/additions/improvements:
- Added OpenSubtitles.com subtitle search provider. The existing OpenSubtitles.org provider is scheduled to stop working at the end of 2023. Note: you need a new login for OpenSubtitles.com
- Video preview can now also be placed below the seekbar. See: Options > Tweaks
- The internal subtitle renderer now has an option to use libass for rendering
- Some improvements related to the advanced option for separate fullscreen
- Added right-click actions to some of the toolbar buttons:
Play = Open File, Stop = Close File, Skip Back = Previous File, Skip Forward = Next File, Frame Step = Frame Step Backwards (seek), Mute = Toggle Next Audio Track - Support scanning of ATSC channels
- Playlist is now docked to the right side by default. You can drag it to bottom/left/top if you prefer those locations. Or even outside player window.
- Drag&drop/LoadSubtitle/ToggleSubtitle now also work with DirectVobSub and XySubFilter
- HEVC hardware decoding is now disabled by default (on fresh install or settings reset) for Intel Haswell/Broadwell GPUs. These older GPUs have slow partially accelerated decoding and software decoding may be preferred for stability. You can of course still enable it if desired.
Fixes:
- A few DPI scaling fixes for problems that occurred when moving between two screens with different DPI
- Fixed an issue with DVB subtitles not working during live playback
- Fixed an issue changing subtitle default style through styles dialog
- Fixed Pan&Scan movement being wrong for rotated video with MadVR
- Several other small fixes
Development Builds
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
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
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
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
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
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