diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-04 23:31:15 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-04 23:31:15 +0000 |
commit | 041098bae5bdcd3ee473e5c182851e5aeb0fe126 (patch) | |
tree | e63eecf98c48949ad604b10a6480fcc13dd40b0e | |
parent | 50736a03c140ab2cb10732421d415b080fd758ea (diff) |
FLAC and altivec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11009 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -10,11 +10,12 @@ mplayer (1.0) * French, Hungarian, Polish translations updated * New Romanian translation started * numerous sections updated - + Ports: * initial Amiga/MorphOS (through GeekGadgets) support * FreeBSD 5.x (libkse/libthr) support in win32 DLL loader * finally fixed the compilation on non-mvi capable alpha CPUs + * better altivec detection in configure * OSD menu now works on MinGW * slave mode, vobsub and MEncoder support on Windows * MinGW 3.1.0 supports MPlayer out of the box! @@ -32,7 +33,8 @@ mplayer (1.0) * fix for MOV files with bogus user data length * fixed some demuxers which read after the EOF * better RTP synchronisation - + * FLAC support through imported libmpflac + Filters: * new delogo filter (for removing TV channel logos) * presets support in swscaler filter @@ -54,7 +56,7 @@ mplayer (1.0) * indeo3 decoder fixed * new options: mv0, cbp * DV video encoder - + Faad2: * synced to latest CVS * HE_AAC profile added @@ -63,7 +65,7 @@ mplayer (1.0) * Covariance speedup * reduced memory usage * overall cleanups and fixes - + Drivers: * VIDIX driver for nVidia cards * VIDIX and libdha ported to Windows @@ -75,7 +77,7 @@ mplayer (1.0) * fullscreen support with opengl drivers * OSD fixed with svga * New consolevidix and winvidix drivers - + Others: * several leak fixes * selecting optimizations for PPC 7455 CPU @@ -83,7 +85,8 @@ mplayer (1.0) * unrarlib cleaned up a bit * updated the list of known x86 CPUs (including Opteron!) * alignment and smart line splitting option on subtitles - + + pre1: "Development" on the beach NOTE: the mplayer 'main' branch was forked at the time of 0.90-rc4, so 0.90-rc5 (and later 0.90 releases) changes are independent! |