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
AgeCommit message (Expand)Author
2017-08-28Do not pass incompatible object to variadic functions.Kacper Michajłow
2017-08-28Fix ambiguous ternary operators.Kacper Michajłow
2017-08-15Fixes after alpha mask recent changes.Kacper Michajłow
2017-08-15Remove unused function.Kacper Michajłow
2017-08-13Subtitles: Use std::sort instead qsort.Kacper Michajłow
2017-08-13Subtitles: Use FastTrim in hot paths.Kacper Michajłow
2017-08-13Subtitles: Add cache for alpha mask.Kacper Michajłow
2016-05-28Cleanup includes to improve incremental builds time.Kacper Michajłow
2016-05-02Fix few warnings.Kacper Michajłow
2016-04-12Text subtitles: Use the already detected LCID when possible.Underground78
2016-04-12Move ISO languages related code to its own files.Underground78
2016-03-14Fixes #5761, Append language code when saving subtitles fileioannis
2016-01-08Rewrite subtitles downloading frameworkioannis
2015-12-22Changed the Subtitles library timestamp to REFERENCE_TIME.slydiman
2015-08-02Fix some "declaration hides previous declaration" warnings.Underground78
2015-07-20Pass STSStyle as const reference to fix warning C4239.Kacper Michajłow
2015-07-20Don't check for SSE2 on runtime if it is guaranteed to be available.Kacper Michajłow
2015-04-10Subtitle renderer: Improve the compatibility of the polygon parser.Underground78
2015-03-02Suppress type mismatch warnings.Kacper Michajłow
2015-02-16ISR: Add colorspace conversion to match video.kasper93
2015-02-16Use new color conversion methods for PGS and DVB subtitles.kasper93
2014-11-11Position the text subtitles relative to the video frame by default.Underground78
2014-11-11Text subtitles: Don't fail too hard if an opaque box cannot be allocated.Underground78
2014-11-11Text subtitles: Fix a crash in case of memory allocation failure.Underground78
2014-11-11AStyle: Increase max-instatement-indent from 40 to 65.Underground78
2014-11-11DSUtil: Remove duplicated function "FileExists".Underground78
2014-10-26Text subtitles: "opaque box" outlines will now be drawn even if the border wi...Underground78
2014-10-26Text subtitles: Opaque boxes were scaled twice.Underground78
2014-10-20Initializer list order fixes.XhmikosR
2014-09-20Properly catch a bad allocation exception.kasper93
2014-09-20Subtitles: Add z-cord limit removed in 8f3d30412adad6bfa152c6ebf8738965bb79cf28.kasper93
2014-09-01Subtitle renderer: Add a cache for the ellipses used to render the outlines.Underground78
2014-09-01Subtitle renderer: Move all cache instances in a structure for easier use.Underground78
2014-09-01Subtitle renderer: Avoid creating some temporary strings.Underground78
2014-09-01Subtitle renderer: Add a cache for polygons.Underground78
2014-09-01Subtitle renderer: Optimize polygon parsing.Underground78
2014-09-01Subtitle renderer: Optimize the overlay cache.Underground78
2014-09-01Subtitle renderer: Optimize the outline cache.Underground78
2014-07-18CMyFont: Check that the fallback CreateFontIndirect doesn't fail in debug mode.Underground78
2014-07-13RTS: Allow to put subtitles higher than video frame with overridekasper93
2014-07-13ISR: Add a mode that automatically chooses the rendering target for text subt...Underground78
2014-07-10RTS: Optimize alpha mask creation. Over 5 times faster than before forkasper93
2014-07-10Rasterizer: Remove VirtualDub dependency to detect SSE2.kasper93
2014-07-10RTS: Use SSE2 conversion for rounding.kasper93
2014-07-10RTS: Fix artifacts after scaling due to improper rounding.kasper93
2014-07-10CPolygon: Cosmeticskasper93
2014-07-08RTS: Call Delete() for string only once for one point.kasper93
2014-07-08RTS: Don't initialize useless CRect object.kasper93
2014-07-08RTS: Properly detect memory allocation failures.kasper93
2014-07-07RTS: Support floating point values in drawing commands.kasper93