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

This should be the final changelog for pre5 up to now.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12719 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-06-28 16:28:15 +00:00
parent 0549640656
commit 8d813506f2

View File

@ -2,69 +2,96 @@ MPlayer (1.0)
pre5: "Niu ririsu" June 29, 2004 pre5: "Niu ririsu" June 29, 2004
Name:
* It's "MPlayer - The Movie Player" instead of
"MPlayer - The Movie Player for Linux" now.
Security: Security:
* complete review of string operations, buffer overflows fixed * complete review of string operations, buffer overflows fixed
DOCS: DOCS:
* Hungarian XML documentation translation started
* small additions, corrections, updates all over the place * small additions, corrections, updates all over the place
* audio output driver section added to the man page * audio output driver section added to the man page
* several bug fixes and improvements in the MEncoder documentation * several bug fixes and improvements in the MEncoder documentation
* -vo winvidix documented * -vo winvidix documented
* AUTHORS file massively extended
* Hungarian XML documentation translation started
Ports: Ports:
* encrypted DVD playback on Windows fixed (again) * 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 * LIVE.COM now works under MinGW
* improved vo_quartz (esp. YUV support), made default on Mac OS X * foundations for MinGW crosscompilation
* Bigendian fixed (vf.c, vo_tga)
* OpenBSD/VAX support
* disabled SSE on MinGW as it caused crashes * disabled SSE on MinGW as it caused crashes
* AC3 passthrough for ao_win32
* improved vo_quartz (YUV, multiple screens support)
* vo_quartz made default on Mac OS X
* RealVideo binary codecs support on MacOS X (still buggy) * RealVideo binary codecs support on MacOS X (still buggy)
* bigendian fixes in vf.c, vo_tga
* OpenBSD/VAX support
* AMD64 support
Drivers: Drivers:
* support for more Radeons (9800 XT among them) in VIDIX * support for more Radeons (9800 XT among them) in VIDIX
* Radeon related bug fixes in VIDIX
* gl2 vo now supports GUI, fix for flickering borders in fullscreen * gl2 vo now supports GUI, fix for flickering borders in fullscreen
* support 24 bit and 32bit pcm files, bigendian fixes * support 24 and 32 bit PCM files, bigendian fixes
* sdl ao converts unsupported formats instead of quitting * ao_sdl now converts unsupported formats instead of quitting
* ENCA support * ENCA support
* merged alsa9 and alsa1x ao drivers to ao_alsa * merged ao_alsa9 and ao_alsa1x drivers into ao_alsa
* NeoMagic TV-out support through VESA * NeoMagic TV-out support through VESA
* JACK ao output module * JACK audio output driver
* mga_vid ported to 2.6 kernels * mga_vid ported to 2.6 kernels
* vo_sdl fixes (wrong flags) * vo_sdl fixes (wrong flags)
* vo_directx fixes
Decoders: Decoders:
* MSZH/ZLIB, FLI, QTRLE, RoQ video and audio support moved to FFmpeg * MSZH/ZLIB, FLI, QTRLE, RoQ video and RoQ audio support moved to FFmpeg
* FFmpeg Cinepak and CYUV decoders preferred
* paletted Cinepak support
* audio format 0xff support (is AAC) * audio format 0xff support (is AAC)
* "raw" audio in MOV supported * "raw" audio in MOV supported
* Indeo audio (iac25) supported via dshow DLL * Indeo audio (iac25) support via binary codec
* upgrade libfaad2 to the faad 2.0 release * upgrade libfaad2 to the FAAD 2.0 release
* MPEG2 chroma422/444 support
Demuxers: Demuxers:
* support NSA streams * Ogg subtitle handling and other bug fixes
* ASF, MMST streaming fixes * Matroska improvements
* Ogg subtitle handling fixes
* support seeking in Real files without -idx * support seeking in Real files without -idx
* support seeking in Real files without index with -forceidx * support seeking in Real files without index with -forceidx
Streaming: Streaming:
* misc bug fixes * ASF, MMST streaming fixes
* URL escaping fixed
* NSA streaming support
* embedded RAM playlist support
* multibyte URL support
* miscellaneous bug fixes
Filters: Filters:
* vf_softskip: frame skipping filter for MEncoder * vf_softskip: frame skipping filter for MEncoder
* vf_harddup: frame duplication filter for MEncoder * vf_harddup: frame duplication filter for MEncoder
* vf_pullup minor fixes and improvments
* AltiVec-optimized YUV to RGB converter
Others: Others:
* Metacity fullscreen fixes * Metacity fullscreen fixes
* fix crash on original Pentiums and older * fix crash on original Pentiums and older
* support for ram playlist
* dvd://start-end support * dvd://start-end support
* URL escaping ? * netstream (mpst://) support fixed
* mpst:// support * support comments in plaintext playlists
* better AMD64 support
* support comments in playlists
* loader/ dependency removed * loader/ dependency removed
* keepaspect option extended to all video output drivers
* WMA to Ogg conversion and simple subtitle editing script added to TOOLS
* support for more lame options
* new set of GUI icons
* memory conserving implementation of GUI potmeters
* X11 code reindented
* further gcc 3.4 support fixes
* mixer API written for changing volume through libaf
* -rtc RTC device option
* miscellaneous bug fixes and cleanups
pre4: "YAML Counter" Apr 28, 2004 pre4: "YAML Counter" Apr 28, 2004