[MPlayer-DOCS] CVS: homepage/src news.src.en,1.196,1.197

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Apr 17 00:04:58 CEST 2005


CVS change done by Diego Biurrun CVS

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

Modified Files:
	news.src.en 
Log Message:
MPlayer 1.0pre7


Index: news.src.en
===================================================================
RCS file: /cvsroot/mplayer/homepage/src/news.src.en,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- news.src.en	16 Apr 2005 18:40:35 -0000	1.196
+++ news.src.en	16 Apr 2005 22:04:56 -0000	1.197
@@ -8,6 +8,287 @@
 <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="#vuln11">MMST</a> and <a href="#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>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>Hungary 1
+		<a href="http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">HTTP</a>
+		<a href="http://ftp1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">FTP</a></li>
+	<li>Hungary 2
+		<a href="http://www2.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">HTTP</a>
+		<a href="ftp://ftp2.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">FTP</a></li>
+	<li>USA
+		<a href="ftp://ftp3.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">FTP</a></li>
+	<li>Switzerland
+		<a href="http://www4.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">HTTP</a></li>
+	<li>USA 2
+		<a href="http://ftp5.mplayerhq.hu/mplayer/releases/MPlayer-1.0pre7.tar.bz2">HTTP</a>
+		<a href="ftp://ftp5.mplayerhq.hu/mplayer/releases/MPlayer-1.0pre7.tar.bz2">FTP</a></li>
+	<li>Australia
+		<a href="ftp://ftp6.mplayerhq.hu/pub/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">FTP</a></li>
+	<li>USA 3
+		<a href="http://www7.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">HTTP</a></li>
+	<li>Bulgaria
+		<a href="ftp://ftp8.mplayerhq.hu/mplayer/releases/MPlayer-1.0pre7.tar.bz2">FTP</a></li>
+	<li>Yugoslavia
+		<a href="http://www9.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2">HTTP</a>
+		<a href="ftp://ftp9.mplayerhq.hu/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>




More information about the MPlayer-DOCS mailing list