Mercurial > mplayer.hg
comparison ChangeLog @ 8871:2f487fc23e43
updated :)
author | arpi |
---|---|
date | Fri, 10 Jan 2003 15:27:08 +0000 |
parents | 3c47bcef3fc5 |
children | 06d26fe09f46 |
comparison
equal
deleted
inserted
replaced
8870:7538bf7e728d | 8871:2f487fc23e43 |
---|---|
4 rc3: | 4 rc3: |
5 DOCS: | 5 DOCS: |
6 * english man page & HTML docs updates | 6 * english man page & HTML docs updates |
7 * audio filter documentation | 7 * audio filter documentation |
8 * help_diff.sh doesn't depend on BASH any more | 8 * help_diff.sh doesn't depend on BASH any more |
9 * Hungarian, French, Italian, Polish(?) docs synced | 9 * Hungarian, French, Italian, German, Polish(?) docs synced |
10 | |
11 Important fixes: | |
12 * X11 fullscreen switching (yes, again...) rewritten, some x11 code cleanup | |
13 * Voxware and Quicktime DLLs finally work (was broken in some contexts) | |
14 * VIDIX Radeon support cleanup, should really solve the pink screen bugs | |
15 * Cygwin: -vo directx crashes and garbled picture with some files fixed | |
16 * OGM/Ogg seeking (broken frames) fixed, subtitle fixes, XCD support | |
17 * libaf: big (audio filter layer) updates, floating point support, speedup | |
18 * ffwma2 fixed (better error resilience) | |
19 * SPU queueing - fixes missing or early disappearing DVD subtitles | |
10 | 20 |
11 Fixes: | 21 Fixes: |
12 * mp3lib CPU detection part cleanup, 'decwin' linker problem fixed | 22 * mp3lib CPU detection part cleanup, 'decwin' linker problem fixed |
13 * various cddb:// fixes, support of netbsd-1.6 | 23 * various cddb:// fixes, support of netbsd-1.6 |
14 * libmpdvdkit2: Fix DVD authentication on Solaris 9 | 24 * libmpdvdkit2: Fix DVD authentication on Solaris 9 |
15 * libmpdvdkit2: libdvdcss upgraded to 1.2.4 (keeping the key cache patch) | 25 * libmpdvdkit2: libdvdcss upgraded to 1.2.4 (keeping the key cache patch) |
16 * -ao arts, -ao oss: Fix 8-bit sound support | 26 * -ao arts, -ao oss: Fix 8-bit sound support |
17 * -vop expand + ffmpeg codecs conflicts solved, some other -vop bugs fixed | 27 * -vop expand + ffmpeg codecs conflicts solved, some other -vop bugs fixed |
18 * -ac ffmp2 with MPEG files (sig11) fixed | 28 * -ac ffmp2 with MPEG files (sig11) fixed |
19 * libaf: big (audio filter layer) updates, floating point support | |
20 * QT Qclp audio codec initialization fixed | 29 * QT Qclp audio codec initialization fixed |
21 * mplayer exit codes cleanup (0 for quit/eof, 1 for error) | 30 * mplayer exit codes cleanup (0 for quit/eof, 1 for error) |
22 * X11 fullscreen switching (yes, again...) fixes, code cleanup | 31 * -ao win32 sync problems solved, -autosync 100 is still recommended |
23 * OGM/Ogg seeking (broken frames) fixed | 32 * -vo gif89a uninit sig11 fixed |
24 * -ao win32 sync problems solved | 33 * GUI: correct widget destroy event handler |
25 * -vo directx crashes and garbled picture with some files fixed | 34 * the usual compiler warning fixes :) |
26 | 35 * use -pphelp instead of -vop pp=help |
36 * various bigendian fixes | |
37 * 16bpp packed yuv fixes in crop, mirror, rotate filters | |
38 * some -fixed-vo and vo_preinit fixes, -vo sdl,xmga,mga should work... | |
39 * various Solaris compatibility fixes (should work out of the box) | |
40 * mms:// port fixes, tries 1755 if 80 failed | |
41 * libavcodec: various ME fixes, B frames fixes, WMV2 slice decoding fixes | |
42 | |
27 Features: | 43 Features: |
28 * -ao esd: new EsounD audio driver | 44 * -ao esd: new EsounD audio driver |
29 * -vo dxr3: new NORM option | 45 * -vo dxr3: new NORM option |
30 * Xanim & RealPlayer binary Codecs working on PPC | 46 * Xanim & RealPlayer binary Codecs working on PPC |
31 * Radeon 9000 support in VIDIX, colorkey restoring for all Radeons | 47 * Radeon 9000 support in VIDIX, colorkey restoring for all Radeons |
39 * per-mediafile config file support (for file-specific options) | 55 * per-mediafile config file support (for file-specific options) |
40 * iconv (codepage conversion) support for OGM (Ogg) subtitles | 56 * iconv (codepage conversion) support for OGM (Ogg) subtitles |
41 * v4l: user friendly channel tuning | 57 * v4l: user friendly channel tuning |
42 * Freetype & old-style RAW font support usable (compilable) at the same time | 58 * Freetype & old-style RAW font support usable (compilable) at the same time |
43 * vo_directfb2, vo_dfbmga: DirectFB 0.9.16 support | 59 * vo_directfb2, vo_dfbmga: DirectFB 0.9.16 support |
44 | 60 * libavcodec: motion estimation pre pass, qpel encoding, trellis quantization |
61 * libavcodec: Altivec optimizations | |
62 * keep window's aspect ratio at resizing (x11, xv), requires WM support | |
63 * GUI: SDL audio config panel, persistant history path, new settings | |
64 * -geometry option accepts X11 syntax too | |
65 * real .bin+.cue (S)VCD images support (-vcd 2 -cuefile xxx.cue) | |
66 * postprocess: YUV 411/422/444 support, stride fixes | |
45 | 67 |
46 rc2: | 68 rc2: |
47 General: | 69 General: |
48 * DOCS/tech/encoding-tips.txt and tech/directfb.txt | 70 * DOCS/tech/encoding-tips.txt and tech/directfb.txt |
49 * Some DOCS corrections/updates/sync/html fixes | 71 * Some DOCS corrections/updates/sync/html fixes |