[MPlayer-DOCS] CVS: homepage/src news-archive.src.en,1.36,1.37

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Dec 14 12:29:50 CET 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/homepage/src
In directory mail:/var2/tmp/cvs-serv25564/src

Modified Files:
	news-archive.src.en 
Log Message:
Use proper unordered lists instead of handmade ones.


Index: news-archive.src.en
===================================================================
RCS file: /cvsroot/mplayer/homepage/src/news-archive.src.en,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- news-archive.src.en	2 Dec 2004 13:16:19 -0000	1.36
+++ news-archive.src.en	14 Dec 2004 11:29:48 -0000	1.37
@@ -2737,16 +2737,17 @@
 
 <p>I can't think of any introduction text. So: the new pre-release 0.90-pre4 of
 the <a href="http://freshmeat.net/stats/#popularity">most popular</a>
-movie player is out. List of
-main changes:<br>
-- X11 fullscreen toggle fixes with various windowmanagers, multifile playback<br>
-- DXR2 support<br>
-- Output into animated GIF<br>
-- "cropdetect" video filter to autodetect needed size to crop<br>
-- libavcodec marked as default encoder for MEncoder<br>
-- manpage rewrite<br>
-- lot of other fixes<br>
-</p>
+movie player is out. List of main changes:</p>
+
+<ul>
+<li>X11 fullscreen toggle fixes with various windowmanagers, multifile playback</li>
+<li>DXR2 support</li>
+<li>Output into animated GIF</li>
+<li>"cropdetect" video filter to autodetect needed size to crop</li>
+<li>libavcodec marked as default encoder for MEncoder</li>
+<li>manpage rewrite</li>
+<li>lot of other fixes</li>
+</ul>
 
 <p>Download:</p>
 <ul>
@@ -2768,20 +2769,24 @@
 
 <p>This prerelease contains some serious bugfixes, and no big new features.
 We promised various big things in pre2 announcement, but they are delayed to
-pre4 now, as we want to release these fixes ASAP. The most important fixes were:<br>
-- 3DNow optimization of AC3 4ch downmix fixed, optims re-enabled<br>
-- DGA error/fail after 1 second of playing fixed<br>
-- big A-V desync for some AVI files fixed<br>
-- image distortions when seeking in some MPEG files fixed<br>
-- libmpdvdkit + gcc 3.x issue solved (our CFLAGS triggered a gcc3 bug...)<br>
-- GUI aspect ratio and fullscreen switch fixes, cleanups<br>
-- low FPS .wmv playback fixed<br>
-- MACOS-X (Darwin) port?<br>
-- buggy v4l audio grabbing disabled, we cannot fix, but patches are welcomed!<br>
-- various mjpeg improvements in libavcodec<br>
-<br>
+pre4 now, as we want to release these fixes ASAP. The most important fixes were:
 </p>
-You can download it from the following places:
+
+<ul>
+<li>3DNow optimization of AC3 4ch downmix fixed, optims re-enabled</li>
+<li>DGA error/fail after 1 second of playing fixed</li>
+<li>big A-V desync for some AVI files fixed</li>
+<li>image distortions when seeking in some MPEG files fixed</li>
+<li>libmpdvdkit + gcc 3.x issue solved (our CFLAGS triggered a gcc3 bug...)</li>
+<li>GUI aspect ratio and fullscreen switch fixes, cleanups</li>
+<li>low FPS .wmv playback fixed</li>
+<li>MACOS-X (Darwin) port?</li>
+<li>buggy v4l audio grabbing disabled, we cannot fix, but patches are welcomed!</li>
+<li>various mjpeg improvements in libavcodec</li>
+</ul>
+
+<p>You can download it from the following places:</p>
+
 <ul>
 	<li>Hungary, HTTP -&gt; <a href="http://www.mplayerhq.hu/MPlayer/OLD_stuff/releases/MPlayer-0.90pre3.tar.bz2">http://www.mplayerhq.hu/MPlayer/OLD_stuff/releases/MPlayer-0.90pre3.tar.bz2</a></li>
 	<li>Hungary, FTP -&gt; <a href="ftp://ftp.mplayerhq.hu/MPlayer/OLD_stuff/releases/MPlayer-0.90pre3.tar.bz2">ftp://ftp.mplayerhq.hu/MPlayer/OLD_stuff/releases/MPlayer-0.90pre3.tar.bz2</a></li>
@@ -2821,26 +2826,26 @@
 
 <p>List of changes, without being complete :</p>
 
-<pre>
-- hwac3 fixes (try AFMT_AC3 first), bigendian fixes for PCM audio
-- 2-pass encoding with libavcodec (-lavcopts vpass=x), B frames support
-- faster .ogg seeking (use -forceidx for slow but accurate one)
-- audio-only with gui fixed
-- -rootwin fixed for x11,xv,xmga,xvidix
-- aspect ratio fix for ffmpeg12
-- mpeg-es detection fixed
-- runtime cpudetect disabled by default
-- support for many new win32 codecs, including mss1, tm20, ucod, truespeech
-- divx audio dll sig11 with glibc 2.1.(2|3) fixed
-- includes libmpdvdkit - patched kit of dvd libraries (enabled for linux+freebsd)
-- manpages updated
-- 'f' (fullscreen switch) fixed for some WMs, still has problems
-- various freebsd and openbsd portability patches
-- options -xy,-zoom,-flip usable with mencoder too, -xy keeps aspect
-- -vop lavc, using new fast best libavcodec for realtime mpeg1 transcoding
-- fixed gtk gui crash with --disable-mencoder
-- no more black VOBsub subtitles :)
-</pre>
+<ul>
+<li>hwac3 fixes (try AFMT_AC3 first), bigendian fixes for PCM audio</li>
+<li>2-pass encoding with libavcodec (-lavcopts vpass=x), B frames support</li>
+<li>faster .ogg seeking (use -forceidx for slow but accurate one)</li>
+<li>audio-only with gui fixed</li>
+<li>-rootwin fixed for x11,xv,xmga,xvidix</li>
+<li>aspect ratio fix for ffmpeg12</li>
+<li>mpeg-es detection fixed</li>
+<li>runtime cpudetect disabled by default</li>
+<li>support for many new win32 codecs, including mss1, tm20, ucod, truespeech</li>
+<li>divx audio dll sig11 with glibc 2.1.(2|3) fixed</li>
+<li>includes libmpdvdkit - patched kit of dvd libraries (enabled for linux+freebsd)</li>
+<li>manpages updated</li>
+<li>'f' (fullscreen switch) fixed for some WMs, still has problems</li>
+<li>various freebsd and openbsd portability patches</li>
+<li>options -xy,-zoom,-flip usable with mencoder too, -xy keeps aspect</li>
+<li>-vop lavc, using new fast best libavcodec for realtime mpeg1 transcoding</li>
+<li>fixed gtk gui crash with --disable-mencoder</li>
+<li>no more black VOBsub subtitles :)</li>
+</ul>
 
 <p>Everyone is welcome to test, and don't forget to REPORT BUGS! You can
 download <b>MPlayer 0.90pre2</b>




More information about the MPlayer-DOCS mailing list