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-21fixed playback of some m2ts: partial revert r4249 and r4359, fixed typo (tick...v0lt
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
2012-06-20Revert r5198 but deobfuscate the comparison.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-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-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-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-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-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-13cosmetics: add a space after the delete operatorXhmikosR
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-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
2012-06-12* Don't compile vd_asm.cpp for x64 builds since it's used in Win32 onlyXhmikosR
2012-06-12MpaDecFilter: updated project filev0lt
2012-06-12MpaDecFilter: use ffmpeg instead of libflac for FLAC decodingv0lt
2012-06-12Use a preprocessor check to exclude code from build at compile timeXhmikosR
2012-06-11VSFilter/Systray.cpp: use _tcscpy_s and thus fix a buffer overrun (warning C6...XhmikosR
2012-06-11VSFilter/Systray.cpp: use _T instead of TEXT for consistencyXhmikosR
2012-06-11remove unused variableXhmikosR
2012-06-10MpaDecFilter: changed working with audio channels (remake, cleaning, removed ...v0lt
2012-06-10apply astyleXhmikosR
2012-06-09Move the IsWin* functions into an helper class. The OS version is now cached ...Underground78
2012-06-09move CHECK_HR to MPCVideoDecFilter.hXhmikosR
2012-06-08* NullRenderers.cpp: remove unneeded #pragma warning directiveXhmikosR
2012-06-08MpaDecFilter: remove a couple of defines, use the ones from libavutil/intread...XhmikosR
2012-06-08rename LogLibAVCodec to LogLibavcodecXhmikosR
2012-06-03fixed some warnings.v0lt
2012-06-03AfxMessageBox:Underground78
2012-06-03partially revert r4733 because VS Resource Editor puts back DS_FIXEDSYS and D...XhmikosR
2012-06-03Avoid useless string copies.Underground78