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-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-09-07installer: Update Inno Setup's Basque translation.XhmikosR
2013-09-01custom_messages.iss: updated Chinese Simplified translation.Gongong
2013-08-07Updated German translation (installer).Markus Gaugg
Closes pull request #101.
2013-07-14installer: reindent and remove commented code.XhmikosR
2013-07-14Update installer.XhmikosR
Delete old LAVFilters for the x64 build.
2013-07-14Put LAVFilters files in a different folder when using x64.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-04Remove the "Beta" suffix from the packages.XhmikosR
The beta builds' packages include the revision number so this is unneeded.
2013-05-04installer: use the existent copyright string from version.h.XhmikosR
2013-05-04Distinguish the stable from the beta builds.XhmikosR
2013-04-08installer: update Swedish translationXhmikosR
2013-03-26installer: update Romanian translationXhmikosR
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-16custom_messages.iss: update copyright yearXhmikosR
2013-03-16installer: remove unneeded strings from Inno Setup's language filesXhmikosR
2013-03-16Update mpc-hc_setup.iss.XhmikosR
* simplify a preprocessor check * rename a function * use a wildcard for the translation dlls * reindent
2013-03-16Revert "Move code of shaders from registry and ini to separate files in folder."XhmikosR
This reverts commit da59b57a76da243275345bc5e6045382e13102e8.
2013-03-16Move code of shaders from registry and ini to separate files in folder.v0lt
2013-03-14installer: update Chinese Simplified translationXhmikosR
2013-02-13fix bug reports url and remove wwww from our page linkXhmikosR
2013-02-13Add mpc-hc_config.hUnderground78
Define some constants for URLs here.
2013-02-13Use the new website URL.Underground78
2013-02-08installer: include the Romanian translationXhmikosR
2013-02-08Add sign support for the binariesXhmikosR
2013-02-07update Inno Setup's Slovak translationXhmikosR
2013-02-03Inno Setup: Update Romanian custom messages.lordkag
Refs: #2050.
2013-02-02Inno Setup: Add Romanian translation for non-custom messages.Underground78
2013-02-02Add Romanian translation.lordkag
This commit is based on a first version of the translation by Daniel Alămiță. Refs: #2050.
2013-02-02installer: update Armenian translationXhmikosR
2013-02-01update Inno Setup Basque translationXhmikosR
2013-02-01require Inno Setup v5.5.3XhmikosR
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.
2013-01-03update Inno Setup Turkish translationXhmikosR
2013-01-01bump copyright year to 2013XhmikosR
2012-12-22installer: include the commit's hashXhmikosR
2012-12-22installer: simplify version definesXhmikosR
2012-11-05Fix: Slovak and Swedish languages had their locale IDs swapped.Underground78
Thanks to clsid.
2012-11-03installer: add Greek translationXhmikosR
2012-11-03custom_messages.iss: move Basque messages lowerXhmikosR
2012-11-03Installer: Use the locale ID to identify the translations.Underground78
The locale ID is used to identify the translations in MPC-HC since 9eb359ab3a002706fa0ffabe17846dcd41ff5749 but the installer was still using the old backward compatible IDs.
2012-10-29update Compilation.txt and minimum Inno Setup versionXhmikosR
2012-10-22installer: rename Chinese language files and update Chinese Traditional ↵XhmikosR
translation
2012-10-12installer: update Inno Setup Turkish translationXhmikosR
2012-09-24installer: update script for the change in ↵XhmikosR
9a7df20d30968f7c517275ce841886a3a703a749
2012-08-23installer: update Korean and Swedish Inno Setup translations to the latest ↵XhmikosR
version from http://www.jrsoftware.org/files/istrans/ Notes: For the Swedish translation we keep the language code page to 1252 instead of 0.
2012-07-30installer: tweak compression settings and file orderxhmikosr
2012-07-28Rename the last instances of Version.h to lowercasexhmikosr