CVS: main/DOCS codecs.html,1.110,1.111 sound.html,1.73,1.74
Update of /cvsroot/mplayer/main/DOCS In directory mail:/var/tmp.root/cvs-serv18356/DOCS Modified Files: codecs.html sound.html Log Message: fixing al3x's 10l's Index: codecs.html =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/codecs.html,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- codecs.html 4 Feb 2003 21:38:31 -0000 1.110 +++ codecs.html 5 Feb 2003 21:22:06 -0000 1.111 @@ -169,7 +169,7 @@ <H4><A NAME="xanim">2.2.1.3 XAnim codecs</A></H4> -<H5>FOREWORD</H5> +<H4>FOREWORD</H4> <P> Be advised that the XAnim binary codecs are packaged with a piece of text claiming to be a legally binding software license which, besides other @@ -178,7 +178,7 @@ action against anyone for codec-related issues. </P> -<H5>INSTALLATION AND USAGE</H5> +<H4>INSTALLATION AND USAGE</H4> <P>MPlayer is capable of employing the XAnim codecs for decoding. Follow the instructions to enable them:</P> @@ -266,7 +266,7 @@ source DivX4 (now DivX5), and the non-ProjectMayo people working on OpenDivX got angry, then started XViD. So both projects have the same origin.</P> -<H5>ADVANTAGES</H5> +<H4>ADVANTAGES</H4> <UL> <LI>open source</LI> @@ -276,7 +276,7 @@ your box while compiling)</LI> </UL> -<H5>DISADVANTAGES</H5> +<H4>DISADVANTAGES</H4> <UL> <LI>currently it does not properly <B>decode</B> all DivX/DivX4 files (no @@ -285,7 +285,7 @@ <LI>under development</LI> </UL> -<H5>INSTALLING XVID CVS</H5> +<H4>INSTALLING XVID CVS</H4> <P>XViD is currently available only from CVS. Here are the download and installation instructions:</P> @@ -325,7 +325,7 @@ QuickTime libraries</B></LI> </UL> -<H5>COMPILING MPLAYER WITH QUICKTIME LIBRARIES SUPPORT</H5> +<H4>COMPILING MPLAYER WITH QUICKTIME LIBRARIES SUPPORT</H4> <P><B>NOTE:</B> currently only 32bit Intel platforms are supported.</P> Index: sound.html =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/sound.html,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- sound.html 4 Feb 2003 21:38:31 -0000 1.73 +++ sound.html 5 Feb 2003 21:22:06 -0000 1.74 @@ -366,7 +366,7 @@ </DL> -<H5><A NAME="af_resample">2.3.2.3.1 Up/Down-sampling</A></H5> +<H4><A NAME="af_resample">2.3.2.3.1 Up/Down-sampling</A></H4> <P>MPlayer fully supports sound up/down-sampling through the <CODE>resample</CODE> filter. It can be used if you @@ -409,7 +409,7 @@ output frequency scaling and linear interpolation.</P> -<H5><A NAME="af_channels">2.3.2.3.2 Changing the number of channels</A></H5> +<H4><A NAME="af_channels">2.3.2.3.2 Changing the number of channels</A></H4> <P>The <CODE>channels</CODE> filter can be used for adding and removing channels, it can also be used for routing or copying channels. It is @@ -455,7 +455,7 @@ channel 0 to channels 0 to 3. Channel 4 and 5 will contain silence.</P> -<H5><A NAME="af_format">2.3.2.3.3 Sample format converter</A></H5> +<H4><A NAME="af_format">2.3.2.3.3 Sample format converter</A></H4> <P>The <CODE>format</CODE> filter converts between different sample formats. It is automatically enabled when needed by the sound card or another filter.</P> @@ -482,7 +482,7 @@ data.</P> -<H5><A NAME="af_delay">2.3.2.3.4 Delay</A></H5> +<H4><A NAME="af_delay">2.3.2.3.4 Delay</A></H4> <P>The <CODE>delay</CODE> filter delays the sound to the loudspeakers such that the sound from the different channels arrives at the listening position @@ -517,7 +517,7 @@ by 0ms and the center channel by 7ms.</P> -<H5><A NAME="af_volume">2.3.2.3.5 Software volume control</A></H5> +<H4><A NAME="af_volume">2.3.2.3.5 Software volume control</A></H4> <P>Software volume control is implemented by the <CODE>volume</CODE> audio filter. Use this filter with caution since @@ -555,7 +555,7 @@ utilized.</P> -<H5><A NAME="af_equalizer">2.3.2.3.6 Equalizer</A></H5> +<H4><A NAME="af_equalizer">2.3.2.3.6 Equalizer</A></H4> <P>The <CODE>equalizer</CODE> filter represents a 10 octave band graphic equalizer, implemented using 10 IIR @@ -598,7 +598,7 @@ canceling it almost completely around 1kHz.</P> -<H5><A NAME="af_panning">2.3.2.3.7 Panning filter</A></H5> +<H4><A NAME="af_panning">2.3.2.3.7 Panning filter</A></H4> <P>Use the <CODE>pan</CODE> filter to mix channels arbitrarily. It is basically a combination of the volume control and the channels filter. There are two @@ -638,7 +638,7 @@ example).</P> -<H5><A NAME="af_sub">2.3.2.3.8 Sub-woofer</A></H5> +<H4><A NAME="af_sub">2.3.2.3.8 Sub-woofer</A></H4> <P>The <CODE>sub</CODE> filter adds a sub woofer channel to the audio stream. The audio data @@ -671,7 +671,7 @@ <P>would add a sub-woofer channel with a cutoff frequency of 100Hz to output channel 4.</P> -<H5><A NAME="af_surround">2.3.2.3.9 Surround-sound decoder</A></H5> +<H4><A NAME="af_surround">2.3.2.3.9 Surround-sound decoder</A></H4> <P>Matrix encoded surround sound can be decoded by the <CODE>surround</CODE> filter. Dolby Surround is @@ -728,7 +728,7 @@ <P>Currently audio plugins cannot be used in MEncoder.</P> -<H5><A NAME="resample">2.3.2.4.1 Up/Downsampling</A></H5> +<H4><A NAME="resample">2.3.2.4.1 Up/Downsampling</A></H4> <P>MPlayer fully supports up/downsampling of the sound. This plugin can be used if you have a fixed frequency sound card or if you are @@ -747,7 +747,7 @@ and cause audio distortion.</P> -<H5><A NAME="surround_decoding">2.3.2.4.2 Surround Sound decoding</A></H5> +<H4><A NAME="surround_decoding">2.3.2.4.2 Surround Sound decoding</A></H4> <P>MPlayer has an audio plugin that can decode matrix encoded surround sound. Dolby Surround is an example of a matrix encoded format. @@ -758,7 +758,7 @@ <CODE>mplayer media.avi -aop list=surround</CODE></P> -<H5><A NAME="format">2.3.2.3.3 Sample format converter</A></H5> +<H4><A NAME="format">2.3.2.3.3 Sample format converter</A></H4> <P>If your sound card driver does not support signed 16bit <CODE>int</CODE> data type, this plugin can @@ -773,7 +773,7 @@ list=format:format=<required output format></CODE></P> -<H5><A NAME="delay">2.3.2.4.4 Delay</A></H5> +<H4><A NAME="delay">2.3.2.4.4 Delay</A></H4> <P>This plugin delays the sound and is intended as an example of how to develop new plugins. It can not be used for anything useful from a users perspective @@ -785,7 +785,7 @@ to make this easier.</P> -<H5><A NAME="volume">2.3.2.4.5 Software volume control</A></H5> +<H4><A NAME="volume">2.3.2.4.5 Software volume control</A></H4> <P>This plugin is a software replacement for the volume control, and can be used on machines with a broken mixer device. It can also be @@ -820,7 +820,7 @@ list=volume:softclip</CODE></P> -<H5><A NAME="extrastereo">2.3.2.4.6 Extrastereo</A></H5> +<H4><A NAME="extrastereo">2.3.2.4.6 Extrastereo</A></H4> <P>This plugin (linearly) increases the difference between left and right channels (like the XMMS extrastereo plugin) which gives some sort of "live" @@ -836,7 +836,7 @@ -1.0, left and right channels will be swapped.</P> -<H5><A NAME="normalizer">2.3.2.4.7 Volume normalizer</A></H5> +<H4><A NAME="normalizer">2.3.2.4.7 Volume normalizer</A></H4> <P>This plugin maximizes the volume without distorting the sound.</P>
Hi,
Modified Files: codecs.html sound.html Log Message: fixing al3x's 10l's no, they aren't 10l's...
You are using H4 for section headers and for topics inside the actual section, that just makes it more unreadable... The user can't make difference between the headers and topics, if you want to use H4 for topics, use H3 for headers. Ok, if you don't want, i will not commit any docs patches anymore, and please, do not update the docs, as usually you do it... your written and unwritten laws... If you would work so much on the docs as Arpi and the others on the code, than it would contain the feature descriptions for over 1 year further... and we don't get payed for our work (=coding) :) -- Alex Beregszaszi <alex@naxine.org> (MPlayer Core Developer -- http://www.mplayerhq.hu/) ZDNet.au: "Where do you see Linux in 5 years?" Alan Cox: "Hopefully world domination! (laughs)."
On Thu, Feb 06, 2003 at 04:40:56PM +0100, Alex Beregszaszi wrote:
Modified Files: codecs.html sound.html Log Message: fixing al3x's 10l's no, they aren't 10l's...
No, they aren't 10l bugs, of course, they are a matter of taste and style guidelines. I might add here that modern browsers (Mozilla) allow setting a minimum font size, so any text will be readable, even if set in <H42>. Text browsers are not affected by tiny fonts anyway to the best of my knowledge.
You are using H4 for section headers and for topics inside the actual section, that just makes it more unreadable... The user can't make difference between the headers and topics, if you want to use H4 for topics, use H3 for headers.
Yes, but the underlying problem here is the deeply nested structure of video.html. I will address this at the weekend if I find some time.
Ok, if you don't want, i will not commit any docs patches anymore, and please, do not update the docs, as usually you do it... your written and unwritten laws...
OK, then we will have to change those unwritten laws into written ones. I already posted a draft of a documentation-howto.txt, I will try to finish this up this weekend. I have no problem with you updating the docs. Feel free to send a patch or commit directly, whatever you prefer.
If you would work so much on the docs as Arpi and the others on the code, than it would contain the feature descriptions for over 1 year further... and we don't get payed for our work (=coding) :)
Everybody to one corner and shake hands, please. We wouldn't want to stir up another flame war about the docs, would we ;-) Everybody just works as hard as his timeframe permits while still having fun and together we build something great. Diego
Alex Beregszaszi wrote:
You are using H4 for section headers and for topics inside the actual section, that just makes it more unreadable... Then post a screenshot about a H5 text on your browser, maybe your fonts are bigger :)
Anyway: 2.1.3.1 XYZ SuperVideoCodec Installation ^- Can the user see the difference? :)
The user can't make difference between the headers and topics, if you want to use H4 for topics, use H3 for headers. The user can't see what you want to write with H5 because it's so fucking small.
Ok, if you don't want, i will not commit any docs patches anymore, and please, do not update the docs, as usually you do it... your written and unwritten laws... H5 Sucks, Don't Do It. Apart from this, your commits are mostly ok.
-- Gabucino MPlayer Core Team
Gabucino writes:
Alex Beregszaszi wrote:
You are using H4 for section headers and for topics inside the actual section, that just makes it more unreadable... Then post a screenshot about a H5 text on your browser, maybe your fonts are bigger :)
Anyway:
2.1.3.1 XYZ SuperVideoCodec
Installation
^- Can the user see the difference? :)
Sorry, but I don't understand what you are trying to say. Diego
participants (4)
-
Alex Beregszaszi -
Diego Biurrun -
Gabucino -
Winner of tha face compo