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
2014-05-03Set the execute permissions on .bat and .sh files.kasper93
Command used to prepare this patch `git ls-files -z '*.bat' '.sh' | xargs -0 git update-index --chmod=+x`
2014-04-13Lite builds: Fix a minor inconsistency regarding the output directory.Underground78
Lite debug builds use "mpc-hc_x??_Debug Lite" while release builds always used "mpc-hc_x??" for both normal and lite builds.
2014-03-31Add a Tatar translation.Underground78
The composition of the translation team can be found on Transifex: https://www.transifex.com/projects/p/mpc-hc/language/tt/members/.
2014-02-28Add a Bengali translation.Underground78
The composition of the translation team can be found on Transifex: https://www.transifex.com/projects/p/mpc-hc/language/bn/members/.
2014-02-02Add a Vietnamese translation.Underground78
The composition of the translation team can be found on Transifex: https://www.transifex.com/projects/p/mpc-hc/language/vi/members/.
2014-02-02Add a Galician translation.Underground78
The composition of the translation team can be found on Transifex: https://www.transifex.com/projects/p/mpc-hc/language/gl/members/.
2014-01-25Add a Malay translation.Underground78
The composition of the translation team can be found on Transifex: https://www.transifex.com/projects/p/mpc-hc/language/ms_MY/members/.
2014-01-18Add a Croatian translation.Underground78
The composition of the translation team can be found on Transifex: http://www.transifex.com/projects/p/mpc-hc/language/hr/members/.
2014-01-05build.bat: Simplify some codekasper93
2014-01-05build.bat: Simplify checkskasper93
2014-01-05build.bat: clean up 7za path.XhmikosR
2013-12-21build.bat: Fix lite build with installer.Underground78
The addition of the API config broke lite build with installer.
2013-12-21Remove VS2012 support.XhmikosR
From the next LAV Filters update, VS2013 is required to build. Closes PR #122.
2013-12-12build.bat: Compilation failed if MSYS or MinGW paths contained a space.Underground78
2013-12-09Rename mplayer.*.{rc,po(t)} to mpc-hc.*.{rc,po(t)}.Underground78
Also use more appropriate language codes for the language DLLs.
2013-12-07Minor cosmetics in ".bat" files.Underground78
2013-12-04Show error message when toolset call fails.kasper93
2013-12-04build.bat: Add support for MPCTestAPIkasper93
2013-12-02Shaders: update the packagersAlex Marsev
2013-11-05build.bat: Add error checking when extracting the DX cab files.XhmikosR
Also allow `EXPAND` to show info when doing its job.
2013-11-04Prepare for a new Slovenian translation.Underground78
2013-10-31Add VS2013 support.XhmikosR
2013-10-27build.bat: Do clean instead of rebuild when using /LAVFilters switch. It ↵kasper93
will be build anyway.
2013-10-06Prepare for a new British English translation.Underground78
2013-10-06build.bat: Remove unneeded var after 84f536495f47e9c76a035d41307bf14e44c424f2.XhmikosR
2013-10-03build.bat: allow using /analyze with x64XhmikosR
2013-09-29build.bat: Fix /GetVersion after recent changeskasper93
2013-09-29Remove VS2010 support.XhmikosR
Also remove the MFC hacks we used for VS2010 to reduce the executable's size.
2013-09-29Rename Beta to Nightly.Armada
2013-09-14build.bat: Fix default compiler in help screen.XhmikosR
2013-09-10build.bat: tabs to spaces.XhmikosR
2013-09-10Use VS2012 as the default for the builds.XhmikosR
We've been using VS2012 for the nightlies for some time now without any real issues apart from the renderer one which was reported and worked around. This will allow us to use more C++11 features. No files are renamed or removed at this point; we'll do this after 1.7.0 is out.
2013-08-30Build.bat: Support for debug packages.kasper93
2013-07-14Batch files: Don't initialize empty variable.kasper93
This commit fixes build scripts on Windows XP.
2013-07-14Put LAVFilters files in a different folder when using x64.Underground78
2013-07-01Sign LAVFilters too.XhmikosR
2013-06-29Building script: Replace deprecated /FFmpeg switch by /LAVFilters.Underground78
2013-06-29Internal LAVFilters: Add LAVFilters pdb files to the pdb package.Underground78
2013-06-29Internal LAVFilters: Update LAVFilters for better handling of ↵Underground78
ffmpeg/libbluray DLLs.
2013-06-29Internal LAVFilters: Include LAVFilters in the packages.Underground78
2013-05-11build.bat: Add /Analyze switch.kasper93
2013-05-04Remove the "Beta" suffix from the packages.XhmikosR
The beta builds' packages include the revision number so this is unneeded.
2013-05-04build.bat: Add the Beta suffix for beta builds and drop revision number for ↵kasper93
stable builds.
2013-04-14build.bat: Fix resources files signing after ↵kasper93
e515bd9998817c0286d676b731f29e1ccc69a11e
2013-04-13Build.bat: Add loop for signing. In case of failure we will know exactly ↵kasper93
which file is the problem. Based on XhmikosR's ideas.
2013-03-22Revert "Shaders: shaders moved from ini and registry to separate folder."v0lt
This reverts commit 0e2e3b94584d32dd76a654869cd849757f305cc8.
2013-03-22Shaders: shaders moved from ini and registry to separate folder.v0lt
(MPC-BE 2296, 2297, 2309, 2342)
2013-03-03build.bat: cosmeticskasper93
2013-03-03build.bat: Call update_version.bat when using /GetVersion switch to makekasper93
sure that we get current data. Additionally change the way how data is extracted from files. This resolves build.bat fail when we are in detached git mode and branch is reported as ("no branch").
2013-02-12build.bat: Remove /zip switchkasper93