git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14021 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-11-23 00:13:57 +00:00
parent 802c32144c
commit 8c1f79d269
2 changed files with 8 additions and 2 deletions

View File

@ -97,6 +97,7 @@ MPlayer (1.0)
* Creative ADPCM decoder * Creative ADPCM decoder
* Miro VideoXL decoder * Miro VideoXL decoder
* Sierra online audio files demuxer and decoder * Sierra online audio files demuxer and decoder
* QPEG video decoder
* Electronic Arts Game Multimedia format demuxer * Electronic Arts Game Multimedia format demuxer
* H.261 fixes, H.261 encoder * H.261 fixes, H.261 encoder
* fix VIS accelerated code * fix VIS accelerated code
@ -132,12 +133,14 @@ MPlayer (1.0)
* as usual, lots of bug fixes and optimizations * as usual, lots of bug fixes and optimizations
Filters: Filters:
* software volume control when no hardware support, can be controled * software volume control when no hardware support, can be controlled
with the -softvol and -softvol-max parameters with the -softvol and -softvol-max parameters
* high-quality audio resampling with -af lavcresample * high-quality audio resampling with -af lavcresample
* cropdetect rounding parameter * cropdetect rounding parameter
* missing audio plugins (extrastereo, volnorm) converted to audio filters * missing audio plugins (extrastereo, volnorm) converted to audio filters
* sine sweep generator audio filter * sine sweep generator audio filter
* hrtf audio filter to convert multichannel audio to 2 channel output
for headphones, preserving the spatiality of the sound
* big-endian fixes in rgb2rgb converter * big-endian fixes in rgb2rgb converter
* yuv2rgb Altivec optimization fixes * yuv2rgb Altivec optimization fixes
@ -147,6 +150,7 @@ MPlayer (1.0)
* GUI redrawing limited, decreases CPU usage in audio-only case * GUI redrawing limited, decreases CPU usage in audio-only case
* GUI icons for the context menu * GUI icons for the context menu
* GUI speedup especially for audio only case * GUI speedup especially for audio only case
* GUI doublesize bug fixed
* x264 encoder support * x264 encoder support
* better EDL support * better EDL support
* some --disable configure options finally work (mp3lib, liba52, libmpeg2) * some --disable configure options finally work (mp3lib, liba52, libmpeg2)
@ -171,6 +175,7 @@ MPlayer (1.0)
* gcc 4 compilation fixes * gcc 4 compilation fixes
* compilation fixes for many files in the TOOLS directory * compilation fixes for many files in the TOOLS directory
* infamous "stuck mouse button" bug fixed * infamous "stuck mouse button" bug fixed
* reduced verbosity of MPlayer's output somewhat
pre5: "LinuxTag release" July 15, 2004 pre5: "LinuxTag release" July 15, 2004

View File

@ -39,7 +39,7 @@ Documentation translations:
* French: Nicolas Le Gaillart, Guillaume Poirier * French: Nicolas Le Gaillart, Guillaume Poirier
* Russian: Dmitry Baryshkov * Russian: Dmitry Baryshkov
* Polish: Waclaw Schiller * Polish: Waclaw Schiller
* Italian: Daniele Forghieri * Italian: Daniele Forghieri (outdated)
* Chinese (simplified): Lu Ran (outdated) * Chinese (simplified): Lu Ran (outdated)
* Spanish: Juan Martin * Spanish: Juan Martin
* Czech: Jiri Heryan * Czech: Jiri Heryan
@ -54,6 +54,7 @@ Platforms/ports: (see also DOCS/tech/porting-status.txt)
* Solaris 8 support: Jürgen Keil, Pierre Lombard * Solaris 8 support: Jürgen Keil, Pierre Lombard
* MIPS support: Oliver Schoenbrunner * MIPS support: Oliver Schoenbrunner
* Win32/Cygwin/MinGW support: Sascha Sommer, Joey Parrish, Diego Biurrun * Win32/Cygwin/MinGW support: Sascha Sommer, Joey Parrish, Diego Biurrun
* Mac OS X: Nicolas Plourde
MPlayer code: MPlayer code:
* A-V sync code, MPlayer/MEncoder core: Alex Beregszaszi * A-V sync code, MPlayer/MEncoder core: Alex Beregszaszi