[MPlayer-DOCS] [homepage]: r3386 - trunk/src/news.en

compn subversion at mplayerhq.hu
Mon Mar 2 06:24:54 CET 2009


Author: compn
Date: Mon Mar  2 06:24:52 2009
New Revision: 3386

Log:
rls draft

Modified:
   trunk/src/news.en

Modified: trunk/src/news.en
==============================================================================
--- trunk/src/news.en	Sun Mar  1 15:02:41 2009	(r3385)
+++ trunk/src/news.en	Mon Mar  2 06:24:52 2009	(r3386)
@@ -5,6 +5,266 @@
 
 <h1>News</h1>
 
+<!-- ~~~~~~~ COMMENTED ENTRY -- check for unclosed tags
+<div class="newsentry">
+
+<h2>
+	<a name="mplayer10rc3">2009-03-02, Monday :: MPlayer 1.0rc3 released</a>
+	<br><span class="poster">posted by the release team</span>
+</h2>
+
+<p>
+This was a triumph, I'm making a note here. HUGE SUCCESS. OK so its nothing
+spectacular, just another MPlayer release. Its been a long time,
+we thought we could get away with telling everyone to use SVN versions
+instead of making releases. Our cunning plan has failed.
+</p>
+
+<p>
+MPlayer now supports most of the Bluray and HD-DVD codecs.
+You can rip Bluray movies on Linux using
+<a href="https://help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD">this guide</a>.
+A patch for AACS support and to store/use known keys is welcome.
+</p>
+
+<p>
+We have switched to the lavf mov demuxer to avoid maintaining the
+duplicate mov/mp4 code. This breaks binary audio/video codecs with mov/mp4
+files. Please use -demuxer mov if you still require the binary decoders.
+</p>
+
+<p>
+NVidia has given MPlayer VDPAU support. It allows for hardware acceleration
+wtih newer NVidia video cards and H.264, VC-1, WMV3, and MPEG 1/2 codecs.
+A patch for PureVideo support on Windows would be welcome now.
+</p>
+
+<p>
+There is no need to download binary codec packages if you already have an
+older version. The codec packs have not been updated. The newly added
+binary codecs can be found
+<a href="http://samples.mplayerhq.hu/drivers32/new/">HERE</a>.
+</p>
+
+<h3>MPlayer (1.0)<i>rc3: "StillAlive" March 1, 2009</i></h3>
+
+<h4>Decoders:</h4>
+
+<ul>
+  <li>support for X8 frame (fixes "J-type picture is not supported" for WMV2)</li>
+  <li>support for DTS WAV/DTS-CD passthrough by ad_hwac3</li>
+  <li>Apple's raw YUV2 in MOV</li>
+  <li>LATM over LOAS AAC decoding via internal libfaad2</li>
+  <li>video game codecs: BFI video, Playstation MDEC video, ADPCM XA audio,
+      EA Maxis XA ADPCM audio, RL2 video, Beam Software SIFF video, V.Flash PTX video</li>
+  <li>AVOption support for libavcodec-based decoders</li>
+  <li>use lavc ADPCM codecs by default</li>
+  <li>support for progressive jpeg in ffmjpeg</li>
+  <li>ACDSystems mjpeg (ACDV) via binary DLL and lavc</li>
+  <li>SIF1 via binary DLL</li>
+  <li>wincam screen capture (WCMV) via binary DLL</li>
+  <li>Creative Labs Video Blaster Webcam mjpeg (CJPG) via binary DLL and ijpg library</li>
+  <li>kensington webcam (AJPG,ABYR) via binary DLL</li>
+  <li>centre for wavelets (wavc) via binary DLL</li>
+  <li>GeoVision Advanced MPEG-4 (GMP4,GM40) via binary DLL</li>
+  <li>Xiricam jpg from Veo PC Camera (XJPG) via binary DLL</li>
+  <li>WorldConnect Wavelet Video (SMSV) via binary DLL</li>
+  <li>VDOWave 3 advanced (VDO3,VDOM,VDOW) via binary DLL</li>
+  <li>VoxWare MetaVoice (format 0x0074) via binary DLL</li>
+  <li>Ulead DV Audio (0x215,0x216) via binary DLL</li>
+  <li>GoToMeeting codec (G2M2,G2M3) via binary DLL</li>
+  <li>SP4x codec - used by Aiptek MegaCam (SP4x) via binary DLL</li>
+  <li>Broadway MPEG Capture Codec (BW10) via binary DLL</li>
+  <li>ZDSoft screen recorder (ZDSV) via binary DLL</li>
+  <li>WebTrain Communication lossless screen recorder (WTVC) via binary DLL</li>
+  <li>xfire video (XFR1) via binary DLL</li>
+  <li>VFAPI rgb transcode (vifp) via binary DLL</li>
+  <li>ETI CamCorder EYECON (NUB0,NUB1,NUB2) via binary DLL</li>
+  <li>fox motion (FMVC) via binary DLL</li>
+  <li>Trident video (TY2C,TY2N,TY0N) via binary DLL</li>
+  <li>10-bit video (v210) via Cinewave binary DLL</li>
+  <li>Brooktree YUV 4:1:1 Raw (Y41P) via binary DLL</li>
+  <li>many rare/obscure fourccs for known formats added</li>
+  <li>lower priority for binary Linux rv3040 codecs due to bugs</li>
+</ul>
+
+<h4>Demuxers:</h4>
+
+<ul>
+  <li>-lavfdopts cryptokey allows decrypting MXF and ASF files</li>
+  <li>support for wavpack in Matroska</li>
+  <li>AVOption support for lavf demuxing</li>
+  <li>prefer lavf musepack demuxer over libmpdemux</li>
+  <li>prefer lavf MOV demuxer over libmpdemux (use -demuxer mov for old behavior)</li>
+  <li>support program switching in lavf demuxer</li>
+  <li>support -slang in lavf demuxer</li>
+  <li>support nosound switching in lavf demuxer</li>
+  <li>support libass in lavf demuxer</li>
+  <li>support VOBsub in lavf demuxer</li>
+  <li>support MOV subtitle format</li>
+  <li>support for attachments in lavf demuxer</li>
+  <li>support for chapters in lavf demuxer</li>
+  <li>support seeking in multirate RealMedia files</li>
+  <li>FLAC speedup in lavf demuxer</li>
+  <li>MNG demuxer</li>
+</ul>
+
+<h4>Filters:</h4>
+
+<ul>
+  <li>vf_ow new overcomplete wavelet denoiser</li>
+  <li>change vf_screenshot dependency from libpng to lavc</li>
+  <li>add af_scaletempo which maintains audio pitch when changing playback speed</li>
+  <li>fix multi-channel reordering</li>
+  <li>af_stats, filter to print information about the audio stream</li>
+</ul>
+
+<h4>Streaming:</h4>
+
+<ul>
+  <li>tv:// support for Windows</li>
+  <li>fix teletext on some systems</li>
+  <li>DVD streams can switch angles</li>
+  <li>DVD still menus are now supported via dvdnav://</li>
+  <li>allow specifying the TV standard for each channel</li>
+  <li>switch internal dvdread to libdvdread SVN external</li>
+</ul>
+
+<h4>FFmpeg/libavcodec:</h4>
+
+<ul>
+  <li>DNxHD encoder</li>
+  <li>H.264 PAFF decoding</li>
+  <li>Nellymoser ASAO decoder</li>
+  <li>Beam Software SIFF demuxer and decoder</li>
+  <li>libvorbis Vorbis decoding removed in favor of native decoder</li>
+  <li>IntraX8 (J-Frame) subdecoder for WMV2 and VC-1</li>
+  <li>Ogg (Vorbis only) muxer</li>
+  <li>PC Paintbrush PCX decoder</li>
+  <li>Sun Rasterfile decoder</li>
+  <li>TechnoTrend PVA demuxer</li>
+  <li>Linux Media Labs MPEG-4 (LMLM4) demuxer</li>
+  <li>AVM2 (Flash 9) SWF muxer</li>
+  <li>QT variant of IMA ADPCM encoder</li>
+  <li>Ipod/Iphone compatible mp4 muxer</li>
+  <li>Mimic decoder</li>
+  <li>MSN TCP Webcam stream demuxer</li>
+  <li>RL2 demuxer / decoder</li>
+  <li>IFF demuxer</li>
+  <li>8SVX audio decoder</li>
+  <li>BFI demuxer</li>
+  <li>MAXIS EA XA (.xa) demuxer / decoder</li>
+  <li>BFI video decoder</li>
+  <li>OMA demuxer</li>
+  <li>MLP/TrueHD decoder</li>
+  <li>Electronic Arts CMV decoder</li>
+  <li>Motion Pixels Video decoder</li>
+  <li>Motion Pixels MVI demuxer</li>
+  <li>removed animated GIF decoder/demuxer</li>
+  <li>D-Cinema audio muxer</li>
+  <li>Electronic Arts TGV decoder</li>
+  <li>Apple Lossless Audio Codec (ALAC) encoder</li>
+  <li>AAC decoder</li>
+  <li>floating point PCM encoder/decoder</li>
+  <li>MXF muxer</li>
+  <li>E-AC-3 support added to AC-3 decoder</li>
+  <li>Nellymoser ASAO encoder</li>
+  <li>ASS and SSA demuxer and muxer</li>
+  <li>liba52 wrapper removed</li>
+  <li>SVQ3 watermark decoding support</li>
+  <li>Speex decoding via libspeex</li>
+  <li>Electronic Arts TGQ decoder</li>
+  <li>RV30 and RV40 decoder</li>
+  <li>QCELP / PureVoice decoder</li>
+  <li>hybrid WavPack support</li>
+  <li>R3D REDCODE demuxer</li>
+  <li>Electronic Arts TQI decoder</li>
+  <li>OpenJPEG based JPEG 2000 decoder</li>
+  <li>NC (NC4600) cameras file demuxer</li>
+  <li>MXF D-10 muxer</li>
+  <li>Generic metadata API</li>
+  <li>H.264 speedup and PAFF decoding (install Yasm for faster H264 decoding)</li>
+  <li>correctly decode more of the H.264 conformance testsuite</li>
+  <li>VC-1/WMV3 decoder speedup</li>
+  <li>VP3 decoder speedup</li>
+  <li>VP6 decoder speedup</li>
+  <li>Split-Radix FFT (speedup multiple audio codecs)</li>
+  <li>MMX/SSE/ARM and other misc speedups</li>
+</ul>
+
+<h4>libmpeg2:</h4>
+
+<ul>
+  <li>enable Alpha/ARM optimizations in libmpeg2</li>
+  <li>SSE2-optimized IDCT routines from upstream libmpeg2</li>
+  <li>libmpeg2 updated to version 0.5.1</li>
+</ul>
+
+<h4>Drivers:</h4>
+
+<ul>
+  <li>replace PolypAudio by PulseAudio (-ao pulse)</li>
+  <li>add force-pbo suboption for faster output in vo_gl</li>
+  <li>add Nintendo Wii/GameCube video driver (-vo wii)</li>
+  <li>VIDIX driver for SuperH Mobile VEU hardware block.</li>
+  <li>support -border on vo_gl/gl2 in x11</li>
+  <li>Direct3D Windows video output driver added.</li>
+  <li>factorize code in vo_wii</li>
+  <li>removed unnecessary code from vo x11, xv, xvmc</li>
+  <li>add OS/2 DART audio driver (-ao dart)</li>
+  <li>add VDPAU video output</li>
+</ul>
+
+
+<h4>MEncoder:</h4>
+
+<ul>
+  <li>check for system-wide configuration file in MEncoder</li>
+  <li>AVOption support for lavc encoders</li>
+  <li>AVOption support for lavf muxers</li>
+</ul>
+
+<h4>Others:</h4>
+
+<ul>
+  <li>many compiler warning fixes</li>
+  <li>basic support for Closed Captioning roll-up mode</li>
+  <li>reworked screensaver disabling support, most users will need to use
+      -heartbeat-cmd due to screensaver authors failing to design a common API</li>
+  <li>grayscale decoding/encoding with FFmpeg disabled where it slowed down
+      the color case</li>
+  <li>Linux AppleIR remote support</li>
+  <li>add options to disable some or all configuration files</li>
+  <li>support for DOS-style file:///x:/path paths</li>
+  <li>some new slave commands (check DOCS/tech/slave.txt)</li>
+  <li>libass fixes and updates to match VSFilter renderer</li>
+  <li>libdvdcss updated to 1.2.10, now same as upstream version</li>
+  <li>fix -endchapter support again for -dump* options</li>
+  <li>add startup volume option</li>
+</ul>
+
+<h4>Ports:</h4>
+
+<ul>
+  <li>small crash with vo_macosx fixed</li>
+  <li>AC3/DTS passthrough for ao_macosx</li>
+  <li>fix frozen OSD on Mac OS X</li>
+  <li>vo_gl now works with -wid and nVidia drivers on Windows (this is a hack)</li>
+  <li>VIDIX on SuperH.</li>
+  <li>workarounds for AltiVec on Apple gcc 3.3 on Mac OS X dropped</li>
+  <li>vo_macosx can now be compiled in 64-bits mode</li>
+  <li>allow multiple MPlayer instances w/ vo_macosx using buffer_name</li>
+  <li>OpenGL support for unmodified MinGW64</li>
+</ul>
+
+<h4>SWScaler:</h4>
+
+<ul>
+  <li>new LGPLed YUV to RGB tables generator</li>
+</ul>
+
+~~~~~~~~~~~~~~~END OF COMMENTED CODE -->
+
 <div class="newsentry">
 
 <h2>



More information about the MPlayer-DOCS mailing list