summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-28 10:14:51 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-28 10:14:51 +0000
commit994375361b69e3833c13ee253e5749a4cda0c8ca (patch)
treefbe27526f355d852719b1afd71468f8f9906ce2a /ChangeLog
parentebe46df4143f8acb5993e127b027602e40887070 (diff)
downloadmpv-994375361b69e3833c13ee253e5749a4cda0c8ca.tar.bz2
mpv-994375361b69e3833c13ee253e5749a4cda0c8ca.tar.xz
pre5 changes by Reimar and myself
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12711 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog54
1 files changed, 52 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 63292cdf63..df10c4ee6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
MPlayer (1.0)
- pre5: "Niu ririsu" Mai 22, 2004
+ pre5: "Niu ririsu" June 29, 2004
+
+ Security:
+ * complete review of string operations, buffer overflows fixed
DOCS:
* Hungarian XML documentation translation started
@@ -11,10 +14,57 @@ MPlayer (1.0)
Ports:
* encrypted DVD playback on Windows fixed (again)
- * Cygwin and MinGW now accept the same -dvd-device syntax
+ * Cygwin and MinGW now accept the same -dvd-device syntax
+ * AC3 passthrough for ao_win32
+ * improved vo_quartz (esp. YUV support), made default on Mac OS X
+ * Bigendian fixed (vf.c, vo_tga)
+ * OpenBSD/VAX support
+ * disabled SSE on MinGW as it caused crashes
+ * RealVideo binary codecs support on MacOS X (still buggy)
Drivers:
* support for more Radeons (9800 XT among them) in VIDIX
+ * gl2 vo now supports GUI, fix for flickering borders in fullscreen
+ * support 24 bit and 32bit pcm files, bigendian fixes
+ * sdl ao converts unsupported formats instead of quitting
+ * ENCA support
+ * merged alsa9 and alsa1x ao drivers to ao_alsa
+ * NeoMagic TV-out support through VESA
+ * JACK ao output module
+ * mga_vid ported to 2.6 kernels
+ * vo_sdl fixes (wrong flags)
+
+ Decoders:
+ * MSZH/ZLIB, FLI, QTRLE, RoQ video and audio support moved to FFmpeg
+ * audio format 0xff support (is AAC)
+ * "raw" audio in MOV supported
+ * Indeo audio (iac25) supported via dshow DLL
+ * upgrade libfaad2 to the faad 2.0 release
+
+ Demuxers:
+ * support NSA streams
+ * ASF, MMST streaming fixes
+ * Ogg subtitle handling fixes
+ * support seeking in Real files without -idx
+ * support seeking in Real files without index with -forceidx
+
+ Streaming:
+ * misc bug fixes
+
+ Filters:
+ * vf_softskip: frame skipping filter for MEncoder
+ * vf_harddup: frame duplication filter for MEncoder
+
+ Others:
+ * Metacity fullscreen fixes
+ * fix crash on original Pentiums and older
+ * support for ram playlist
+ * dvd://start-end support
+ * URL escaping ?
+ * mpst:// support
+ * better AMD64 support
+ * support comments in playlists
+ * loader/ dependency removed
pre4: "YAML Counter" Apr 28, 2004