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 (Collapse)Author
2013-01-08MPCVideoDec: cleanup.v0lt
2013-01-08updated resources for e3dcb51 (step 2)v0lt
2013-01-08updated resources for e3dcb511d1 (step 1)v0lt
2013-01-08Removed "error resilience" and "IDCT Algorithms" from the video decoder ↵v0lt
properties (ticket #2823).
2013-01-06Revert "Replace ZeroMemory() with SecureZeroMemory(). The MSDN article for ↵XhmikosR
ZeroMemory says: "To avoid any undesired effects of optimizing compilers, use the SecureZeroMemory function."" This reverts commit 0533530d9f661b0ec19756382a8c99b679182b5f. Conflicts: src/thirdparty/ResizableLib/ResizableState.cpp src/thirdparty/TreePropSheet/TreePropSheet.cpp
2012-12-28move the ResStr define in DSUtil.h instead of duplicating itXhmikosR
2012-12-27project files: use MFCProj in the keyword when using MFCXhmikosR
2012-12-27Replace ZeroMemory() with SecureZeroMemory(). The MSDN article for ↵XhmikosR
ZeroMemory says: "To avoid any undesired effects of optimizing compilers, use the SecureZeroMemory function."
2012-12-17update ffmpeg (n0.8-16973-g55b243c)XhmikosR
2012-12-16apply astyleXhmikosR
2012-12-15fix typoXhmikosR
2012-12-15Filters: debug log cosmeticsv0lt
2012-12-09LogLibavcodec: log only if level <= AV_LOG_VERBOSEv0lt
2012-12-01move variables in the initialization listXhmikosR
2012-12-01cosmeticsXhmikosR
2012-11-17FFmpeg: removed custom code (FF_EXPORT)v0lt
2012-11-17MPC Video Decoder: Add the ability to force the interlaced flag.Underground78
This commit fixes ticket #2712.
2012-11-12Properly enable memory leak detection.Underground78
Use MS define DEBUG_NEW.
2012-11-08remove unneeded spacesXhmikosR
2012-11-02* Remove void from the parameter listXhmikosR
* Add default constructors/destructors
2012-10-28MPCVideoDec: fixed CopyBitstream functionsv0lt
2012-10-21updated frame size limits for Nvidia GTX 660Ti (thanks to Aleksoid for tests)v0lt
2012-10-19increased frame size limits for Nvidia GTX 660Tiv0lt
2012-10-12fix a few C4244/C4267 warnings for x64XhmikosR
2012-10-05whitespace cosmeticsXhmikosR
2012-09-29fix a few cppcheck warnings:XhmikosR
* initialize var in the constructor * reduce variable scope * unused variable value
2012-09-22rename a few last instances of "mplayerc" to "MPC-HC"XhmikosR
2012-09-16update ffmpeg (6fa2532)XhmikosR
2012-09-16MPCVideoDec: added support for AVC Level 5.1 for Intel HD Graphics 2500, ↵v0lt
cosmetics
2012-09-15cosmeticsXhmikosR
2012-09-10indentation cosmeticsXhmikosR
2012-09-04apply astyleXhmikosR
2012-09-01Filters: updated GetWindowSize() functionv0lt
2012-09-01updated scaling for setting windows of filters (3)v0lt
2012-08-31updated scaling for setting windows of filters (1)v0lt
2012-08-31MPCVideoDec: added support for scaling in settings windowv0lt
Other cosmetics.
2012-08-25Return an error code when memory allocations fail.Underground78
2012-08-25Fix some possible NULL pointer dereferences.XhmikosR
2012-08-24replace USHORT with unsigned shortXhmikosR
2012-08-24remove extra space from private, protected and public keywordsXhmikosR
2012-08-24remove extra space in case statements before ":"XhmikosR
2012-08-23use _T() in the TRACE macro for consistencyXhmikosR
2012-08-23break a few long linesXhmikosR
2012-08-23MPCVideoDec: updated DXVA frame size limits for Intel HD Graphics 4000v0lt
2012-08-20MPCVideoDec: added support for 4k for Intel HD Graphics 4000v0lt
2012-08-18fix indentationXhmikosR
2012-08-16update ffmpeg (bb46b9a)XhmikosR
2012-08-12Change an IDirectXVideoAccelerationService interface pointer to ↵JanWillem32
IDirectXVideoDecoderService. IDirectXVideoAccelerationService is a member of IDirectXVideoDecoderService, but can also come from IDirectXVideoProcessorService. As both these interfaces are generally implemented inside the same class, this patch is mostly cosmetic.
2012-08-11remove unneeded commas from enumsXhmikosR
2012-08-08update ffmpeg (aca0f78)xhmikosr