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-28Fix some compilation warnings.Kacper Michajłow
2017-08-28Do not pass incompatible object to variadic functions.Kacper Michajłow
2017-08-28Fix ambiguous ternary operators.Kacper Michajłow
2017-08-28Constify strings to conform C++ standard.Kacper Michajłow
2016-05-02Fix few warnings.Kacper Michajłow
2015-11-14Fix a few size specifiers.XhmikosR
2014-08-03ISR: Remove "Round up to power of two" option.Underground78
2014-08-03Subtitle queue: Give more control on the queue policy when it runs late.Underground78
2014-08-03ISR: Animated subtitles: Add the ability to control the animation rate.Underground78
2014-08-03ISR: Add the ability to choose at which state an animated subtitle will be re...Underground78
2014-08-03Put the subpic queue settings in a structure for easier use and extensibility.Underground78
2014-08-03ISR: Add the ability to disable subtitle animation even when using no buffering.Underground78
2014-06-05Cosmetic changes.XhmikosR
2013-11-23Update to astyle v2.04.XhmikosR
2013-10-27Fix/silence some warnings (mostly C4244 and C4267 "possible loss of data").Underground78
2013-10-27VSFilter: Use the "secure" version of the string functions when possible.Underground78
2013-10-27Avoid useless conversion to CStringA.Underground78
2013-10-12Change "Gabest" to "MPC-HC".XhmikosR
2013-08-21Whitespace cosmetics.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-01-15update copyright year for the modified filesXhmikosR
2013-01-13fix VSFilter x64 compilationXhmikosR
2013-01-12Fix VSFilter compilation after fd11028d826de05d59f7cfbe2e616a620524d5f1.Underground78
2013-01-03use the type specifier instead of a cast for floatXhmikosR
2012-11-12Properly enable memory leak detection.Underground78
2012-07-28use the SAFE_DELETE, SAFE_DELETE_ARRAY and SAFE_RELEASE macros in more placesxhmikosr
2012-07-25remove the svn keyword Idxhmikosr
2012-06-24remove unneeded typedefsXhmikosR
2012-06-16use double quotes for our includesXhmikosR
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-06-10apply astyleXhmikosR
2012-06-02Cosmetics: make the return statements consistent.Underground78
2012-05-30[VSFilter] Fix the C4706 warnings.Underground78
2012-05-29[VSFilter] Fix some C4244 warnings.Underground78
2012-05-27use a space after if, for, whileXhmikosR
2012-05-19Fix some ICL12 warnings (#557 and #810) (mostly pointer truncations for x64 b...Underground78
2012-05-18use "DNew" instead of "new" for consistencyXhmikosR
2012-05-14Replace some functions by their secure version.Underground78
2012-05-11use for (;;) instead of while (TRUE) or while (1)XhmikosR
2012-05-11remove commented linesXhmikosR
2012-04-29VSFilter/plugins.cpp: remove unneeded codeXhmikosR
2012-04-23remove all vsfiltermod code except from Transform_SSE2 which is still disabledXhmikosR
2012-04-23Remove SSF supportXhmikosR
2012-04-18VSFilter: use _WIN64 for consistencyXhmikosR
2012-04-15Clean up AdditionalIncludeDirectories for FLACSource and MpaDecFilterXhmikosR
2012-04-10License header changes for consistencyXhmikosR
2012-02-05apply astyleXhmikosR
2011-08-17*update changelogXhmikosR
2011-08-11remove unneeded parentheses from return true/false statementsXhmikosR
2011-08-11fix all C4018 warnings for VSFilterXhmikosR