comparison ChangeLog @ 12718:a91f44c85471

This should be the final changelog for pre5 up to now.
author diego
date Mon, 28 Jun 2004 16:28:15 +0000
parents 7411f27abe85
children 852f048e0492
comparison
equal deleted inserted replaced
12717:8e6a30696e74 12718:a91f44c85471
1 MPlayer (1.0) 1 MPlayer (1.0)
2 2
3 pre5: "Niu ririsu" June 29, 2004 3 pre5: "Niu ririsu" June 29, 2004
4
5 Name:
6 * It's "MPlayer - The Movie Player" instead of
7 "MPlayer - The Movie Player for Linux" now.
4 8
5 Security: 9 Security:
6 * complete review of string operations, buffer overflows fixed 10 * complete review of string operations, buffer overflows fixed
7 11
8 DOCS: 12 DOCS:
9 * Hungarian XML documentation translation started
10 * small additions, corrections, updates all over the place 13 * small additions, corrections, updates all over the place
11 * audio output driver section added to the man page 14 * audio output driver section added to the man page
12 * several bug fixes and improvements in the MEncoder documentation 15 * several bug fixes and improvements in the MEncoder documentation
13 * -vo winvidix documented 16 * -vo winvidix documented
17 * AUTHORS file massively extended
18 * Hungarian XML documentation translation started
14 19
15 Ports: 20 Ports:
16 * encrypted DVD playback on Windows fixed (again) 21 * encrypted DVD playback on Windows fixed (again)
17 * Cygwin and MinGW now accept the same -dvd-device syntax 22 * Cygwin and MinGW now accept the same -dvd-device syntax
23 * LIVE.COM now works under MinGW
24 * foundations for MinGW crosscompilation
25 * disabled SSE on MinGW as it caused crashes
18 * AC3 passthrough for ao_win32 26 * AC3 passthrough for ao_win32
19 * improved vo_quartz (esp. YUV support), made default on Mac OS X 27 * improved vo_quartz (YUV, multiple screens support)
20 * Bigendian fixed (vf.c, vo_tga) 28 * vo_quartz made default on Mac OS X
29 * RealVideo binary codecs support on MacOS X (still buggy)
30 * bigendian fixes in vf.c, vo_tga
21 * OpenBSD/VAX support 31 * OpenBSD/VAX support
22 * disabled SSE on MinGW as it caused crashes 32 * AMD64 support
23 * RealVideo binary codecs support on MacOS X (still buggy)
24 33
25 Drivers: 34 Drivers:
26 * support for more Radeons (9800 XT among them) in VIDIX 35 * support for more Radeons (9800 XT among them) in VIDIX
36 * Radeon related bug fixes in VIDIX
27 * gl2 vo now supports GUI, fix for flickering borders in fullscreen 37 * gl2 vo now supports GUI, fix for flickering borders in fullscreen
28 * support 24 bit and 32bit pcm files, bigendian fixes 38 * support 24 and 32 bit PCM files, bigendian fixes
29 * sdl ao converts unsupported formats instead of quitting 39 * ao_sdl now converts unsupported formats instead of quitting
30 * ENCA support 40 * ENCA support
31 * merged alsa9 and alsa1x ao drivers to ao_alsa 41 * merged ao_alsa9 and ao_alsa1x drivers into ao_alsa
32 * NeoMagic TV-out support through VESA 42 * NeoMagic TV-out support through VESA
33 * JACK ao output module 43 * JACK audio output driver
34 * mga_vid ported to 2.6 kernels 44 * mga_vid ported to 2.6 kernels
35 * vo_sdl fixes (wrong flags) 45 * vo_sdl fixes (wrong flags)
46 * vo_directx fixes
36 47
37 Decoders: 48 Decoders:
38 * MSZH/ZLIB, FLI, QTRLE, RoQ video and audio support moved to FFmpeg 49 * MSZH/ZLIB, FLI, QTRLE, RoQ video and RoQ audio support moved to FFmpeg
50 * FFmpeg Cinepak and CYUV decoders preferred
51 * paletted Cinepak support
39 * audio format 0xff support (is AAC) 52 * audio format 0xff support (is AAC)
40 * "raw" audio in MOV supported 53 * "raw" audio in MOV supported
41 * Indeo audio (iac25) supported via dshow DLL 54 * Indeo audio (iac25) support via binary codec
42 * upgrade libfaad2 to the faad 2.0 release 55 * upgrade libfaad2 to the FAAD 2.0 release
56 * MPEG2 chroma422/444 support
43 57
44 Demuxers: 58 Demuxers:
45 * support NSA streams 59 * Ogg subtitle handling and other bug fixes
46 * ASF, MMST streaming fixes 60 * Matroska improvements
47 * Ogg subtitle handling fixes
48 * support seeking in Real files without -idx 61 * support seeking in Real files without -idx
49 * support seeking in Real files without index with -forceidx 62 * support seeking in Real files without index with -forceidx
50 63
51 Streaming: 64 Streaming:
52 * misc bug fixes 65 * ASF, MMST streaming fixes
66 * URL escaping fixed
67 * NSA streaming support
68 * embedded RAM playlist support
69 * multibyte URL support
70 * miscellaneous bug fixes
53 71
54 Filters: 72 Filters:
55 * vf_softskip: frame skipping filter for MEncoder 73 * vf_softskip: frame skipping filter for MEncoder
56 * vf_harddup: frame duplication filter for MEncoder 74 * vf_harddup: frame duplication filter for MEncoder
75 * vf_pullup minor fixes and improvments
76 * AltiVec-optimized YUV to RGB converter
57 77
58 Others: 78 Others:
59 * Metacity fullscreen fixes 79 * Metacity fullscreen fixes
60 * fix crash on original Pentiums and older 80 * fix crash on original Pentiums and older
61 * support for ram playlist
62 * dvd://start-end support 81 * dvd://start-end support
63 * URL escaping ? 82 * netstream (mpst://) support fixed
64 * mpst:// support 83 * support comments in plaintext playlists
65 * better AMD64 support
66 * support comments in playlists
67 * loader/ dependency removed 84 * loader/ dependency removed
85 * keepaspect option extended to all video output drivers
86 * WMA to Ogg conversion and simple subtitle editing script added to TOOLS
87 * support for more lame options
88 * new set of GUI icons
89 * memory conserving implementation of GUI potmeters
90 * X11 code reindented
91 * further gcc 3.4 support fixes
92 * mixer API written for changing volume through libaf
93 * -rtc RTC device option
94 * miscellaneous bug fixes and cleanups
68 95
69 96
70 pre4: "YAML Counter" Apr 28, 2004 97 pre4: "YAML Counter" Apr 28, 2004
71 98
72 Security: 99 Security: