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
2013-05-11Don't pass structures to printf-like functions.Underground78
2013-05-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-04-17DirectShow graph manager: Use the real filter name for source filters.Underground78
2013-04-10DSUtil: add unofficial language codes for Brazilian Portuguese.Mikhail Gruzdev
2013-03-31Cppcheck fixes:XhmikosR
2013-03-29Add the "AVI/WAV File Source" to the source filters list.Underground78
2013-03-07Add missing brackets.Underground78
2013-01-17check return valueXhmikosR
2013-01-05Move some UUIDS to "moreuuids.h".Underground78
2013-01-03use the type specifier instead of a cast for floatXhmikosR
2012-12-27switch back to MAX_PATHXhmikosR
2012-10-30Added description for GUID DXVA_Intel_VC1_ClearVideo_2v0lt
2012-10-28Fix some %S vs %s confusion in debug traces.Underground78
2012-08-26tabs to spaces and update Todo.txtXhmikosR
2012-08-23whitespace cosmeticsXhmikosR
2012-08-23use _T() in the TRACE macro for consistencyXhmikosR
2012-07-25remove the svn keyword Idxhmikosr
2012-07-22whitespace cosmeticsXhmikosR
2012-07-21put back the ";" in macro calls; better be consistent. Remove excessive inde...XhmikosR
2012-07-21indentation cosmeticsXhmikosR
2012-07-19MpaDecFilter: no crash when connecting to StreamBufferSource (for ticket #2471)v0lt
2012-07-08remove unneeded ";" from macro callsXhmikosR
2012-07-07add commentv0lt
2012-07-07use friendly name for "APE DirectShow Filter" in the filter listv0lt
2012-07-07whitespace cosmeticsXhmikosR
2012-06-25fixed crash on some ogg's againv0lt
2012-06-25fixed crash on some ogg'sv0lt
2012-06-19Avoid variable shadowing (/analyze warning C6246).Underground78
2012-06-16use double quotes for our includesXhmikosR
2012-06-15Create our own helper class to fetch file version information: remove the thi...Underground78
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-06-12* DSUtil.cpp: remove unused variableXhmikosR
2012-06-10moved GetDefChannelMask from DSUtil.h to AudioParser.h and use 5.0 instead of...v0lt
2012-06-10apply astyleXhmikosR
2012-06-07remove commented out code from IPinHook.cpp since it's in DSUtil.cpp and move...XhmikosR
2012-06-03DSUtil: fixed all warningsv0lt
2012-06-03Fix some x64 specific C4244 warnings.Underground78
2012-06-02Cosmetics: make the return statements consistent.Underground78
2012-06-02Fix some C4244 warnings and simplify the code a bit.Underground78
2012-05-25remove unneeded spacesXhmikosR
2012-05-25build.bat: remove the /package switchXhmikosR
2012-05-25whitespace cosmeticsXhmikosR
2012-05-23remove unused variable from PPageMisc.cpp, minor astyle changesXhmikosR
2012-05-23Fixed the comboboxes dropdown list width if they are too small to have scroll...demi_alucard
2012-05-22- Use AppendFormat when possible.Underground78
2012-05-20use _MAX_PATH instead of MAX_PATH for consistencyXhmikosR
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-18Improved the OSD's font selection combobox.demi_alucard
2012-05-06MP4Splitter: use the local character set for track title, if failed to decode...v0lt