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
path: root/src/DeCSS
AgeCommit message (Expand)Author
2012-06-17cosmeticsXhmikosR
2012-06-17keep one line statements, various indentation cosmeticsXhmikosR
2012-06-16use double quotes for our includesXhmikosR
2012-06-13converted tabs to spaces for most files in our repo (part 2)XhmikosR
2012-06-13converted tabs to spaces for most files in our repoXhmikosR
2012-06-05add missing license headersXhmikosR
2012-06-02Cosmetics: make the return statements consistent.Underground78
2012-05-29guard the WIN32_LEAN_AND_MEAN/VC_EXTRALEAN defines and consistently use themXhmikosR
2012-05-28* add a space after switch statementsXhmikosR
2012-05-27use a space after if, for, whileXhmikosR
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-18fix some C4244 warningsv0lt
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
2012-05-13* rewrote r4698 using C casts instead of C++ castsv0lt
2012-05-12Silence some C4244 warnings by adding explicit casts when it's safe to do soUnderground78
2012-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
2012-04-30replace more functions with the secure ones where possible as per the msdn docsXhmikosR
2012-04-22Use secure functions for the CRT functions which have "Secure Template Overlo...Underground78
2012-04-20revert r4443 and r4445XhmikosR
2012-04-20Use secure CRT functions. Patch mostly by XhmikosR.Underground78
2012-04-15move BaseClasses to the thirdparty folderXhmikosR
2012-04-15partially revert r4322 (see r3605)XhmikosR
2012-04-10License header changes for consistencyXhmikosR
2012-04-10move the TargetMachine option to common.propsXhmikosR
2012-04-10make a few tables static in DeCSSXhmikosR
2012-01-22replacing the function GetFileSize, SetFilePointer to GetFileSizeEx, SetFileP...v0lt
2012-01-06Some bug fixes and code tweaksclsid2
2011-12-04Cosmetic;Aleksoid
2011-12-04Add : Support read Chapters on .IFO play;Aleksoid
2011-12-03Add : Support language info for Subtitle stream on .IFO play;Aleksoid
2011-12-03Add : Support language info for Audio stream on .IFO play;Aleksoid
2011-10-19simplify the PrecompiledHeader property in the project filesXhmikosR
2011-08-12a more correct fix C4018 warnings (fix rev.3637)v0lt
2011-08-12Fix : Crash at open .IFO, fix rev.3637;Aleksoid
2011-08-11remove unneeded parentheses from return true/false statementsXhmikosR
2011-08-11Fix ~130 C4018 warnings (signed/unsigned mismatch).Underground78
2011-08-09Warning fixes:Underground78
2011-08-07- Rename "hash" so that there is no ambiguity with std::hash.Underground78
2011-08-07various #include cosmeticsXhmikosR
2011-08-02cleanup pragma warningsXhmikosR
2011-08-02enable C4996 warnings and fix some of themXhmikosR
2011-08-02enable C4101 warnings, fix all of them in our code and disable a few warnings...XhmikosR
2011-07-28* actually remove VSFilter_2010.slnXhmikosR
2011-06-28project files cleanup: remove unneeded DisableSpecificWarnings, move /IGNORE:...XhmikosR
2011-06-21remove VS2008 project/solution files since they aren't up to date and no one ...XhmikosR
2011-06-21cleanupXhmikosR
2011-03-13revert r2766; use the default SDK 7.0A for MSVC 2010 buildsXhmikosR
2011-01-14merge debug/release props files to common.propsXhmikosR
2010-12-17apply astyle formattingXhmikosR