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-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
2012-06-02Cosmetics: make the return statements consistent.Underground78
2012-06-02MPC Video Decoder: Use IsWinVistaOrLater from WinAPIUtils and remove the dupl...Underground78
2012-06-01Use C++ instead of C for FfmpegContext since it was the only C file in MPC-HC...Underground78
2012-06-01vsfilter_setup.iss: update for Inno Setup v5.5.0 and remove an unneeded defineXhmikosR
2012-05-30[VSFilter] Simplify the OSD code. This commit fixes two C4267 warnings.Underground78
2012-05-30[VSFilter] Fix the C4706 warnings.Underground78
2012-05-29[VSFilter] Fix some C4244 warnings.Underground78
2012-05-28* Use IsWinVistaOrLater in MPCVideoDecFilter.cppXhmikosR
2012-05-28* add a space after switch statementsXhmikosR
2012-05-27use a space after if, for, whileXhmikosR
2012-05-24MpaDecFilter: added support for MLP (for ticket #1866)v0lt
2012-05-23remove unused variable from PPageMisc.cpp, minor astyle changesXhmikosR
2012-05-22remove unneeded parentheses from return statementsXhmikosR
2012-05-22MpaDecFilter: fixed cracking sound for PCM 32-bit output (ticket #2304)v0lt
2012-05-21remove the commented out code in r4819 and add a work around in MpaDecFilter....XhmikosR
2012-05-21- Use directly the strings' resource IDs when calling CString::Format instead...Underground78
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-20Added support for AMV IMA ADPCMv0lt
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
2012-05-19Fix some ICL12 warnings (#557 and #810) (mostly pointer truncations for x64 b...Underground78
2012-05-18move WinAPIUtils to DSUtilXhmikosR
2012-05-18DXVA Decoder: comment out some assertions that fail in debug mode while playb...Underground78
2012-05-18move apps/MPCTestAPI and apps/mplayerc one dir upXhmikosR
2012-05-18use "DNew" instead of "new" for consistencyXhmikosR
2012-05-18remove unused header DSUtil/csimd.hXhmikosR
2012-05-18MPCVideoDec.vcxproj: change the AdditionalIncludeDirectories orderXhmikosR
2012-05-17move a couple of headers from the ffmpeg folder to the MPCVideoDec folder whe...XhmikosR
2012-05-17move ffmpeg to thirdparty/ffmpegXhmikosR