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-21use a fixed value (10000) for MAXPACKETS_AVI and MAXPACKETS_RVv0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5223 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-21fixed playback of some m2ts: partial revert r4249 and r4359, fixed typo ↵v0lt
(ticket #2410) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5222 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-20BaseSplitter: fixed playback of some m2ts files after r4249, set MAXPACKETS ↵v0lt
= 1400 (ticket #2410) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5208 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-20Revert r5198 but deobfuscate the comparison.Underground78
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5202 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-19move PauseGraph and ResumeGraph defines to DSUtil.h so that they are not ↵XhmikosR
duplicated git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5201 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-19Add parenthesis to clarify a check. (/analyse warning C6336).Underground78
Patch by XhmikosR. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5200 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-19Avoid variable shadowing (/analyze warning C6246).Underground78
Patch by XhmikosR. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5199 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-19Fix an HRESULT to boolean conversion spotted thanks to /analyze (warning ↵Underground78
C6217: Implicit cast between semantically different integer types). Patch by XhmikosR. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5198 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-19use REFERENCE_TIME where it makes sense to do soXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5196 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-19use LONGLONG instead of long long for consistencyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5195 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-19change FLOAT to float for consistencyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5193 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-19change DOUBLE to double for consistencyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5192 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-18MpaDecFilter: easy optimizationv0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5189 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-18remove the commented out code in r5185, also remove the now unused liba52 ↵XhmikosR
and update the docs git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5186 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-18MpaDecFilter: use ffmpeg instead of liba52 for AC3 decodingv0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5185 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-18use int instead of INTXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5184 10f7b99b-c216-0410-bff0-8a66a9350fd8
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-18batch files: use COLOR 0C when an error occursXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5175 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-18update vsfilter_setup.issXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5174 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-18DTSAC3Source: fixed bsid valuev0lt
minor AudioParser update git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5171 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-18Fix r5168 by commiting the correct patch...Underground78
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5169 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-17Add some class variable initializations.Underground78
Patch by tetsuo55. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5168 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-17remove mingw workaround since it's not needed anymoreXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5167 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-17astyle.ini: remove --keep-one-line-statements, add PODTypes.h to the exclude ↵XhmikosR
list and ran astyle git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5165 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-17update ffmpeg (bc4da77)XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5162 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-17cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5160 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-17remove unused variableXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5158 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-16fix unrar dependenciesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5147 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-16DSMPropertyBag.h, range_bsearch: extended the valid range to MAXSIZE_T - 1, ↵janwillem32
made the loop work with unsigned values for i, j and mid (partially to avoid a currently present warning) and added the regular declspec and inlining attributes. The related files were updated to handle the unsigned return values from range_bsearch. This commit fixes ticket #2381. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5145 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-16add missing license headersXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5143 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-16add unrar and use it as a static libXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5142 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-15Create our own helper class to fetch file version information: remove the ↵Underground78
third party CFileVersionInfo class which was mostly unused and some duplicated code in DSUtil. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5138 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-14Mpeg2DecFilter.vcxproj: remove the MPEG2ONLY define from Debug x64XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5132 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-14EVR Sync renderer: use GetAdapter from WinAPIUtils and remove the duplicated ↵Underground78
function. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5130 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-14MP4Splitter: non-zero number of channels for some movs (ticket #2391), cosmeticsv0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5127 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-13cosmetics: add a space after the delete operatorXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5120 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-13add missing license headersXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5115 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-13Mpeg2DecFilter.rc: remove unneeded spaces, spotted by JEEBXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5113 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-13converted tabs to spaces for most files in our repoXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5111 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-13indentation cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5109 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-13multiline macros: properly indent them, use spaces instead of tabs and ↵XhmikosR
remove unneeded trailing backslashes/spaces (part 2) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5107 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-13multiline macros: properly indent them, use spaces instead of tabs and ↵XhmikosR
remove unneeded trailing backslashes/spaces git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5105 10f7b99b-c216-0410-bff0-8a66a9350fd8