Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
* replace mhook reference with MinHook
* use MIT License for XmlRpc4Win
* update Changelog.txt
* minor markdown tweaks
* change my email address
  • Loading branch information
XhmikosR committed May 12, 2017
1 parent 8980ca4 commit 77b39a9
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 32 deletions.
18 changes: 8 additions & 10 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Coverity Scan Build Status](https://img.shields.io/coverity/scan/259.svg)](https://scan.coverity.com/projects/259)


Media Player Classic - Home Cinema (MPC-HC) is a free and open source (OSS) video
Media Player Classic - Home Cinema (MPC-HC) is a free and open-source (OSS) video
and audio player for Windows. MPC-HC is based on the original Guliverkli project
and contains many additional features and bug fixes.

Expand All @@ -19,7 +19,7 @@ See [CONTRIBUTING.md](/CONTRIBUTING.md) for more info.
*We care about keeping an open project open and free for contributions wherever they may come from.*


## Main Features:
## Main Features

* Option to remove [tearing](https://en.wikipedia.org/wiki/Screen_tearing)
* Support for Windows Vista/7/8, including a 64-bit build
Expand All @@ -35,13 +35,13 @@ See [CONTRIBUTING.md](/CONTRIBUTING.md) for more info.
* 42 translations available


## System Requirements:
## System Requirements

* An SSE capable CPU
* Windows XP SP3, Vista, 7, 8, 8.1, 10 32-bit/64-bit


## Links:
## Links

* [Website](https://mpc-hc.org/)
* [Source code](https://github.com/mpc-hc)
Expand All @@ -51,13 +51,11 @@ See [CONTRIBUTING.md](/CONTRIBUTING.md) for more info.
* [Donations](https://mpc-hc.org/donate/)


For the people involved in the development, see
[Authors.txt](/docs/Authors.txt).
For the people involved in the development, see [Authors.txt](/docs/Authors.txt).

MPC-HC's code is licensed under [GPL v3](/COPYING.txt).

Translations are done by various translators (see
[Authors.txt](/docs/Authors.txt)).
Translations are done by various translators (see [Authors.txt](/docs/Authors.txt)).


## Third-party code
Expand All @@ -73,7 +71,7 @@ MPC-HC makes use of the following third-party code:
| Little CMS | MIT License | <http://www.littlecms.com/> |
| Logitech SDK | - | - |
| MediaInfoLib | Simplified BSD License | <https://mediaarea.net/MediaInfo> |
| Mhook | MIT License | <https://github.com/martona/mhook> |
| MinHook | Simplified BSD License | <https://github.com/TsudaKageyu/minhook> |
| MultiMon | CPOL | <http://www.codeproject.com/Articles/3690/> |
| NanoSVG | zlib License | <https://github.com/memononen/nanosvg> |
| QuickTime SDK | - | <https://developer.apple.com/quicktime/> |
Expand All @@ -89,7 +87,7 @@ MPC-HC makes use of the following third-party code:
| TreePropSheet | - | <http://www.codeproject.com/Articles/3709/> |
| UnRAR | freeware | <http://www.rarlab.com/rar_add.htm> |
| VirtualDub | GPLv2+ | <http://www.virtualdub.org/> |
| XmlRpc4Win | LGPLv2 | <https://github.com/drtimcooper/XmlRpc4Win> |
| XmlRpc4Win | MIT License | <https://github.com/drtimcooper/XmlRpc4Win> |
| ZenLib | zlib License | <https://github.com/MediaArea/ZenLib> |
| zita-resampler | GPLv3 | <http://kokkinizita.linuxaudio.org/linuxaudio/> |
| zlib | zlib License | <http://zlib.net/> |
25 changes: 12 additions & 13 deletions docs/Authors.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Active (sorted by name):
------------------------
Active (sorted by name)
-----------------------
Goran 'vBm' Džaferi <[email protected]> New website, Trac moderator, IRC
JellyFrog - Server and Trac admin, Swedish
kasper93 <[email protected]> Trac moderator, Polish, Code
XhmikosR <xhmikosr@users.sourceforge.net> Various stuff, Project manager
XhmikosR <xhmikosr@gmail.com> Various stuff, Project manager


Inactive:
---------
Inactive
--------
_xxl <[email protected]> FFmpeg
Alexander Wild <[email protected]> Code, German
alexmarsev <[email protected]> Code
Expand Down Expand Up @@ -36,13 +36,13 @@ Vodyannikov Aleksandr <[email protected]> Code, Russian
xpc1000 <[email protected]> Code


Translators:
------------
Translators
-----------
Translations are now handled using Transifex, a web-based translation platform. An up-to-date list
of translators involved for each language can be found on https://www.transifex.com/mpc-hc/mpc-hc/.

Translators (pre-Transifex era):
------------
Translators (pre-Transifex era)
-------------------------------
Armenian hrant77 <[email protected]>
Basque Xabier Aramendi <[email protected]>
Belarusian Mister-sh <[email protected]>
Expand Down Expand Up @@ -77,10 +77,9 @@ Ukrainian arestarh <[email protected].
Ukrainian Ihor Bobalo <[email protected]> (http://www.eleks.com)


Contributors:
-------------
Alexx999, foxx1337, heksesang, judelaw, m0viefreak, madshi, mtrz, nielsm,
skaarj1, VSFilterMod Team, X-Dron
Contributors
------------
Alexx999, foxx1337, heksesang, judelaw, m0viefreak, madshi, mtrz, nielsm, skaarj1, VSFilterMod Team, X-Dron


https://github.com/mpc-hc/mpc-hc/graphs/contributors
Expand Down
8 changes: 7 additions & 1 deletion docs/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ Legend:
! Fixed


1.7.11 - 6 March 2017
next version - not released yet
===============================
* Switched from mhook to MinHook since it's more actively maintained
! Scale MediaInfo properties tab text properly on high DPI


1.7.11 - 06 March 2017
======================
+ Ability to control playback repeat mode
+ Add a cache to avoid recompiling pixel shaders when possible
+ Add SVG support for custom toolbars
Expand Down
16 changes: 8 additions & 8 deletions docs/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Media Player Classic - Home Cinema (MPC-HC) is a free and open source audio
Media Player Classic - Home Cinema (MPC-HC) is a free and open-source audio
and video player for Windows. MPC-HC is based on the original Guliverkli project
and contains many additional features and bug fixes.

Expand All @@ -13,8 +13,8 @@ We care about keeping an open project open and free for contributions
wherever they may come from.


Main Features:
--------------
Main Features
-------------
* Option to remove tearing
* Better support for Windows Vista/7, including a 64-bit build
* Support for EVR/EVR CP (Enhanced Video Renderer)
Expand All @@ -27,14 +27,14 @@ Main Features:
* 42 translations available


System Requirements:
--------------------
System Requirements
-------------------
* An SSE capable CPU
* Windows XP SP3, Vista, 7, 8, 8.1, 10 32-bit/64-bit


Links:
------
Links
-----
Website: https://mpc-hc.org/
Source code: https://github.com/mpc-hc
Support Trac: https://trac.mpc-hc.org/
Expand Down Expand Up @@ -75,7 +75,7 @@ tinyxml2 zlib License http://www.grinninglizard.com/ti
TreePropSheet - http://www.codeproject.com/Articles/3709/
UnRAR freeware http://www.rarlab.com/rar_add.htm
VirtualDub GPLv2+ http://www.virtualdub.org/
XmlRpc4Win LGPLv2 https://github.com/drtimcooper/XmlRpc4Win
XmlRpc4Win MIT License https://github.com/drtimcooper/XmlRpc4Win
ZenLib zlib License https://github.com/MediaArea/ZenLib
zita-resampler GPLv3 http://kokkinizita.linuxaudio.org/linuxaudio/
zlib zlib License http://zlib.net/

0 comments on commit 77b39a9

Please sign in to comment.