1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9372 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-02-09 17:36:20 +00:00
parent e19879533d
commit f6defe6f82

View File

@ -3,15 +3,16 @@ mplayer (0.90)
final: "CounterCounter"
rc4:
rc4: "FlameCounter"
DOCS:
* some clarification and updates in the English DOCS
* many translation and help-file updates
* massive translation and help-file updates
Fixes:
* -ac hwac3 fixed (was broken in rc3)
* vo_svga: 4bp & 8bpp fixes
* various GUI fixes
* various GUI fixes, including some critical bugs
* rage128 VIDIX PPC fixes
* libmenu: one crash fixed, some cleanup
* fixed ./configure --cc="ccache gcc"
@ -31,19 +32,32 @@ mplayer (0.90)
* ogg-in-avi (audio format 0xFFFE) demuxing fixed
* vorbis decoding fixed (outer loop cleanup)
* swscaler: 4bpp depth 1 pixel/byte format support for -vo svga
* various GUI fixes
* missing error message in command line parser for missing parameters
* swscaler: YVU9->YV12 fixes
* -ao mpegpes + -ac hwac3 fixed
* -ao pcm bogus wav header fixed
* -vo x11 + -wid fixed
* auto-insert the 'palette' filter if needed, support fixed in filters
* the sig11 when playing second audio-only file fixed
* configure: detection of cdda, nas, i18n, svgalib, faad2, lame fixed
* -af/-af-adv support in mencoder fixed
* libmpdvdkit2: upgraded to use libdvdcss 1.2.5
Features:
* raw video support (-rawvideo, similar to -rawaudio)
* experimental mpeg4-ES support (enable with -demuxer 27 -fps xxx)
* new video filter: field
* dvd/vobsub improvements: positioning, gaussian blur scaler
* new video filter: field (cheap deinterlacer)
* dvd/vobsub improvements: positioning, optional gaussian blur scaler
* vf_bmovl: 400% speedup :)
* libavcodec: native DV audio decoder
* GIF demuxer (for animated GIFs)
* new noise removal filter: -vop denoise3d
* per-channel gamma and MMX-opt'ed br/co/saturation support in -vop eq2
* per-channel gamma and MMX-opt'ed bri/cont/saturation support in -vop eq2
* live.com lib support cleanup, support for more stream types
* importing the playtree into the Gui instead of gui's own playlist hack
* support for the xvid and divx4/5linux libraries at the same time
* -fstype option: override priority/layer of the fullscreen switch methods
* libavcodec: some B-frames related encoding failures/crashes fixed
rc3: "BugfixCounter"