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
2012-06-22MatroskaMuxer.cpp: fix a C4267 warningXhmikosR
PPageFormats.cpp: tabs to spaces git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5231 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5211 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-17*.def files: tabs to spacesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5156 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-17keep one line statements, various indentation cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5155 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-17rename REGISTER_FILTER to STANDALONE_FILTERXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5154 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-09fixed some warnings and typos, cosmeticsv0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5063 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-03Fix some x64 specific C4244 warnings.Underground78
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4986 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-02Cosmetics: make the return statements consistent.Underground78
Patch partially by XhmikosR. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4978 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-29guard the WIN32_LEAN_AND_MEAN/VC_EXTRALEAN defines and consistently use themXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4941 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-27use a space after if, for, whileXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4907 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation ↵Underground78
is safer than just doing sizeof(array)/sizeof(array[0]) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4801 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4710 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4690 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-11use for (;;) instead of while (TRUE) or while (1)XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4688 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-10use _DEBUG for consistencyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4675 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-09Use secure version of *fopen.Underground78
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4650 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-08Use secure version of the string copy functions.Underground78
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4643 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-07remove unneeded AdditionalLibraryDirectories now that AdditionalDependencies ↵XhmikosR
are cleaned up in r4619 and r4621 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4630 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-07clean up AdditionalDependencies; They are not really needed for VS2010 as ↵XhmikosR
long as the dependent projects are referenced git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4619 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-04include InitGuid.h when it's neededXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4576 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-01move the defines for the filters' names to their headers for the rest of the ↵XhmikosR
filters git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4561 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-27apply astyle and move a couple of includes along with the others in ↵XhmikosR
Rasterizer.cpp git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4515 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-23Remove SSF supportXhmikosR
Patch mostly by demi_alucard This commit fixes ticket #2220. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4480 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-22Use secure functions for the CRT functions which have "Secure Template ↵Underground78
Overloads" available. Patch mostly by XhmikosR. This commit fixes ticket #2208. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4478 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-20revert r4443 and r4445XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4451 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-20Use secure CRT functions. Patch mostly by XhmikosR.Underground78
This commit fixes ticket #2208. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4443 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-15move BaseClasses to the thirdparty folderXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4390 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-11move common ResourceCompile options to common.propsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4340 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-10move the TargetMachine option to common.propsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4325 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-31cosmetics in the filters' names for consistencyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4226 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-02-12Add : Support VP30/31 support.Aleksoid
remove some C4018 warning; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4066 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
2012-01-31* change OutDir to "bin" instead of "bin10" now that we only use MSVC 2010XhmikosR
* remove the "vs2010" suffix from the solution files and build.bat * remove the "gcc" suffix from libavcodec.vcxproj git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4020 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-10-19simplify the PrecompiledHeader property in the project filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3784 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-20clean up preprocessor definitionsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3685 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-11Fix ~130 C4018 warnings (signed/unsigned mismatch).Underground78
Patch partially by XhmikosR. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3637 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-09* simplify ExcludedFromBuild ConditionXhmikosR
* set "resource.h" as ClInclude in all projects and exclude it where it's not needed * fix a C4305 warning introduced in r3620 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3624 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-07various #include cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3603 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-03cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3556 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
2011-07-28* actually remove VSFilter_2010.slnXhmikosR
* correctly set /arch:SSE for Win32 builds only * move lgLcd.lib to mplayerc.vcxproj * remove any midl references from the projects * disable all warnings for more 3rd party libs for both Debug and Release builds like libpng git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3495 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-22cleanup inherited PreprocessorDefinitions, don't use a hardcoded path to ↵XhmikosR
version.h git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3453 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-09filters: don't use a hardcoded path to Version.h, add the path to version.h ↵XhmikosR
to the projects git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3354 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-09add VersionInfo for the standalone filters WavDest, AudioSwitcher, ↵XhmikosR
BufferFilter, DeCSSFilter git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3352 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-06-28project files cleanup: remove unneeded DisableSpecificWarnings, move ↵XhmikosR
/IGNORE:4221 to common.props for release builds, use /W0 for 3rd party libs like libflac git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3278 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-06-21remove VS2008 project/solution files since they aren't up to date and no one ↵XhmikosR
is willing to maintain them git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3256 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-06-21cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3255 10f7b99b-c216-0410-bff0-8a66a9350fd8