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-19move PauseGraph and ResumeGraph defines to DSUtil.h so that they are not dupl...XhmikosR
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-17Add some class variable initializations.Underground78
2012-06-17astyle.ini: remove --keep-one-line-statements, add PODTypes.h to the exclude ...XhmikosR
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-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-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-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-10moved GetDefChannelMask from DSUtil.h to AudioParser.h and use 5.0 instead of...v0lt
2012-06-10apply astyleXhmikosR
2012-06-09indentation cosmeticsXhmikosR
2012-06-04Fix some /analyse warnings:Underground78
2012-06-03returned constructor for peshdr structurev0lt
2012-06-03splitters: fixed some warnings.v0lt
2012-06-02Cosmetics: make the return statements consistent.Underground78
2012-06-01cleaning and cosmeticsv0lt
2012-06-01MpegSplitter: updated support for MLP in .aob filesv0lt
2012-06-01minor fix for previous commitv0lt
2012-06-01MpegSplitter: improved support for MLP in .aob files (ticket #1866)v0lt
2012-06-01MpegSplitter: added partial support for MLP in .aob filesv0lt
2012-05-30keep a couple of one line statementsXhmikosR
2012-05-30cosmeticsXhmikosR
2012-05-30MpegSplitter: added partial support for DVD-Audio LPCM in .aob filesv0lt
2012-05-30BaseSplitter: added header for dvd-audio lpcm, cosmetics.v0lt
2012-05-28* add a space after switch statementsXhmikosR
2012-05-27use a space after if, for, whileXhmikosR
2012-05-24AudioParser: fixed and updated support for MLPv0lt
2012-05-24AudioParser: added support for MLPv0lt
2012-05-22apply astyleXhmikosR
2012-05-20use _MAX_PATH instead of MAX_PATH for consistencyXhmikosR
2012-05-20use UNREFERENCED_PARAMETER instead of UNUSED_ALWAYS which is always availableXhmikosR
2012-05-20cosmeticsv0lt
2012-05-20MpaSplitter: skip MTV files (.amv .mtv) (sometimes it can be determined as Mp...v0lt
2012-05-19Use the _countof macro where it makes sense.Underground78
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78