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-06-29Remove now deprecated filters.Underground78
2013-06-29Internal LAVFilters: Basic modifications to make the UI consistent.Underground78
2013-06-23Replace memset with ZeroMemory.XhmikosR
The ZeroMemory macro makes clear what it does compared to `memset(foo, 0, bar)`.
2013-06-19Use "PURE" instead of "= 0" for COM interfaces.Underground78
2013-06-19Replace remaining NULL by nullptr when possible.Underground78
2013-06-01MPCVideoDec: used defines for setting names.v0lt
2013-06-01Cosmetics: keep style consistent in multiline macros.XhmikosR
2013-05-26MPCVideoDec: added support for 'VMnc' codec. Created a group "Screen ↵v0lt
Capture(TSCC, VMnc)"
2013-05-18Use `#pragma warning(push/pop)` instead of `#pragma warning(default)`.XhmikosR
2013-05-18Be consistent with function's variables.XhmikosR
2013-05-13Use %d for integer instead of %i for consistency.XhmikosR
2013-05-11cosmeticsXhmikosR
2013-05-09Cosmetics: Remove extra parenthesis.Underground78
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
Microsoft recommends to avoid using NULL or zero (0) as a null pointer constant since nullptr is less vulnerable to misuse and works better in most situations. Also fix some cases where NULL was used instead of 0 or FALSE.
2013-04-21astyle: specify --close-templatesXhmikosR
2013-04-06MPCVideoDec: regrouped resource IDs.v0lt
2013-04-06Filters: "Settings" caption is translated, fixed window size.v0lt
2013-04-05Filters: regrouped resource IDs.v0lt
2013-03-31run astyleXhmikosR
2013-03-31MPCVideoDec: fixed playback h264 after "stop" on Intel HD Graphics (second ↵v0lt
very safe version).
2013-03-31Cppcheck fixes:XhmikosR
* reduce variable scope * remove unneeded variable assignments
2013-03-31Initialize variables in the constructor.XhmikosR
2013-03-31Revert "MPCVideoDec: fixed playback h264 after "stop" on Intel HD Graphics ↵XhmikosR
(force recreate dxva decoder)." This reverts commit 6d51fc694ab79ea51e530ba7eeab7ea3a548e9a8. This caused many issues like green screen when starting playback.
2013-03-28MPCVideoDec: fixed playback h264 after "stop" on Intel HD Graphics (force ↵v0lt
recreate dxva decoder). (thanks to Aleksoid1978)
2013-03-22cosmeticsXhmikosR
2013-03-21Update VP5 video card list (added GeForce GTX TITAN and other).v0lt
2013-03-07Add missing brackets.Underground78
2013-03-03Fixed DXVA1 MPEG2 decoding.Underground78
This commit fixes #2913.
2013-03-03FfmpegContext.cpp: break very long linesXhmikosR
2013-03-02resource files: switch to constants for the VersionInfo.XhmikosR
Inspired by http://code.google.com/p/tortoisegit/source/detail?r=b3b1d4f5614f1777f6457db77474fefdf0b49ef5
2013-02-16MPC Video Decoder settings dialog: Give more room to translations.Underground78
2013-02-10Update CpuId to detect SSE4/4.2 and AVX support.Underground78
2013-01-26Cosmetics: Use the GCD function when possible and rename it to use English.Underground78
2013-01-25Fix compilation after fe65610d8367d1ff614d941d02f5e0710239e47f.Underground78
Last minute changes are bad... Also rename Sample Aspect Ratio to Pixel Aspect Ratio to avoid possible confusions.
2013-01-25MPC Video Decoder: The "Read AR from stream" option was sometimes not ↵Underground78
working correctly.
2013-01-24ffmpeg: remove unneeded custom code and update config.hXhmikosR
2013-01-23MPCVideoDec.vcxproj: remove stray propertyXhmikosR
2013-01-23clean up project referencesXhmikosR
2013-01-21MPCVideoDec: increased the maximum frame size for the Intel HD 4000 up to ↵v0lt
4096x4096 (checked on the driver v.9.17.10.2867)
2013-01-20cosmetics.v0lt
2013-01-20MPCVideoDec: Updated VP5 video card list. Added additional GeForce GT 520 ↵v0lt
(0x1040).
2013-01-19MPCVideoDec: fixed saving option "Set DXVA for SD (H.264)", cosmetics.v0lt
2013-01-19cosmeticsv0lt
2013-01-19Updated frame size limits for all VP5 video cards (Nvidia VDPAU Feature Set D).v0lt
2013-01-19MPC Video Decoder: Fix low merit internal filter.Underground78
2013-01-17Apply AStyle on all files.Underground78
Modify some files so that it doesn't break the indentation in a way we don't want.
2013-01-17cosmeticsXhmikosR
2013-01-12Update copyright year for the modified files. Also fix starting copyright ↵XhmikosR
year for a lot of files.
2013-01-08use PlatformToolsetVersion instead of VisualStudioVersionXhmikosR
2013-01-08Add VS2012 support.XhmikosR
* We use the same project files as VS2010 which makes things easier to maintain. * We don't use any MFC hack to reduce the binaries' size. We use the _AFX_NO_MFC_CONTROLS_IN_DIALOGS define for the standalone filters which has the same effect and it's cleaner. MPC-HC itself is a little bigger uncompressed, but its compressed size is the same.