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 (Expand)Author
2012-06-21use a fixed value (10000) for MAXPACKETS_AVI and MAXPACKETS_RVv0lt
2012-06-21fixed playback of some m2ts: partial revert r4249 and r4359, fixed typo (tick...v0lt
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
2012-06-20BaseSplitter: fixed playback of some m2ts files after r4249, set MAXPACKETS =...v0lt
2012-06-20Revert r5198 but deobfuscate the comparison.Underground78
2012-06-19move PauseGraph and ResumeGraph defines to DSUtil.h so that they are not dupl...XhmikosR
2012-06-19Add parenthesis to clarify a check. (/analyse warning C6336).Underground78
2012-06-19Avoid variable shadowing (/analyze warning C6246).Underground78
2012-06-19Fix an HRESULT to boolean conversion spotted thanks to /analyze (warning C621...Underground78
2012-06-19use REFERENCE_TIME where it makes sense to do soXhmikosR
2012-06-19use LONGLONG instead of long long for consistencyXhmikosR
2012-06-19change FLOAT to float for consistencyXhmikosR
2012-06-19change DOUBLE to double for consistencyXhmikosR
2012-06-18MpaDecFilter: easy optimizationv0lt
2012-06-18remove the commented out code in r5185, also remove the now unused liba52 and...XhmikosR
2012-06-18MpaDecFilter: use ffmpeg instead of liba52 for AC3 decodingv0lt
2012-06-18use int instead of INTXhmikosR
2012-06-18break a few long linesXhmikosR
2012-06-18consistently use DNewXhmikosR
2012-06-18batch files: use COLOR 0C when an error occursXhmikosR
2012-06-18update vsfilter_setup.issXhmikosR
2012-06-18DTSAC3Source: fixed bsid valuev0lt
2012-06-18Fix r5168 by commiting the correct patch...Underground78
2012-06-17Add some class variable initializations.Underground78
2012-06-17remove mingw workaround since it's not needed anymoreXhmikosR
2012-06-17astyle.ini: remove --keep-one-line-statements, add PODTypes.h to the exclude ...XhmikosR
2012-06-17update ffmpeg (bc4da77)XhmikosR
2012-06-17cosmeticsXhmikosR
2012-06-17remove unused variableXhmikosR
2012-06-17*.def files: tabs to spacesXhmikosR
2012-06-17keep one line statements, various indentation cosmeticsXhmikosR
2012-06-17rename REGISTER_FILTER to STANDALONE_FILTERXhmikosR
2012-06-16fix unrar dependenciesXhmikosR
2012-06-16use double quotes for our includesXhmikosR
2012-06-16DSMPropertyBag.h, range_bsearch: extended the valid range to MAXSIZE_T - 1, m...janwillem32
2012-06-16add missing license headersXhmikosR
2012-06-16add unrar and use it as a static libXhmikosR
2012-06-15Create our own helper class to fetch file version information: remove the thi...Underground78
2012-06-14Mpeg2DecFilter.vcxproj: remove the MPEG2ONLY define from Debug x64XhmikosR
2012-06-14EVR Sync renderer: use GetAdapter from WinAPIUtils and remove the duplicated ...Underground78
2012-06-14MP4Splitter: non-zero number of channels for some movs (ticket #2391), cosmeticsv0lt
2012-06-13cosmetics: add a space after the delete operatorXhmikosR
2012-06-13add missing license headersXhmikosR
2012-06-13Mpeg2DecFilter.rc: remove unneeded spaces, spotted by JEEBXhmikosR
2012-06-13converted tabs to spaces for most files in our repoXhmikosR
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-06-13indentation cosmeticsXhmikosR
2012-06-13multiline macros: properly indent them, use spaces instead of tabs and remove...XhmikosR
2012-06-13multiline macros: properly indent them, use spaces instead of tabs and remove...XhmikosR
2012-06-12VSFilter/DirectVobSubFilter.cpp: fix wrong check, LookupSubPic returns a bool...XhmikosR