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-28Constify strings to conform C++ standard.Kacper Michajłow
2016-05-28Cleanup includes to improve incremental builds time.Kacper Michajłow
2015-05-16Fix compilation of BaseVideoFilter after dd76637af4f9e24f1aa5ad645a5d4b65553c...Underground78
2014-05-03VSFilter: Pass through dwTypeSpecificFlags and dwInterlaceFlags.kasper93
2014-03-15BVF: Pass through colorimetry informationLord
2013-11-21Avoid possible null dereferences.Underground78
2013-11-05Get rid of comma in delete statements.XhmikosR
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-03-31Cppcheck fixes:XhmikosR
2013-01-26Cosmetics: Use the GCD function when possible and rename it to use English.Underground78
2012-11-12Properly enable memory leak detection.Underground78
2012-07-25remove the svn keyword Idxhmikosr
2012-07-21put back the ";" in macro calls; better be consistent. Remove excessive inde...XhmikosR
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
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-05-20use UNREFERENCED_PARAMETER instead of UNUSED_ALWAYS which is always availableXhmikosR
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-06MPCVideoDecFilter: do not use NV12, YV12 and YUY2 if width or height is not e...v0lt
2012-04-21cosmeticsv0lt
2012-04-10License header changes for consistencyXhmikosR
2012-02-05apply astyleXhmikosR
2011-11-27Change : little fix and code rewrite;Aleksoid
2011-10-21Revert r3787Nevcairiel
2011-10-21Change : VSFilter improvements from Direct264, Ticket #1728;Aleksoid
2011-08-11Fix ~130 C4018 warnings (signed/unsigned mismatch).Underground78
2011-08-09Warning fixes:Underground78
2011-08-07various #include cosmeticsXhmikosR
2011-08-05reduce some variables scope (this should fix ~30 cppcheck warnings)XhmikosR
2011-08-01whitespace cleanup, headers cleanup, copyright year updateXhmikosR
2011-06-22Fixed vertical padding in VSFilterclsid2
2010-12-17apply astyle formattingXhmikosR
2010-11-07fixed internal filter hangs with certain AR since r2667sansnom05
2010-10-03-fixed one memory leaksansnom05
2010-09-05cleanupXhmikosR
2010-08-24Prevent a null pointer exception.Nevcairiel
2010-05-29A lot of compiler L4 warnings fixed (some warnings disabled)kinddragon
2010-05-21DSUtil now use new VirtualDub libraries (SSE2 deinterlacing for MPEG2 decoder)kinddragon
2010-05-16Some warnings fixed (uninitialized local variable, unused local variable, com...kinddragon
2010-04-09revert r1783XhmikosR
2010-04-09astyle formatting cleanup to make the sourcecode more accessibletetsuo55
2010-02-21Rename a few remaining StdAfx.h to stdafx.h (lowercase), and change all #incl...povaddict
2010-02-19Changed C casts to C++ casts and some code formatting correctionsjonasno
2010-02-10Rename several directories to use MixedCase instead of lowercase.povaddict