Mercurial > mplayer.hg
changeset 8664:cfbf03d2bce1
updated
author | arpi |
---|---|
date | Mon, 30 Dec 2002 21:35:46 +0000 |
parents | 21e79b2ea8c5 |
children | 8b572238f63e |
files | ChangeLog |
diffstat | 1 files changed, 37 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Dec 30 20:57:01 2002 +0000 +++ b/ChangeLog Mon Dec 30 21:35:46 2002 +0000 @@ -1,13 +1,45 @@ mplayer (0.90) - * Xanim Codecs working on PPC - * RealPlayer Codecs working on PPC + rc3: + DOCS: + * english manpage & html docs updates + * help_diff.sh doesn't depend on BASH any more + * hungarian, french, polish(?) docs synced + + Fixes: + * mp3lib CPU detection part cleanup, 'decwin' linker problem fixed + * various cddb:// fixes, support of netbsd-1.6 + * libmpdvdkit2: Fix DVD authentication on Solaris 9 + * libmpdvdkit2: libdvdcss upgraded to 1.2.4 (keeping the key cache patch) + * -ao arts, -ao oss: Fix 8-bit sound support + * -vop expand + ffmpeg codecs conflicts solved, some other -vop bugs fixed + * -ac ffmp2 with MPEG files (sig11) fixed + * libaf: big (audio filter layer) updates, floating point support + * QT Qclp audio codec initialization fixed + * mplayer exit codes cleanup (0 for quit/eof, 1 for error) + * X11 fullscreen switching (yes, again...) fixes, code cleanup + * OGM/Ogg seeking (broken frames) fixed + + Features: * -ao esd: new EsounD audio driver - * Radeon 9000 support in VIDIX + * -vo dxr3: new NORM option + * Xanim & RealPlayer binary Codecs working on PPC + * Radeon 9000 support in VIDIX, colorkey restoring for all Radeons * Initial PPC (Big-Endian) support in VIDIX Rage128 driver - * PNM streaming support - + * PNM:// streaming support (ported from Xine) + * Muxer layer: mencoder now can write to MPEG-PS format too (EXPERIMENTAL!) + * libavcodec: wmv2 decoder (buggy/untested) + * DVB "HEAD" (aka. NEWSTRUCT) drivers support + * Subtitles background bounding-box support (optional grey-level & opacity) + * libaf: 3 new filters: panning, compressor/limiter and a noise gate + * per-mediafile config file support (for file-specific options) + * iconv (codepage conversion) supoprt for OGM (Ogg) subtitles + * v4l: user friendly channel tuning + * Freetype & old-style RAW font support usable (compilable) at the same time + * vo_directfb2, vo_dfbmga: DirectFB 0.9.16 support + + rc2: General: * DOCS/tech/encoding-tips.txt and tech/directfb.txt