Author: diego Date: Sun Jan 23 13:08:21 2011 New Revision: 3550 Log: Move 2008 news entries to the news archive.
Modified: trunk/src/news-archive.en trunk/src/news.en Modified: trunk/src/news-archive.en ============================================================================== --- trunk/src/news-archive.en Sun Jan 23 13:05:38 2011 (r3549) +++ trunk/src/news-archive.en Sun Jan 23 13:08:21 2011 (r3550) @@ -5,6 +5,104 @@ <h1>News Archive</h1> +<div class="newsentry"> + +<h2> + <a name="picsearch">2008-12-20, Saturday :: Picsearch samples list</a> + <br><span class="poster">posted by Compn</span> +</h2> + +<blockquote style="border: 2px solid #666; padding: 10px; background-color: #222;"> +<p> +The FFmpeg project would like to recognize and thank the people at +<a href="http://www.picsearch.com/">Picsearch</a> for their help improving +FFmpeg recently. The Picsearch team makes extensive use of FFmpeg and +provided feedback to FFmpeg in the form of thousands of files that +either crash FFmpeg or use unsupported/unknown codecs. The FFmpeg +development team is putting this information to work in order to improve +FFmpeg for everyone. +<br><br> +We know that there are other organizations using FFmpeg on a large scale +to process diverse input types. The FFmpeg team invites those +organizations to provide similar feedback about problems encountered in +the wild. +</p> +</blockquote> + +<p> +The MPlayer team is also working hard on this list, so far we have added +support for 25 binary decoders and 23 fourccs to existing video codecs. +Stay tuned as we continue testing files and adding support for more codecs. +</p> + +<p> +We also urge all websites that use MPlayer/FFmpeg to share the +crashing/unplayable files with us. We +<a href="http://wiki.multimedia.cx/index.php?title=YouTube">suspect</a> +that <a href="http://www.youtube.com">Youtube</a> uses our software, +and we would like everyone to benefit from their work. +</p> + +<p> +One of our goals is to be able to play every video file. If you have a file +which does not play with MPlayer, please upload it so we can take a look. +You can find instructions in the +<a href="../DOCS/HTML/en/bugreports_what.html#bugreports_playback">Bugreports</a> +section of the documentation. Or you can report non-working videos on our +<a href="http://bugzilla.mplayerhq.hu/">Bugzilla</a> or on the +<a href="https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users">MPlayer-users</a> +mailing list or just <a href="mailto:[email protected]">send me</a> +an email with the URL of the problem video. +</p> + +</div> + + + +<div class="newsentry"> + +<h2> + <a name="dvdnav413">2008-09-09, Tuesday :: libdvdnav-4.1.3 and libdvdread-4.1.3 released</a> + <br><span class="poster">posted by Dominik</span> +</h2> + +<p> +We are proud to announce another release. This time, it's a dual one, because +libdvdread was split from libdvdnav and is now developed in a separate tree, +retaining API compatibility with the old upstream. +</p> + +<p> +Apart from the split, the highlights for this release include a large number +of memory and resource leak fixes, pkgconfig support and the introduction of +dvdread-config script. +</p> + +<p> +libdvdnav-4.1.3 can be downloaded by +<a href="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdnav-4.1.3.tar.bz2">HTTP</a> or +<a href="ftp://ftp.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdnav-4.1.3.tar.bz2">FTP</a>. +</p> + +<p> +SHA1SUM: <b>d1b95eb8a7caee1fa7580a1abad84d6cb3cad046</b><br> +MD5SUM: <b>d62383c45b28816771e283515f2c27fa</b> +</p> + +<p> +libdvdread-4.1.3 can be downloaded by +<a href="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-4.1.3.tar.bz2">HTTP</a> or +<a href="ftp://ftp.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-4.1.3.tar.bz2">FTP</a>. +</p> + +<p> +SHA1SUM: <b>fc4c7ba3e49929191e057b435bc4f867583ea8d5</b><br> +MD5SUM: <b>6dc068d442c85a3cdd5ad3da75f6c6e8</b> +</p> + +</div> + + <div class="newsentry"> Modified: trunk/src/news.en ============================================================================== --- trunk/src/news.en Sun Jan 23 13:05:38 2011 (r3549) +++ trunk/src/news.en Sun Jan 23 13:08:21 2011 (r3550) @@ -203,6 +203,8 @@ </p> </div> + + <div class="newsentry"> <h2> @@ -682,103 +684,4 @@ </div> - - -<div class="newsentry"> - -<h2> - <a name="picsearch">2008-12-20, Saturday :: Picsearch samples list</a> - <br><span class="poster">posted by Compn</span> -</h2> - -<blockquote style="border: 2px solid #666; padding: 10px; background-color: #222;"> -<p> -The FFmpeg project would like to recognize and thank the people at -<a href="http://www.picsearch.com/">Picsearch</a> for their help improving -FFmpeg recently. The Picsearch team makes extensive use of FFmpeg and -provided feedback to FFmpeg in the form of thousands of files that -either crash FFmpeg or use unsupported/unknown codecs. The FFmpeg -development team is putting this information to work in order to improve -FFmpeg for everyone. -<br><br> -We know that there are other organizations using FFmpeg on a large scale -to process diverse input types. The FFmpeg team invites those -organizations to provide similar feedback about problems encountered in -the wild. -</p> -</blockquote> - -<p> -The MPlayer team is also working hard on this list, so far we have added -support for 25 binary decoders and 23 fourccs to existing video codecs. -Stay tuned as we continue testing files and adding support for more codecs. -</p> - -<p> -We also urge all websites that use MPlayer/FFmpeg to share the -crashing/unplayable files with us. We -<a href="http://wiki.multimedia.cx/index.php?title=YouTube">suspect</a> -that <a href="http://www.youtube.com">Youtube</a> uses our software, -and we would like everyone to benefit from their work. -</p> - -<p> -One of our goals is to be able to play every video file. If you have a file -which does not play with MPlayer, please upload it so we can take a look. -You can find instructions in the -<a href="../DOCS/HTML/en/bugreports_what.html#bugreports_playback">Bugreports</a> -section of the documentation. Or you can report non-working videos on our -<a href="http://bugzilla.mplayerhq.hu/">Bugzilla</a> or on the -<a href="https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users">MPlayer-users</a> -mailing list or just <a href="mailto:[email protected]">send me</a> -an email with the URL of the problem video. -</p> - -</div> - - - -<div class="newsentry"> - -<h2> - <a name="dvdnav413">2008-09-09, Tuesday :: libdvdnav-4.1.3 and libdvdread-4.1.3 released</a> - <br><span class="poster">posted by Dominik</span> -</h2> - -<p> -We are proud to announce another release. This time, it's a dual one, because -libdvdread was split from libdvdnav and is now developed in a separate tree, -retaining API compatibility with the old upstream. -</p> - -<p> -Apart from the split, the highlights for this release include a large number -of memory and resource leak fixes, pkgconfig support and the introduction of -dvdread-config script. -</p> - -<p> -libdvdnav-4.1.3 can be downloaded by -<a href="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdnav-4.1.3.tar.bz2">HTTP</a> or -<a href="ftp://ftp.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdnav-4.1.3.tar.bz2">FTP</a>. -</p> - -<p> -SHA1SUM: <b>d1b95eb8a7caee1fa7580a1abad84d6cb3cad046</b><br> -MD5SUM: <b>d62383c45b28816771e283515f2c27fa</b> -</p> - -<p> -libdvdread-4.1.3 can be downloaded by -<a href="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-4.1.3.tar.bz2">HTTP</a> or -<a href="ftp://ftp.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-4.1.3.tar.bz2">FTP</a>. -</p> - -<p> -SHA1SUM: <b>fc4c7ba3e49929191e057b435bc4f867583ea8d5</b><br> -MD5SUM: <b>6dc068d442c85a3cdd5ad3da75f6c6e8</b> -</p> - -</div> - <!-- content end --> _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
