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 (Collapse)Author
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
Microsoft recommends to avoid using NULL or zero (0) as a null pointer constant since nullptr is less vulnerable to misuse and works better in most situations. Also fix some cases where NULL was used instead of 0 or FALSE.
2013-03-13NullRenderers.cpp: run astyle and update copyright year.XhmikosR
2013-03-11NullUAudioRenderer: added possibility to create audio data dumpv0lt
2013-01-17check return valueXhmikosR
2013-01-06Revert "Replace ZeroMemory() with SecureZeroMemory(). The MSDN article for ↵XhmikosR
ZeroMemory says: "To avoid any undesired effects of optimizing compilers, use the SecureZeroMemory function."" This reverts commit 0533530d9f661b0ec19756382a8c99b679182b5f. Conflicts: src/thirdparty/ResizableLib/ResizableState.cpp src/thirdparty/TreePropSheet/TreePropSheet.cpp
2012-12-27Replace ZeroMemory() with SecureZeroMemory(). The MSDN article for ↵XhmikosR
ZeroMemory says: "To avoid any undesired effects of optimizing compilers, use the SecureZeroMemory function."
2012-11-12Properly enable memory leak detection.Underground78
Use MS define DEBUG_NEW.
2012-11-02* Remove void from the parameter listXhmikosR
* Add default constructors/destructors
2012-08-24remove extra space from private, protected and public keywordsXhmikosR
2012-08-22DSUtil:XhmikosR
* initialize a few variables in the constructor * remove a few unneeded variables * reduce variable scope
2012-08-12Add NV12 to CNullUVideoRenderer as accepted format.JanWillem32
2012-07-25remove the svn keyword Idxhmikosr
2012-06-18break a few long linesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5179 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-18consistently use DNewXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5178 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-16use double quotes for our includesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5146 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
Note: if you have any local patches just run astyle.bat git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5110 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-08* NullRenderers.cpp: remove unneeded #pragma warning directiveXhmikosR
* FfmpegContext.cpp: fix typo in comment git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5048 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-05remove unneeded linesXhmikosR
patch by thevbm git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5015 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-10License header changes for consistencyXhmikosR
most part of patch is by thevbm git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4330 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-10apply astyleXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4329 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-03Fix : Crash with "Null (uncompressed)"; ticket #1589;Aleksoid
Fix : broken playback and picture on H.264 & MPEG2 interlaced in DXVA mode on intergrated Intel adapter, fix filling DXVA_Slice_H264_Long(for H.264) & DXVA_SliceInfo(for MPEG2) structure; Remove unused code; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4245 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-24cfixed typos, removed duplicates, clean up.v0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4183 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-02-05apply astyleXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4039 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-12-02Fix : MP4Splitter - unable to playback some MP4 files larger than 4GB (some ↵Aleksoid
programs, for example - Cyberlink PowerDirector, remain 'ATOMS' at the end of MP4 files); Change : Correct width of ComboBox in decoder settings, thanks to kasper93; Small code refactoring; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3869 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-01whitespace cleanup, headers cleanup, copyright year updateXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3526 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-12-17apply astyle formattingXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2786 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-12DSUtil: applied astyle formattingXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2533 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-05cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2478 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-27fixed some #includes in DSUtil, and removed a couple of unreadable commentsXhmikosR
Patch by Superb git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2362 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-04-09revert r1783XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1785 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-04-09astyle formatting cleanup to make the sourcecode more accessibletetsuo55
switch used: astyle --style=ansi --min-conditional-indent=0 --pad=oper --unpad=paren http://astyle.sourceforge.net/ git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1783 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-04-02Cosmetic changes to DSUtil (patch by Tetsuo55 - Told you I'd get you coding ↵Spec-Chum
one day!) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1775 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-21Rename a few remaining StdAfx.h to stdafx.h (lowercase), and change all ↵povaddict
#includes to match. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1686 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-10Rename several directories to use MixedCase instead of lowercase.povaddict
They now mostly match the case used in #includes, and they're consistent with the names of the .h files they contain. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1648 10f7b99b-c216-0410-bff0-8a66a9350fd8