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
2015-03-02Suppress type mismatch warnings.Kacper Michajłow
2015-03-02Remove some unused code.Kacper Michajłow
2015-02-16CDVDSession: Fix x64 warningKacper Michajłow
2015-01-25Make sure to correctly deallocate memory allocated with new[].Underground78
2015-01-12Fix DVD playback issues on some systems.Underground78
2014-10-20Initializer list order fixes.XhmikosR
2014-10-20Project files: remove unneeded properties.XhmikosR
2014-08-25Remove redundant variable re-assignments.XhmikosR
2014-08-18Reduce variable scope when possiblekasper93
2014-01-09Cleanup.XhmikosR
2014-01-05Use min/max templated functions from std (part 2).Underground78
2014-01-05Use min/max templated functions from std (part 1).XhmikosR
2013-12-01Reindent files.XhmikosR
2013-11-13Clean up structs/enums.XhmikosR
2013-10-27CVobFile: Avoid hiding methods without overriding them.Underground78
2013-10-23CVobFile: Various cosmetics.Underground78
2013-10-23SetupDVDChapters: Various fix, cosmetics and clean-ups.Underground78
2013-10-22SetupDVDChapters: Improve compatibility.kasper93
2013-10-22Support for multiple programs in one IFO file.Underground78
2013-09-29Remove the obsolete "_ProjectFileVersion" property from the project files.XhmikosR
2013-09-29Remove stdafx_common*.h.XhmikosR
2013-09-14DeCSS/VobFile.cpp: be consistent with the defines.XhmikosR
2013-08-21Whitespace cosmetics.XhmikosR
2013-07-14Initialize variables in the constructor.XhmikosR
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-05-28Remove unneeded typedef QWORD.XhmikosR
2013-05-24astyle: specify the files to exclude from the DeCSS folder instead of the who...XhmikosR
2013-05-20Merge identical ifs.XhmikosR
2013-05-18cosmetics: add new lines at the end of files.XhmikosR
2013-05-11Fix using potentially uninitialized local variable.XhmikosR
2013-05-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-03-27update copyright year for the modified file in 2eb373af9abfd4f3e095f5949c42ed...XhmikosR
2013-03-27MpaDecFilter: updated "#include ..."v0lt
2013-01-15reduce variable scopeXhmikosR
2013-01-15DeCSS: use DWORD for pcgITPosition and chainOffset.v0lt
2013-01-08Add VS2012 support.XhmikosR
2012-12-27project files: use MFCProj in the keyword when using MFCXhmikosR
2012-12-01move variables in the initialization listXhmikosR
2012-11-12Properly enable memory leak detection.Underground78
2012-09-29fix a few cppcheck warnings:XhmikosR
2012-09-15cosmeticsXhmikosR
2012-08-24replace SHORT with shortXhmikosR
2012-07-25remove the svn keyword Idxhmikosr
2012-07-21put back the ";" in macro calls; better be consistent. Remove excessive inde...XhmikosR
2012-07-15update stdafx.h, remove SharedInclude.h where it's not neededXhmikosR
2012-07-07remove the unneeded _countof defineXhmikosR
2012-06-27actually disable C4995 and C4996 for udf.cppXhmikosR
2012-06-25remove unused header DeCSS.h and define _CRT_SECURE_NO_WARNINGS for udf.cpp s...XhmikosR
2012-06-23revert r5233 since the current astyle stable version removes the spaces after...XhmikosR