[MPlayer-DOCS] [homepage]: r2544 - in trunk/src: news-archive.src.en news.src.en
diego
subversion at mplayerhq.hu
Fri Jun 16 00:49:51 CEST 2006
Author: diego
Date: Fri Jun 16 00:49:51 2006
New Revision: 2544
Modified:
trunk/src/news-archive.src.en
trunk/src/news.src.en
Log:
Move 1.0pre7 release news to archive.
Modified: trunk/src/news-archive.src.en
==============================================================================
--- trunk/src/news-archive.src.en (original)
+++ trunk/src/news-archive.src.en Fri Jun 16 00:49:51 2006
@@ -8,6 +8,282 @@
<div class="newsentry">
<h2>
+ <a name="mplayer10pre7">2005.04.16, Saturday :: MPlayer 1.0pre7 released</a>
+ <br><span class="poster">posted by the release team</span>
+</h2>
+
+<p>
+The patent Sword of Damocles nonwithstanding, MPlayer is still alive and the
+time is ripe for another release. Do you want to see more releases in the
+future? <b>Please</b> join us in our fight against the EU patent directive.
+The battle is not over and we might prevail if <b>you</b> help as well.
+</p>
+
+<p>
+First off, we have uncovered some new security bugs in the
+<a href="news-archive.html#vuln11">MMST</a> and
+<a href="news-archive.html#vuln10">RTSP</a>
+streaming code so we urge you to upgrade in any case.
+</p>
+
+<p>
+We are trying to release a little more often so the list of changes is not as
+huge as for pre6, but still formidable. Notable improvements have been made to
+MEncoder this time around. It can now output MPEG files that you can use to
+create (S)VCDs and DVDs. Support for even more container formats through
+libavformat has been added experimentally and you can encode multiple files
+at once. If you have not used MEncoder before, now would be a good time
+since we expanded and improved its documentation considerably.
+</p>
+
+<p>
+We have added more codecs to the feature list, some native - most notable
+should be ALAC (Apple Lossless Audio Codec) - and some with the help
+of binary codecs - notable here are TwinVQ (VQF) and VMware video.
+Furthermore we have imported the Tremor Ogg/Vorbis decoder into MPlayer so
+Ogg files and Vorbis audio now work without the need for external libraries.
+MPlayer should now play more files than ever as with any new release.
+To get the most out of it, you should also install the latest
+<a href="dload.html#codecs">codec packages</a>.
+</p>
+
+<p>
+Snow, the next-generation wavelet-based video codec has seen some improvement
+and considerable speedup, plus there is a bit of documentation for it now.
+Try it out and play with it, just remember it's <b>experimental</b> and what
+you encode today may well not be playable tomorrow.
+</p>
+
+<p>
+A lot of internal cleanup was done to the audio layer. A directly visible
+result is the removal of the old audio plugins that were long deprecated by
+audio filters.
+</p>
+
+<p>
+Last but not least, we made bug fixes everywhere, so MPlayer should work with
+fewer hiccups than ever.
+</p>
+
+<p>
+And now enjoy those movies ...
+</p>
+
+<h3>Update</h3>
+
+<p>
+Somehow we forgot to mention that we added audio track switching during
+playback, one of the most requested features since ages. It only works
+for Matroska and MPEG containers for now and is still experimental, but
+it's a start. Press the "#" key on a file with multiple audio tracks to
+try it out.
+</p>
+
+<h3>MPlayer 1.0pre7: <i>"PatentCounter"</i></h3>
+
+
+<h4>Security:</h4>
+
+<ul>
+ <li>heap overflow in Real RTSP streaming code fixed</li>
+ <li>buffer overflow in MMST streaming code fixed</li>
+</ul>
+
+<h4>DOCS:</h4>
+
+<ul>
+ <li>Czech documentation translation in progress</li>
+ <li>German man page almost synced</li>
+ <li>slave mode command documentation finished</li>
+ <li>TOOLS documented in TOOLS/README</li>
+ <li>audio filter documentation moved to the man page and updated</li>
+ <li>all audio filters documented</li>
+ <li>improved encoding guide</li>
+ <li>preliminary documentation for snow codec in DOCS/tech/snow.txt</li>
+ <li>misc updates and fixes all over the place</li>
+</ul>
+
+<h4>Ports:</h4>
+
+<ul>
+ <li>DirectX video output fixed on Windows95</li>
+ <li>DirectX video output now supports 256 color mode</li>
+ <li>audio device selection support for dsound audio output driver</li>
+ <li>--enable-macosx-bundle, use config directory in the appwrapper on OS X</li>
+ <li>Sun audio output cleanup</li>
+ <li>x86_64 support fixes</li>
+ <li>OpenBSD support in libdha</li>
+ <li>VIDIX support for more Radeon 9200 models</li>
+</ul>
+
+<h4>Drivers:</h4>
+
+<ul>
+ <li>fixed ontop event for some window managers</li>
+ <li>audio output layer cleanup</li>
+ <li>unified colorkey handling code</li>
+ <li>vo_xvmc panscan fix</li>
+ <li>fixed some X11 crashes</li>
+ <li>OSD fixes in various video output drivers</li>
+</ul>
+
+<h4>Decoders:</h4>
+
+<ul>
+ <li>TWinVQ decoder via binary DLL</li>
+ <li>integrated Tremor decoder for Ogg/Vorbis</li>
+ <li>fixed decoding of stereo alaw files</li>
+ <li>preload QT DLLs to work around problems with their hardcoded paths</li>
+ <li>support for Real 10 RV30/40 Linux binary codec (fixes some RV40 files)</li>
+ <li>expose support for 422P and 444P raw formats</li>
+ <li>32 bit RGB support in binary TSCC decoder</li>
+ <li>dropped support of old FAAD2 versions (<= 1.1)</li>
+ <li>support for Real 10 cook Linux binary codec (decodes cook5.1)</li>
+ <li>improved NV12/NV21 support</li>
+ <li>support for 32 bit float and extended WAV files</li>
+ <li>prefer native RealAudio 1.0 / 2.0 decoder over binary decoders</li>
+ <li>support for multichannel WAV files</li>
+ <li>ALAC (QuickTime lossless audio) support via lavc</li>
+ <li>WNV1 support via lavc</li>
+ <li>AASC (Autoderk RLE video) support via lavc</li>
+ <li>LOCO video support via lavc</li>
+ <li>fixed Layer 1 stereo playback via mp3lib</li>
+ <li>VMnc (VMware video) decoder via binary DLL</li>
+ <li>AMR NB/WB support via libavcodec and external reference decoders</li>
+ <li>ADTS AAC support</li>
+</ul>
+
+<h4>Demuxers:</h4>
+
+<ul>
+ <li>vqf demuxer</li>
+ <li>seeking in MPEG-ES fixed</li>
+ <li>support for Real multirate files</li>
+ <li>framerate autodetection for MPEG-4 and H.264 video in ES and TS streams</li>
+ <li>MP3 in Real files</li>
+ <li>more user-friendly info about audio and subtitle tracks in Ogg files</li>
+ <li>avisynth demuxer</li>
+ <li>Multichannel MP3 in MP4 files support (MP3on4)</li>
+ <li>some classes of nonworking 14.4/28.8 RealAudio files fixed</li>
+ <li>added code to autodetect and demux MPEG audio layers 1 and 2</li>
+ <li>demux AC3 audio files using libavformat by default</li>
+ <li>online audio stream switching in the MPEG and Matroska demuxers</li>
+ <li>3GP demuxing support</li>
+ <li>DVB updates and ATSC tuner support</li>
+ <li>AVC in Matroska support</li>
+ <li>SWF and FLV support via libavformat</li>
+ <li>use proper Vorbis fourcc</li>
+</ul>
+
+<h4>Streaming:</h4>
+
+<ul>
+ <li>stream selection and bandwidth support for MMS over HTTP</li>
+ <li>fallback to HTTP if connection refused on pnm://</li>
+ <li>support for UDP streaming (udp://)</li>
+ <li>support for vstream TiVo streams (tivo://)</li>
+ <li>EOF detect and bugfixes in pnm:// streams</li>
+</ul>
+
+<h4>FFmpeg/libavcodec:</h4>
+
+<ul>
+ <li>RV20 fixes</li>
+ <li>many H.264 fixes</li>
+ <li>B-frames in H.264, H.264 weighted prediction support</li>
+ <li>a lot of integer overflow and pointer fixes</li>
+ <li>32 bit RGB support in TSCC</li>
+ <li>multichannel MP3 decoder (MP3on4)</li>
+ <li>3g2 support</li>
+ <li>ALAC audio decoder</li>
+ <li>LOCO video decoder</li>
+ <li>WNV1 video decoder</li>
+ <li>shorten audio decoder and demuxer</li>
+ <li>AASC video decoder</li>
+ <li>AMR NB/WB support via external reference decoders</li>
+ <li>significantly faster snow decoding</li>
+ <li>experimental ratecontrol for snow</li>
+ <li>countless bug fixes all over the place</li>
+</ul>
+
+<h4>GUI:</h4>
+
+<ul>
+ <li>half size event implemented and added to the menu</li>
+ <li>ESD configuration dialog and software volume control option</li>
+ <li>memleaks fixed</li>
+</ul>
+
+<h4>Filters:</h4>
+
+<ul>
+ <li>big cleanup of audio filter layer</li>
+ <li>faster af_format for most common cases</li>
+ <li>float handling in the audio filter layer finally fixed</li>
+ <li>obsolete audio plugins finally removed</li>
+ <li>updated HRTF filter</li>
+ <li>center channel adding filter</li>
+ <li>soft-telecined input support in pullup improved</li>
+</ul>
+
+<h4>MEncoder:</h4>
+
+<ul>
+ <li>new experimental MPEG muxer, compatible with DVD and (S)VCD</li>
+ <li>multiple file support</li>
+ <li>-speed support (framerate conversion with speedup/slowdown)</li>
+ <li>EDL support</li>
+ <li>low bitrate mp3lame encoding fix</li>
+ <li>MJPEG encoding fix</li>
+ <li>NUV endianness fix (makes old NUV files unplayable)</li>
+ <li>experimental libavformat muxer</li>
+ <li>mp3lame CBR encoding fix</li>
+ <li>35% faster turbo mode for 1st pass</li>
+</ul>
+
+<h4>Others:</h4>
+
+<ul>
+ <li>-z option replaced by -vo png suboption</li>
+ <li>icc fix in the Win32 loader</li>
+ <li>crash with Turkish locale fixed</li>
+ <li>several memleak fixes</li>
+ <li>-aa* options are replaced by -vo aa suboptions</li>
+ <li>excessive verbosity reduced</li>
+ <li>RTC support for *BSD</li>
+ <li>non-UTF-8 external subtitles with Matroska fixed</li>
+ <li>gcc 4 fixes</li>
+ <li>partial NX (noexec bit) support</li>
+ <li>support libsmbclient with SSL</li>
+ <li>put changed notices into all imported files for GPL §2a compliance</li>
+</ul>
+
+<p>
+MPlayer 1.0pre7 can be downloaded from the following locations. Please be kind
+to our server and use one of our many mirrors.
+</p>
+
+<ul>
+ <li>Switzerland
+ <a href="http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">HTTP</a>
+ <a href="http://ftp.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">FTP</a></li>
+ <li>Switzerland 2
+ <a href="http://www4.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">HTTP</a></li>
+ <li>Australia
+ <a href="ftp://ftp6.mplayerhq.hu/pub/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">FTP</a></li>
+</ul>
+
+<p>
+MD5SUM: <b>5fadd6957d3aab989cd760ff38fb8fdf</b>
+</p>
+
+</div>
+
+
+
+<div class="newsentry">
+
+<h2>
<a name="vuln11">2005.04.16, Saturday :: MMST heap overflow</a>
<br><span class="poster">posted by Roberto</span>
</h2>
Modified: trunk/src/news.src.en
==============================================================================
--- trunk/src/news.src.en (original)
+++ trunk/src/news.src.en Fri Jun 16 00:49:51 2006
@@ -1049,280 +1049,4 @@
</div>
-
-
-<div class="newsentry">
-
-<h2>
- <a name="mplayer10pre7">2005.04.16, Saturday :: MPlayer 1.0pre7 released</a>
- <br><span class="poster">posted by the release team</span>
-</h2>
-
-<p>
-The patent Sword of Damocles nonwithstanding, MPlayer is still alive and the
-time is ripe for another release. Do you want to see more releases in the
-future? <b>Please</b> join us in our fight against the EU patent directive.
-The battle is not over and we might prevail if <b>you</b> help as well.
-</p>
-
-<p>
-First off, we have uncovered some new security bugs in the
-<a href="news-archive.html#vuln11">MMST</a> and
-<a href="news-archive.html#vuln10">RTSP</a>
-streaming code so we urge you to upgrade in any case.
-</p>
-
-<p>
-We are trying to release a little more often so the list of changes is not as
-huge as for pre6, but still formidable. Notable improvements have been made to
-MEncoder this time around. It can now output MPEG files that you can use to
-create (S)VCDs and DVDs. Support for even more container formats through
-libavformat has been added experimentally and you can encode multiple files
-at once. If you have not used MEncoder before, now would be a good time
-since we expanded and improved its documentation considerably.
-</p>
-
-<p>
-We have added more codecs to the feature list, some native - most notable
-should be ALAC (Apple Lossless Audio Codec) - and some with the help
-of binary codecs - notable here are TwinVQ (VQF) and VMware video.
-Furthermore we have imported the Tremor Ogg/Vorbis decoder into MPlayer so
-Ogg files and Vorbis audio now work without the need for external libraries.
-MPlayer should now play more files than ever as with any new release.
-To get the most out of it, you should also install the latest
-<a href="dload.html#codecs">codec packages</a>.
-</p>
-
-<p>
-Snow, the next-generation wavelet-based video codec has seen some improvement
-and considerable speedup, plus there is a bit of documentation for it now.
-Try it out and play with it, just remember it's <b>experimental</b> and what
-you encode today may well not be playable tomorrow.
-</p>
-
-<p>
-A lot of internal cleanup was done to the audio layer. A directly visible
-result is the removal of the old audio plugins that were long deprecated by
-audio filters.
-</p>
-
-<p>
-Last but not least, we made bug fixes everywhere, so MPlayer should work with
-fewer hiccups than ever.
-</p>
-
-<p>
-And now enjoy those movies ...
-</p>
-
-<h3>Update</h3>
-
-<p>
-Somehow we forgot to mention that we added audio track switching during
-playback, one of the most requested features since ages. It only works
-for Matroska and MPEG containers for now and is still experimental, but
-it's a start. Press the "#" key on a file with multiple audio tracks to
-try it out.
-</p>
-
-<h3>MPlayer 1.0pre7: <i>"PatentCounter"</i></h3>
-
-
-<h4>Security:</h4>
-
-<ul>
- <li>heap overflow in Real RTSP streaming code fixed</li>
- <li>buffer overflow in MMST streaming code fixed</li>
-</ul>
-
-<h4>DOCS:</h4>
-
-<ul>
- <li>Czech documentation translation in progress</li>
- <li>German man page almost synced</li>
- <li>slave mode command documentation finished</li>
- <li>TOOLS documented in TOOLS/README</li>
- <li>audio filter documentation moved to the man page and updated</li>
- <li>all audio filters documented</li>
- <li>improved encoding guide</li>
- <li>preliminary documentation for snow codec in DOCS/tech/snow.txt</li>
- <li>misc updates and fixes all over the place</li>
-</ul>
-
-<h4>Ports:</h4>
-
-<ul>
- <li>DirectX video output fixed on Windows95</li>
- <li>DirectX video output now supports 256 color mode</li>
- <li>audio device selection support for dsound audio output driver</li>
- <li>--enable-macosx-bundle, use config directory in the appwrapper on OS X</li>
- <li>Sun audio output cleanup</li>
- <li>x86_64 support fixes</li>
- <li>OpenBSD support in libdha</li>
- <li>VIDIX support for more Radeon 9200 models</li>
-</ul>
-
-<h4>Drivers:</h4>
-
-<ul>
- <li>fixed ontop event for some window managers</li>
- <li>audio output layer cleanup</li>
- <li>unified colorkey handling code</li>
- <li>vo_xvmc panscan fix</li>
- <li>fixed some X11 crashes</li>
- <li>OSD fixes in various video output drivers</li>
-</ul>
-
-<h4>Decoders:</h4>
-
-<ul>
- <li>TWinVQ decoder via binary DLL</li>
- <li>integrated Tremor decoder for Ogg/Vorbis</li>
- <li>fixed decoding of stereo alaw files</li>
- <li>preload QT DLLs to work around problems with their hardcoded paths</li>
- <li>support for Real 10 RV30/40 Linux binary codec (fixes some RV40 files)</li>
- <li>expose support for 422P and 444P raw formats</li>
- <li>32 bit RGB support in binary TSCC decoder</li>
- <li>dropped support of old FAAD2 versions (<= 1.1)</li>
- <li>support for Real 10 cook Linux binary codec (decodes cook5.1)</li>
- <li>improved NV12/NV21 support</li>
- <li>support for 32 bit float and extended WAV files</li>
- <li>prefer native RealAudio 1.0 / 2.0 decoder over binary decoders</li>
- <li>support for multichannel WAV files</li>
- <li>ALAC (QuickTime lossless audio) support via lavc</li>
- <li>WNV1 support via lavc</li>
- <li>AASC (Autoderk RLE video) support via lavc</li>
- <li>LOCO video support via lavc</li>
- <li>fixed Layer 1 stereo playback via mp3lib</li>
- <li>VMnc (VMware video) decoder via binary DLL</li>
- <li>AMR NB/WB support via libavcodec and external reference decoders</li>
- <li>ADTS AAC support</li>
-</ul>
-
-<h4>Demuxers:</h4>
-
-<ul>
- <li>vqf demuxer</li>
- <li>seeking in MPEG-ES fixed</li>
- <li>support for Real multirate files</li>
- <li>framerate autodetection for MPEG-4 and H.264 video in ES and TS streams</li>
- <li>MP3 in Real files</li>
- <li>more user-friendly info about audio and subtitle tracks in Ogg files</li>
- <li>avisynth demuxer</li>
- <li>Multichannel MP3 in MP4 files support (MP3on4)</li>
- <li>some classes of nonworking 14.4/28.8 RealAudio files fixed</li>
- <li>added code to autodetect and demux MPEG audio layers 1 and 2</li>
- <li>demux AC3 audio files using libavformat by default</li>
- <li>online audio stream switching in the MPEG and Matroska demuxers</li>
- <li>3GP demuxing support</li>
- <li>DVB updates and ATSC tuner support</li>
- <li>AVC in Matroska support</li>
- <li>SWF and FLV support via libavformat</li>
- <li>use proper Vorbis fourcc</li>
-</ul>
-
-<h4>Streaming:</h4>
-
-<ul>
- <li>stream selection and bandwidth support for MMS over HTTP</li>
- <li>fallback to HTTP if connection refused on pnm://</li>
- <li>support for UDP streaming (udp://)</li>
- <li>support for vstream TiVo streams (tivo://)</li>
- <li>EOF detect and bugfixes in pnm:// streams</li>
-</ul>
-
-<h4>FFmpeg/libavcodec:</h4>
-
-<ul>
- <li>RV20 fixes</li>
- <li>many H.264 fixes</li>
- <li>B-frames in H.264, H.264 weighted prediction support</li>
- <li>a lot of integer overflow and pointer fixes</li>
- <li>32 bit RGB support in TSCC</li>
- <li>multichannel MP3 decoder (MP3on4)</li>
- <li>3g2 support</li>
- <li>ALAC audio decoder</li>
- <li>LOCO video decoder</li>
- <li>WNV1 video decoder</li>
- <li>shorten audio decoder and demuxer</li>
- <li>AASC video decoder</li>
- <li>AMR NB/WB support via external reference decoders</li>
- <li>significantly faster snow decoding</li>
- <li>experimental ratecontrol for snow</li>
- <li>countless bug fixes all over the place</li>
-</ul>
-
-<h4>GUI:</h4>
-
-<ul>
- <li>half size event implemented and added to the menu</li>
- <li>ESD configuration dialog and software volume control option</li>
- <li>memleaks fixed</li>
-</ul>
-
-<h4>Filters:</h4>
-
-<ul>
- <li>big cleanup of audio filter layer</li>
- <li>faster af_format for most common cases</li>
- <li>float handling in the audio filter layer finally fixed</li>
- <li>obsolete audio plugins finally removed</li>
- <li>updated HRTF filter</li>
- <li>center channel adding filter</li>
- <li>soft-telecined input support in pullup improved</li>
-</ul>
-
-<h4>MEncoder:</h4>
-
-<ul>
- <li>new experimental MPEG muxer, compatible with DVD and (S)VCD</li>
- <li>multiple file support</li>
- <li>-speed support (framerate conversion with speedup/slowdown)</li>
- <li>EDL support</li>
- <li>low bitrate mp3lame encoding fix</li>
- <li>MJPEG encoding fix</li>
- <li>NUV endianness fix (makes old NUV files unplayable)</li>
- <li>experimental libavformat muxer</li>
- <li>mp3lame CBR encoding fix</li>
- <li>35% faster turbo mode for 1st pass</li>
-</ul>
-
-<h4>Others:</h4>
-
-<ul>
- <li>-z option replaced by -vo png suboption</li>
- <li>icc fix in the Win32 loader</li>
- <li>crash with Turkish locale fixed</li>
- <li>several memleak fixes</li>
- <li>-aa* options are replaced by -vo aa suboptions</li>
- <li>excessive verbosity reduced</li>
- <li>RTC support for *BSD</li>
- <li>non-UTF-8 external subtitles with Matroska fixed</li>
- <li>gcc 4 fixes</li>
- <li>partial NX (noexec bit) support</li>
- <li>support libsmbclient with SSL</li>
- <li>put changed notices into all imported files for GPL §2a compliance</li>
-</ul>
-
-<p>
-MPlayer 1.0pre7 can be downloaded from the following locations. Please be kind
-to our server and use one of our many mirrors.
-</p>
-
-<ul>
- <li>Switzerland
- <a href="http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">HTTP</a>
- <a href="http://ftp.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">FTP</a></li>
- <li>Switzerland 2
- <a href="http://www4.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">HTTP</a></li>
- <li>Australia
- <a href="ftp://ftp6.mplayerhq.hu/pub/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">FTP</a></li>
-</ul>
-
-<p>
-MD5SUM: <b>5fadd6957d3aab989cd760ff38fb8fdf</b>
-</p>
-
-</div>
-
<!-- content end -->
More information about the MPlayer-DOCS
mailing list