[FFmpeg-cvslog] [ffmpeg.org]: r72 - in trunk/src: compat legal links mailinglists projects

diego subversion
Sun May 27 21:15:06 CEST 2007


Author: diego
Date: Sun May 27 21:15:05 2007
New Revision: 72

Log:
Lowercase all tags.


Modified:
   trunk/src/compat
   trunk/src/legal
   trunk/src/links
   trunk/src/mailinglists
   trunk/src/projects

Modified: trunk/src/compat
==============================================================================
--- trunk/src/compat	(original)
+++ trunk/src/compat	Sun May 27 21:15:05 2007
@@ -8,11 +8,11 @@
 
 <body bgcolor="#FFFFFF">
 
-<H2>FFmpeg Compatibility</H2>
+<h2>FFmpeg Compatibility</h2>
 
 <?php require ('navbar.html'); ?>
 
-<H3>Windows Compatibility</H3>
+<h3>Windows Compatibility</h3>
 
 FFmpeg can generate a lot of different types of multimedia files with a
 variety of audio and video codecs inside. Sometimes these formats do
@@ -23,87 +23,87 @@
 Windows Media Player and Apple's QuickTime Player, are a little more
 rigid in the types of files they will accept.
 
-<P>
+<p>
 Some FFmpeg end-users wish to know which encoding modes will produce files
 that can be played in common proprietary multimedia players. This page
 is intended to help them out.
 
-<P>
-<H3>Testing Procedure</H3>
+<p>
+<h3>Testing Procedure</h3>
 These tests were conducted on Friday, February 4, 2005 with the FFmpeg CVS copy
 from that day. Also, the machine generating the files was an AMD64
 computer.
 
-<P>
+<p>
 The Windows testing computer is a Pentium 4 PC with a fresh install of
 Windows XP with Service Pack 2 pre-applied. Windows Media Player is the
 default, "out of the box" version installed with the platform. The Apple
 QuickTime Player is v6.5.2, the latest as of this writing.
 
-<P>
-<H3>Windows Media Player</H3>
+<p>
+<h3>Windows Media Player</h3>
 The following command lines produced AVI files that were playable with
 the default WinXP/SP2 installation of Windows Media Player:
 
-<UL>
-<LI><EM>ffmpeg -i <inputfile.ext> -vcodec msmpeg4 -vtag MP43 -acodec mp3 <file.avi></EM>
-<BR>
+<ul>
+<li><em>ffmpeg -i <inputfile.ext> -vcodec msmpeg4 -vtag MP43 -acodec mp3 <file.avi></em>
+<br>
 This is the same as the infamous 'DIV3' DivX ;-) codec. However, if the
 '-vtag' option is omitted, the 'DIV3' tag will be inserted by default and
-WMP will reject the video format.</LI>
+WMP will reject the video format.</li>
 
-<LI><EM>ffmpeg -i <inputfile.ext> -vcodec msmpeg4v2 -acodec mp3 <file.avi></EM>
-<BR>
-use Microsoft MPEG-4v2 video</LI>
+<li><em>ffmpeg -i <inputfile.ext> -vcodec msmpeg4v2 -acodec mp3 <file.avi></em>
+<br>
+use Microsoft MPEG-4v2 video</li>
 
-<LI><EM>ffmpeg -i <inputfile.ext> -vcodec wmv7 -acodec mp3 <file.avi></EM>
-<BR>
-use Microsoft WMV7</LI>
-</UL>
+<li><em>ffmpeg -i <inputfile.ext> -vcodec wmv7 -acodec mp3 <file.avi></em>
+<br>
+use Microsoft WMV7</li>
+</ul>
 
 Note that if you omit a specific '-acodec' audio coding format, FFmpeg
 will encode MP2 audio by default. This also works with the default WMP.
 
-<P>
+<p>
 Note also that MP3 encoding support is external to FFmpeg and must be
 configured appropriately.
 
-<P>
+<p>
 Another compatible format that WMP can handle is vanilla MPEG. The command
 line:
 
-<BLOCKQUOTE>
-<EM>ffmpeg -i <inputfile.ext> <file.mpg></EM>
-</BLOCKQUOTE>
+<blockquote>
+<em>ffmpeg -i <inputfile.ext> <file.mpg></em>
+</blockquote>
 
 will create a MPEG file with MPEG-1 video and MP2 audio.
 
 
-<P>
-<H3>Apple QuickTime Player</H3>
+<p>
+<h3>Apple QuickTime Player</h3>
 The following command lines produced QuickTime files that were playable
 with Apple QuickTime Player v6.5.2:
 
-<UL>
-<LI><EM>ffmpeg -i <inputfile.ext> <file.mov></EM></LI>
-<LI><EM>ffmpeg -i <inputfile.ext> <file.mp4></EM></LI>
-</UL>
+<ul>
+<li><em>ffmpeg -i <inputfile.ext> <file.mov></em></li>
+<li><em>ffmpeg -i <inputfile.ext> <file.mp4></em></li>
+</ul>
 
 These command lines will produce MPEG-4 QuickTime files with ISO MPEG-4
 video and AAC audio. Note that AAC encoding support is external to FFmpeg
 and must be configured appropriately.
 
-<P>
+<p>
 Another compatible format that Apple's QuickTime Player can handle is
 vanilla MPEG. The command line:
 
-<BLOCKQUOTE>
-<EM>ffmpeg -i <inputfile.ext> <file.mpg></EM>
-</BLOCKQUOTE>
+<blockquote>
+<em>ffmpeg -i <inputfile.ext> <file.mpg></em>
+</blockquote>
 
 will create a MPEG file with MPEG-1 video and MP2 audio.
 
-<P>
+<p>
 
 <?php require ('navbar.html'); ?>
 

Modified: trunk/src/legal
==============================================================================
--- trunk/src/legal	(original)
+++ trunk/src/legal	Sun May 27 21:15:05 2007
@@ -8,11 +8,11 @@
 
 <body BGCOLOR="#FFFFFF">
 
-<H2>FFmpeg License and Legal Considerations</H2>
+<h2>FFmpeg License and Legal Considerations</h2>
 
 <?php require ('navbar.html'); ?>
 
-<H3>FFmpeg License</H3>
+<h3>FFmpeg License</h3>
 
 FFmpeg is licensed under the <a href="http://www.gnu.org/copyleft/lesser.html">
 GNU Lesser General Public License (LGPL)</a>.  However, FFmpeg
@@ -25,21 +25,21 @@
 of FFmpeg or reusing FFmpeg.  You may also wish to have a look at the
 <a href="http://www.gnu.org/licenses/gpl-faq.html">GPL FAQ</a>.
 
-<H3>Trademark</H3>
+<h3>Trademark</h3>
 FFmpeg is a trademark of Fabrice Bellard, originator of the FFmpeg project.
 
-<P>
-<H3>Legal Mini-FAQ</H3>
+<p>
+<h3>Legal Mini-FAQ</h3>
 A lot of legal questions arise when discussing multimedia technology. This
 mini-FAQ attempts to address these issues. Note that much of this discussion
-is based on <I>precedent</I>, or what has happened in the past under similar
-circumstances. Very little consideration is given to <I>what could happen</I>.
+is based on <i>precedent</i>, or what has happened in the past under similar
+circumstances. Very little consideration is given to <i>what could happen</i>.
 If you use your imagination, you can visualize any dire scenario and cease
 doing any productive work.
 
-<P>
-<B>Q: Does FFmpeg use patented algorithms?</B>
-<BR>
+<p>
+<b>Q: Does FFmpeg use patented algorithms?</b>
+<br>
 A: We do not know, we are not lawyers so we are not qualified to answer
 this. Also we have never read patents to implement any part of FFmpeg,
 so even if we were qualified we could not answer it as we do not know
@@ -65,9 +65,9 @@
 patent rights in connection therewith.
 </blockquote>
 
-<P>
-<B>Q: Is it legal to use such patented algorithms?</B>
-<BR>
+<p>
+<b>Q: Is it legal to use such patented algorithms?</b>
+<br>
 A: Patent laws change wildly between jurisdictions. Further, even in places where
 software patents are recognized, there is serious doubt about the legitimacy of such
 legislation. Note patents on algorithms are illegal in many countries, also
@@ -75,17 +75,17 @@
 operating system or together with specific other software might violate
 anti trust laws.
 
-<P>
-<B>Q: Bottom line: Should I be worried about legal issues if I use FFmpeg?</B>
-<BR>
+<p>
+<b>Q: Bottom line: Should I be worried about legal issues if I use FFmpeg?</b>
+<br>
 A: Are you a private user working with FFmpeg for your own personal purposes?
 If so, there is remarkably little reason to be concerned. Are you using FFmpeg
 in a commercial software product? Read on to the next question...
 
-<P>
-<B>Q: Since FFmpeg is licensed under the LGPL, is it perfectly all right to
-incorporate the whole FFmpeg core into my own commercial product?</B>
-<BR>
+<p>
+<b>Q: Since FFmpeg is licensed under the LGPL, is it perfectly all right to
+incorporate the whole FFmpeg core into my own commercial product?</b>
+<br>
 A: You might have a problem here. Sure the LGPL allows you to incorporate the
 code. However, there have been cases where companies have
 used FFmpeg in their projects, usually for such capabilities as superior
@@ -94,9 +94,9 @@
 will come after their protection money. Most notably, MPEG-LA (licensing authority) is
 vigilant and diligent about collecting for MPEG-related technologies.
 
-<P>
-<B>Q: You called the patent license fee protection money, is this a joke?</B>
-<BR>
+<p>
+<b>Q: You called the patent license fee protection money, is this a joke?</b>
+<br>
 A: No, the legal validity of these patents is highly questionable, still in
 the current judiciary systems it is very easy to ruin a company with patents
 even if the patents are invalid. Paying the (small) license fee is much cheaper
@@ -104,9 +104,9 @@
 as the patent would be valid until you win the lawsuit 5+ years in the future.
 That is assuming you did not go bankrupt before...
 
-<P>
-<B>Q: Can I be safe if I've payed my protection money.</B>
-<BR>
+<p>
+<b>Q: Can I be safe if I've payed my protection money.</b>
+<br>
 A: You can never be safe as long as your country recognizes software
 patents for valid. There are companies that own many patents, pay and
 cross-license for other companies patents, but even such companies are

Modified: trunk/src/links
==============================================================================
--- trunk/src/links	(original)
+++ trunk/src/links	Sun May 27 21:15:05 2007
@@ -8,15 +8,15 @@
 <body BGCOLOR="#FFFFFF">
 
 
-<H2>FFmpeg Links and Related Information</H2>
+<h2>FFmpeg Links and Related Information</h2>
 <?php require ('navbar.html'); ?>
 
-<UL>
-<LI><A HREF="http://www.multimedia.cx/">Multimedia Research
-Institute</A>: Documentation on many things multimedia
-<LI><A HREF="http://mplayerhq.hu/%7Emichael/codec-features.html">MPEG4
-Codec feature comparison</A>
-</UL>
+<ul>
+<li><a href="http://www.multimedia.cx/">Multimedia Research
+Institute</a>: Documentation on many things multimedia
+<li><a href="http://mplayerhq.hu/%7Emichael/codec-features.html">MPEG4
+Codec feature comparison</a>
+</ul>
 
 
 <?php require ('navbar.html'); ?>

Modified: trunk/src/mailinglists
==============================================================================
--- trunk/src/mailinglists	(original)
+++ trunk/src/mailinglists	Sun May 27 21:15:05 2007
@@ -95,7 +95,7 @@
 operator status, contributors that committed patches get voice.
 </p>
 
-<P>
+<p>
 
 
 <?php require ('navbar.html'); ?>

Modified: trunk/src/projects
==============================================================================
--- trunk/src/projects	(original)
+++ trunk/src/projects	Sun May 27 21:15:05 2007
@@ -14,13 +14,13 @@
 
 These are some of the projects known to incorporate work from the FFmpeg
 project. If you would like to see another project added here, please send
-an email to the <A HREF="mailinglists.html">ffmpeg-devel mailing list</A>.
+an email to the <a href="mailinglists.html">ffmpeg-devel mailing list</a>.
 
 <p>
 
 <table>
 <tr>
-<td COLSPAN="2" ALIGN="center">
+<td colspan="2" align="center">
 (in alphabetical order)
 </td>
 </tr>




More information about the ffmpeg-cvslog mailing list