Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-08-28Update LAV Filters to 0.70.2-71-g19e8ac72 (custom build based on ↵Kacper Michajłow
0.70.2-66-g2de18acd).
2017-08-28Update MediaInfoLib to v0.7.98.XhmikosR
2017-08-28Update ZenLib to v0.4.36.XhmikosR
2017-08-28Update lcms2 to d8a36d0.Kacper Michajłow
2017-08-28Update RARFileSource.Kacper Michajłow
2017-08-28Update Sanear.Kacper Michajłow
2017-08-28Sanear: Add "Ignore system channel mixer" option.Kacper Michajłow
2017-08-16Compilation.md: Minor wording change.Kacper Michajłow
2017-08-16Update Compilation.md (#189)kongfl888
After 0c921bc.
2017-08-13Update LAV Filters to 0.70.2-40-gfc49d878 (custom build based on ↵Kacper Michajłow
0.70.2-35-ge3c6f38a).
2017-08-13Subtitles: Add cache for alpha mask.Kacper Michajłow
2017-08-13Subtitles: Refactor rasterizer.Kacper Michajłow
- Implemented more vectorized SSE2 version and add AVX2 version. - Vectorized all draw operations, not only a few of them. - Few times faster with certain subtitles Fixes #5036
2017-07-31Update rapidjson to v1.1.0.XhmikosR
2017-07-31Updated tinyxml2 to v5.0.1XhmikosR
2017-07-31Update nanosvg to 9a74da4.XhmikosR
2017-07-30Add new define for installer with D3DCompiler version.Kacper Michajłow
Fixes installer build after 3e5afbc869f00f11d5b8349156185719814dbaf3 Add some asserts to not forget to update defines when neccessery. Add environment varaible to control Windows SDK build. Switch to 8.1 SDK. Add wrapper for VersionHelpers.h
2017-07-30Update Compilation.md.XhmikosR
Mention MSYS2, XP removal and a few tweaks.
2017-07-30Added Transifex link (#185)Conder000
* Added link to Transifex * Minor edits * Minor edits * Edited OS support line * docs/Readme.txt synced with Readme.md
2017-07-29End of support for Windows XP.Kacper Michajłow
Over three years ago Microsoft ended support for Windows XP. Today we do the same. If you still using this system we strongly encourage to update to a supported, secure operating system.
2017-07-29VSFilter: Change resampling of DVB/PGS subs to bicubic.Kacper Michajłow
It looks little bit better. This commit also fixes x64 build, because VD have a bug in VDPixmapStretchBltBilinear() and we actually need only resample because format is the same. Also this is faster because have SSE2 version.
2017-07-29Update Unrar to v5.5.7.XhmikosR
2017-07-29Update Changelog.XhmikosR
2017-07-29Update Todo.md.XhmikosR
2017-07-23Split MPEG source filter into PS and TS variant.clsid2
This makes it easier to use an external source filter for one of these variants. Signed-off-by: clsid2 <clsid2@users.sourceforge.net>
2017-07-23Update changelogKacper Michajłow
2017-07-22Fixed DPI scaling of non-client areas in main windowclsid2
2017-07-22Fallback exception handling for when crash reporter is unavailable (#183)clsid2
2017-07-22Fix hash calculation for files with Unicode paths. This fixes search on ↵clsid2
OpenSubtitles for such files. Signed-off-by: clsid2 <clsid2@users.sourceforge.net> Closes #182.
2017-07-22Update changelog.XhmikosR
2017-07-22Updated sanear to v0.3.XhmikosR
2017-07-22Make VS2017 the default compiler.XhmikosR
2017-07-22Update Little-CMS to v2.9 4be486f.XhmikosR
2017-07-22Update todo.XhmikosR
2017-07-22CMemSubPicAllocator: Remove duplicated member that holds the same info.Kacper Michajłow
Fixes rendering in Avisynth. Closes #179
2017-07-22Do not restore position if dialog would not be visible.Kacper Michajłow
Fixes subtitle downloader dialog being opened on disabled monitors.
2017-07-22Build: Add support for VS2017.Kacper Michajłow
2017-07-161.7.13.XhmikosR
2017-07-16Update LAV Filters to v0.70.2.XhmikosR
2017-07-161.7.12.XhmikosR
2017-07-04Update MediaInfoLib to v0.7.97.XhmikosR
2017-07-04Update Little CMS to v2.8 (d41071e).XhmikosR
2017-07-04Update LAV Filters to 0.70.1.XhmikosR
2017-07-04Update Unrar to v5.5.6.XhmikosR
2017-06-03Add context menu option to copy subtitle or website URL to clipboard.ioannis
2017-06-03docs/Compilation.md: update for GCC 7.1.0.XhmikosR
2017-06-03Update Little CMS to v2.8 (d168300).XhmikosR
2017-06-03Update MediaInfoLib to v0.7.96.XhmikosR
2017-06-03Move old changelog entries to Changelog_old.txt.XhmikosR
2017-06-03Update LAV Filters to v0.69-91-gfc7ea58d.XhmikosR
2017-06-03Switch to SSE2.XhmikosR