0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

FLAC and altivec

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11009 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-10-04 23:31:15 +00:00
parent 50736a03c1
commit 041098bae5

View File

@ -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!