comparison ChangeLog @ 12809:65b3c15f5baa

final (?) pre5 changes
author diego
date Tue, 13 Jul 2004 22:54:04 +0000
parents 25e981348cea
children f4711a685291
comparison
equal deleted inserted replaced
12808:6d30eb7e08c6 12809:65b3c15f5baa
1 MPlayer (1.0) 1 MPlayer (1.0)
2 2
3 pre5: "Linuxtag release" July 1, 2004 3 pre5: "LinuxTag release" July 14, 2004
4 4
5 Name: 5 Name:
6 * It's "MPlayer - The Movie Player" instead of 6 * It's "MPlayer - The Movie Player" instead of
7 "MPlayer - The Movie Player for Linux" now. 7 "MPlayer - The Movie Player for Linux" now.
8 8
26 * foundations for MinGW crosscompilation 26 * foundations for MinGW crosscompilation
27 * disabled SSE on MinGW as it caused crashes 27 * disabled SSE on MinGW as it caused crashes
28 * AC3 passthrough for ao_win32 28 * AC3 passthrough for ao_win32
29 * improved vo_quartz (YUV, multiple screens support) 29 * improved vo_quartz (YUV, multiple screens support)
30 * vo_quartz made default on Mac OS X 30 * vo_quartz made default on Mac OS X
31 * ao_macosx fixed 31 * ao_macosx fixed and made default again on Mac OS X
32 * RealVideo binary codecs support on MacOS X (still buggy) 32 * RealVideo binary codecs support on Mac OS X (still buggy)
33 * bigendian fixes in vf.c, vo_tga 33 * bigendian fixes in vf.c, vo_tga
34 * OpenBSD portability fixes
35 * OpenBSD VCD support
34 * OpenBSD/VAX support 36 * OpenBSD/VAX support
35 * AMD64 support 37 * AMD64 support
36 38
37 Drivers: 39 Drivers:
38 * support for more Radeons (9800 XT among them) in VIDIX 40 * support for more Radeons (9800 XT among them) in VIDIX
39 * Radeon related bug fixes in VIDIX 41 * Radeon related bug fixes in VIDIX
40 * gl2 vo now supports GUI, fix for flickering borders in fullscreen 42 * vo_gl2 now supports GUI, fix for flickering borders in fullscreen
41 * support 24 and 32 bit PCM files, bigendian fixes 43 * support 24 and 32 bit PCM files, bigendian fixes
42 * ao_sdl now converts unsupported formats instead of quitting 44 * ao_sdl now converts unsupported formats instead of quitting
43 * ENCA support 45 * ENCA support
44 * merged ao_alsa9 and ao_alsa1x drivers into ao_alsa 46 * merged ao_alsa9 and ao_alsa1x drivers into ao_alsa
45 * NeoMagic TV-out support through VESA 47 * NeoMagic TV-out support through VESA
46 * JACK audio output driver 48 * JACK audio output driver
47 * vo_sdl fixes (wrong flags) 49 * vo_sdl fixes (wrong flags and screensaver disabling)
48 * vo_directx fixes 50 * vo_directx fixes
49 51
50 Decoders: 52 Decoders:
51 * MSZH/ZLIB, FLI, QTRLE, RoQ video and RoQ audio support moved to FFmpeg 53 * MSZH/ZLIB, FLI, QTRLE, RoQ video and RoQ audio support moved to FFmpeg
52 * FFmpeg Cinepak and CYUV decoders preferred 54 * FFmpeg Cinepak and CYUV decoders preferred
53 * paletted Cinepak support
54 * audio format 0xff support (is AAC) 55 * audio format 0xff support (is AAC)
55 * "raw" audio in MOV supported 56 * "raw" audio in MOV supported
56 * Indeo audio (iac25) support via binary codec 57 * Indeo audio (iac25) support via binary codec
57 * upgrade libfaad2 to the FAAD 2.0 release 58 * upgrade libfaad2 to the FAAD 2.0 release
58 * MPEG2 chroma422/444 support 59 * MPEG2 chroma422/444 support
65 * support seeking in Real files without index with -forceidx 66 * support seeking in Real files without index with -forceidx
66 67
67 Streaming: 68 Streaming:
68 * ASF, MMST streaming fixes 69 * ASF, MMST streaming fixes
69 * URL escaping fixed 70 * URL escaping fixed
70 * NSA streaming support 71 * NSA (Nullsoft audio) streaming support
71 * embedded RAM playlist support 72 * embedded RAM playlist support
72 * multibyte URL support 73 * multibyte URL support
74 * rtp:// now supported even with LIVE.COM compiled in
73 * miscellaneous bug fixes 75 * miscellaneous bug fixes
74 76
75 Filters: 77 Filters:
76 * vf_softskip: frame skipping filter for MEncoder 78 * vf_softskip: frame skipping filter for MEncoder
77 * vf_harddup: frame duplication filter for MEncoder 79 * vf_harddup: frame duplication filter for MEncoder
78 * vf_pullup minor fixes and improvments 80 * vf_pullup minor fixes and improvements
79 * AltiVec-optimized YUV to RGB converter 81 * AltiVec-optimized YUV to RGB converter
80 82
83 FFmpeg/libavcodec:
84 * dc_precision=11 fixed
85 * Cinepak fixes and palette support
86 * support skipping of MB rows during decoding
87 * Vorbis in NUT fixed
88 * segfault and artifact fixes in SVQ3 decoder
89 * coefficient saturation fix in H.263
90 * NUT updated to latest specification
91 * motion estimation code: overflow and chroma fixes
92 * fixed memory overwrite in truemotion decoder
93 * clip input motion vectors, better error tolerance on bad vectors
94 * FLAC decoder cleanup (partial demuxer/decoder separation)
95 * noise preserving sum of squares comparison function in ME code
96 * memalign hack for SSE/SSE2 on that alternative OS :)
97 * lots of AltiVec optimizations
98 * qscale + qprd fix
99 * change qscale -> lambda for the motion estimation
100 * QTrle4 support
101 * H.261 decoder
102 * per line lowpass filter in MMX and faster C lowpass filter
103 * SVQ1 encoder
104 * dc clipping fix, intra_dc_precision > 0 support
105 * H.263 MCBPC fix
106 * as usual, lots of bug fixes and optimizations
107
81 Others: 108 Others:
82 * Metacity fullscreen fixes 109 * fullscreen fixes for many window managers
83 * fix crash on original Pentiums and older 110 * fix crash on original Pentiums and older
84 * dvd://start-end support 111 * dvd://start-end support
85 * netstream (mpst://) support fixed 112 * netstream (mpst://) support fixed
86 * support comments in plaintext playlists 113 * support comments in plaintext playlists
87 * loader/ dependency removed 114 * loader/ dependency removed