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-06-29Remove now deprecated filters.Underground78
2013-06-23Use the M_PI and M_SQRT1_2 defines instead of the direct numbers.XhmikosR
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-06-19Use "PURE" instead of "= 0" for COM interfaces.Underground78
2013-06-19Replace remaining NULL by nullptr when possible.Underground78
2013-06-02Mpeg2DecFilter: removed IDS_MPEG2_NOTE2v0lt
2013-05-18cosmetics: add new lines at the end of files.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-04-21astyle: specify --close-templatesXhmikosR
2013-04-06Mpeg2Dec: rename resource IDs.v0lt
2013-04-06Filters: "Settings" caption is translated, fixed window size.v0lt
2013-04-05Filters: regrouped resource IDs.v0lt
2013-03-05Mpeg2DecFilter.cpp: fix a useless dereferenceXhmikosR
2013-03-02resource files: switch to constants for the VersionInfo.XhmikosR
2013-02-01libmpeg2.cpp: disable C4244 for x64XhmikosR
2013-01-26Cosmetics: Use the GCD function when possible and rename it to use English.Underground78
2013-01-25MPEG2 Video Decoder: The "Read AR from stream" option was sometimes not worki...Underground78
2013-01-23clean up project referencesXhmikosR
2013-01-08use PlatformToolsetVersion instead of VisualStudioVersionXhmikosR
2013-01-08Add VS2012 support.XhmikosR
2013-01-05Cosmetics: Try to use CLSID constants when available.Underground78
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-15Filters: debug log cosmeticsv0lt
2012-11-12Properly enable memory leak detection.Underground78
2012-11-08MPEG2 decoder: Fix a potential memory leak.Underground78
2012-11-02* Remove void from the parameter listXhmikosR
2012-09-22rename a few last instances of "mplayerc" to "MPC-HC"XhmikosR
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 (2)v0lt
2012-08-31updated scaling for setting windows of filters (1)v0lt
2012-08-31MPCVideoDec: added support for scaling in settings windowv0lt
2012-08-31MpegSplitter, MpaDecFilter, Mpeg2DecFilter: added support for scaling in sett...v0lt
2012-08-25Return an error code when memory allocations fail.Underground78
2012-08-25Fix some possible NULL pointer dereferences.XhmikosR
2012-08-11remove unneeded commas from enumsXhmikosR
2012-08-11break a few enums in separate lines; it's easier to readxhmikosr
2012-08-02Show the hash and branch information in the file version information.Underground78
2012-08-02fix line endingsxhmikosr
2012-07-26rename Version.sh and Version.h to lowercasexhmikosr
2012-07-25remove the svn keyword Idxhmikosr
2012-07-21put back the ";" in macro calls; better be consistent. Remove excessive inde...XhmikosR
2012-07-11indentation cosmeticsXhmikosR
2012-07-08remove duplicate defines and remove trailing ";"XhmikosR
2012-07-03move Winmm.lib in BaseClasses since that's where it's neededXhmikosR
2012-07-01remove Version.lib from the projects that don't need itXhmikosR
2012-06-23avoid variable shadowingXhmikosR
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR