Author: reimar Date: Sun Jun 10 17:47:40 2012 New Revision: 3617 Log: MPlayer 1.1 release news and download links.
Modified: trunk/src/dload.en trunk/src/news.en Modified: trunk/src/dload.en ============================================================================== --- trunk/src/dload.en Thu Apr 12 02:37:51 2012 (r3616) +++ trunk/src/dload.en Sun Jun 10 17:47:40 2012 (r3617) @@ -87,6 +87,29 @@ </table> <p> +We recommend to use latest SVN always, but currently there is also a reasonably recent release available, +which includes an FFmpeg snapshot. +</p> + +<table class="border_table"> +<tr> + <td>MPlayer 1.1 release</td> + <td class="mirror"> + <a href="../MPlayer/releases/MPlayer-1.1.tar.xz">HTTP (xz compressed, 11i MB)</a> + </td> + <td class="mirror"> + <a href="ftp://ftp.mplayerhq.hu/MPlayer/releases/MPlayer-1.1.tar.xz">FTP (xz compressed, 11 MB)</a> + </td> + <td class="mirror"> + <a href="../MPlayer/releases/MPlayer-1.1.tar.gz">HTTP (gzip compressed, 17 MB)</a> + </td> + <td class="mirror"> + <a href="ftp://ftp.mplayerhq.hu/MPlayer/releases/MPlayer-1.1.tar.gz">FTP (gzip compressed, 17 MB)</a> + </td> +</tr> +</table> + +<p> We keep the <a href="../MPlayer/releases/">old releases</a> and <a href="http://www1.mplayerhq.hu/MPlayer/old_stuff/releases/">ancient releases</a> Modified: trunk/src/news.en ============================================================================== --- trunk/src/news.en Thu Apr 12 02:37:51 2012 (r3616) +++ trunk/src/news.en Sun Jun 10 17:47:40 2012 (r3617) @@ -8,6 +8,85 @@ <div class="newsentry"> <h2> + <a name="mplayer11">2011-01-30, Sunday :: MPlayer 1.1 released</a> + <br><span class="poster">posted by the <a href="mailto:[email protected]">release team</a></span> +</h2> + +<p> +We gave up on 1.0 +</p> + +<p> +After a long pause, we decided that it might be a good idea to make +a new release. While we had our fun with the naming scheme with lots +of "pre" and "rc" it seemed time to move on and with everyone incrementing +major versions between weekly and monthly we hope to be forgiven for +jumping ahead to 1.1. +</p> + +<p> +This release is intended to be compatible with the recent FFmpeg 0.11 release. +We hope it will be useful to distros and other users relying on FFmpeg 0.11. +Everyone else is encouraged to follow Subversion HEAD to always get the latest +features and bug fixes. You might still want to read the release announcement to +get a short summary of any bigger changes and improvements. +</p> + +<p> +Among the bigger news is that we found a maintainer for the X11 gmplayer GUI, +so those holding out on it against our earlier recommendations will get a lot +of bug fixes. +</p> + +<p> +There is also support for more subtitle types (Bluray, DVB, DVB closed-caption +for example), many improvements to -vo gl including output of 10 bit video, +very basic but usable OpenGL ES support and much better SDL support which +makes it a usable choice on OSX (particularly on older PowerPC variants much +faster than corevideo or quartz). +MPlayer will now also try much harder to handle intermittent network failures, +for example trying to reconnect. +</p> + +<p> +As part of the code cleanup efforts, the internal libfaad2 copy has been removed +since the FFmpeg decoder is working well. Also the internal mp3lib copy is no +longer used by default since the many alternatives (FFmpeg, libmpg123, libmad) +avoid its recurring issues like incorrect decoding with newer compilers. +However it can still be forced at runtime for easier tracking of regressions. +Please do not rely on this since it will be removed in the future. +If you do not actually need it consider disabling it at compile time with --disable-mp3lib. +</p> + +<p> +As a first for this release, the tarballs are available in two variants: +compressed with xz and compressed with gzip. +Please get the xz variant if you can to save bandwidth, the gzip version +is for everyone that cannot use it. +Should you never have encountered xz compressed files, newer versions of +tar can uncompress it via "tar xJf MPlayer-1.1.tar.xz". +</p> + +<p> +MPlayer 1.1 can be downloaded by +<a href="http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.1.tar.xz">HTTP (xz, 11 MB)</a>, +<a href="ftp://ftp.mplayerhq.hu/MPlayer/releases/MPlayer-1.1.tar.xz">FTP (xz, 11 MB)</a>, +<a href="http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.1.tar.gz">HTTP (gzip, 17 MB)</a> or +<a href="ftp://ftp.mplayerhq.hu/MPlayer/releases/MPlayer-1.1.tar.gz">FTP (gzip, 17 MB)</a> +</p> + +<p> +xz MD5SUM: <b>ac7bf1cfedc1c5c24bfc83107eefb1d9</b><br> +xz SHA1SUM: <b>913a4bbeab7cbb515c2f43ad39bc83071b2efd75</b><br> +gz MD5SUM: <b>4bf35ef2a802f23b9ad57ba7ef488587</b><br> +gz SHA1SUM: <b>e46e3294bc96daabe604e4e195721e4f2d1e5b48</b> +</p> + +</div> + +<div class="newsentry"> + +<h2> <a name="Blurayplayback">2012-02-17, Friday :: Playing back BluRay discs</a> <br><span class="poster">posted by <a href="mailto:[email protected]">Compn</a></span> </h2> _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
