mirror of https://github.com/mpv-player/mpv
small updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8433 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e4fc32848b
commit
7b72b683da
|
@ -59,8 +59,8 @@ The purpose of this document is to describe the MPlayer skin format.
|
|||
The information contained here might be wrong, for
|
||||
|
||||
<ol type="a">
|
||||
<li>It is not me who wrote the GUI</li>
|
||||
<li>The GUI is not finished</li>
|
||||
<li>It is not me who wrote the GUI.</li>
|
||||
<li>The GUI is not finished.</li>
|
||||
<li>I might be wrong.</li>
|
||||
</ol>
|
||||
|
||||
|
@ -106,7 +106,7 @@ listed above, for example:
|
|||
|
||||
<h3><a name="images">2.2 Image formats</a></h3>
|
||||
|
||||
Images must be truecolor (24 or 32 bpp) PNG.
|
||||
Images must be truecolor (24 or 32 bpp) PNGs.
|
||||
|
||||
<p>
|
||||
In the main window (see below) you can use images with `transparency':
|
||||
|
@ -575,7 +575,7 @@ You can use the following variables in the text:
|
|||
<td>movie height
|
||||
</td></tr>
|
||||
<tr><td align=center><kbd>$C</kbd></td>
|
||||
<td>used codec's name
|
||||
<td>name of the codec used
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
|
@ -896,10 +896,10 @@ playing after the file is loaded.
|
|||
<dd>Open/close the playlist window.
|
||||
|
||||
<dt><b>evPlayDVD</b>
|
||||
<dd>Tries to open the disc in the given DVDROM drive.
|
||||
<dd>Tries to open the disc in the given DVD-ROM drive.
|
||||
|
||||
<dt><b>evPlayVCD</b>
|
||||
<dd>Tries to open the disc in the given CDROM drive.
|
||||
<dd>Tries to open the disc in the given CD-ROM drive.
|
||||
|
||||
<dt><b>evPreferences</b>
|
||||
<dd>Open the preferences window.
|
||||
|
|
|
@ -22,18 +22,19 @@ English documentation:
|
|||
* user docs: Gabucino, Diego Biurrun
|
||||
* review, grammar & html fixes: Diego Biurrun, Nilmoni Deb, András Mohari
|
||||
* input layer, lirc, slave mode docs: Albeu
|
||||
* man page: Jonas Jermann <jjermann@gmx.net>
|
||||
* man page: Jonas Jermann, Diego Biurrun
|
||||
* tech/* docs: A'rpi
|
||||
|
||||
Documentation translations:
|
||||
* Help Messages: Johannes Feigl
|
||||
* Hungarian: Gabucino
|
||||
* German: Jonas Jermann <jjermann@gmx.net>
|
||||
* French: Nicolas Le Gaillart
|
||||
* German: Moritz Bunkus
|
||||
* French: Nicolas Tourmentine
|
||||
* Spanish: TeLeNiEkO (outdated)
|
||||
* Russian: Nick Kurshev (outdated)
|
||||
* Polish: Justyna Biala <nell@skrzynka.pl>
|
||||
* Italian: Matteo Balduzzi
|
||||
* Chinese: hephooey@fastmail.fm
|
||||
|
||||
Platforms/ports: (see also DOCS/tech/porting-status.txt)
|
||||
* Debian packaging: Dariusz Pietrzak
|
||||
|
|
|
@ -5,7 +5,6 @@ TODO:
|
|||
FOR THE NEXT PRE_RELEASE:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
- fix -vop expand=-50 + ffdivx
|
||||
- fix -npp in manpage
|
||||
- remove -vop lavcdeint, remove -vop yuy2, yvu9
|
||||
|
||||
FOR THE v0.90 RELEASE:
|
||||
|
|
|
@ -37,7 +37,14 @@ outdated patches.
|
|||
worry, mplayer-dev-eng is not high traffic and you can subscribe with the
|
||||
nomail option if you do not wish to receive all the mails.
|
||||
|
||||
7. Do not immediately ask for CVS write access. If you contributed one or more
|
||||
7. Give us a few days to react. We try to review patches as fast as possible,
|
||||
but unfortunately we are constantly overloaded with work, be it MPlayer
|
||||
related or from our day to day lives. If your patch seems to be ignored,
|
||||
please resend it and mention that you got ignored. We are interested in your
|
||||
work and will eventually either accept it or reject it with an explanation
|
||||
what and why we disliked about your patch.
|
||||
|
||||
8. Do not immediately ask for CVS write access. If you contributed one or more
|
||||
nice, acceptable patches and they need maintaining or you want to be an
|
||||
MPlayer developer, you'll get CVS write access.
|
||||
|
||||
|
|
Loading…
Reference in New Issue