git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27455 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
compn 2008-08-12 01:58:36 +00:00
parent e73396900c
commit 1dccc1979c
1 changed files with 10 additions and 1 deletions

View File

@ -11,6 +11,8 @@ MPlayer (1.0)
EA Maxis XA ADPCM audio, RL2 video, Beam Software SIFF video, V.Flash PTX video
* AVOption support for libavcodec-based decoders
* image decoders: Sun rasterfile, PCX image
* MLP decoder via lavc
* use lavc ADPCM codecs by default
Demuxers:
* -lavfdopts cryptokey allows decrypting MXF and ASF files
@ -26,6 +28,7 @@ MPlayer (1.0)
* support MOV subtitle format
* support for attachments in lavf demuxer
* support for chapters in lavf demuxer
* Flac speedup in lavf demuxer
Filters:
* vf_ow new overcomplete wavelet denoiser
@ -43,22 +46,26 @@ MPlayer (1.0)
FFmpeg/libavcodec:
* DNxHD (SMPTE VC-3) encoder
* H.264 speedup and PAFF decoding
* correctly decode more of the H.264 conformance testsuite
* Nellymoser audio codec
* VC-1/WMV3 MMX optimizations
* VP3 decoder speedup
* Split-Radix FFT (speedup multiple audio codecs)
* MMX/SSE/ARM and other misc speedups
libmpeg2:
* enable Alpha/ARM optimizations in libmpeg2
* SSE2-optimized IDCT routines from upstream libmpeg2
* synced with upstream
Drivers:
* replace PolypAudio by PulseAudio (-ao pulse)
* add force-pbo suboption for faster output in vo_gl
* add Nintendo Wii/GameCube video driver (-vo wii)
* VIDIX driver for SuperH Mobile VEU hardware block.
* support -border on vo_gl/gl2 in x11
MEncoder:
* Ogg muxing using -of lavf -o done.ogg
* check for system-wide configuration file in MEncoder
* AVOption support for lavc encoders
* AVOption support for lavf muxers
@ -74,6 +81,7 @@ MPlayer (1.0)
* add options to disable some or all configuration files
* support for DOS-style file:///x:/path paths
* some new slave commands (check DOCS/tech/slave.txt)
* misc fixes to libass
Ports:
* small crash with vo_macosx fixed
@ -81,6 +89,7 @@ MPlayer (1.0)
* fix frozen OSD on Mac OS X
* vo_gl now works with -wid and nVidia drivers on Windows (this is a hack)
* VIDIX on SuperH.
* intentionally break gcc 3.3 on mac os x, please use 4.x
rc2try2: