1
mirror of https://github.com/mpv-player/mpv synced 2024-07-27 17:48:22 +02:00

misc fixes and updates

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22210 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-02-12 11:31:52 +00:00
parent c7b24d2e85
commit 3692eeffa8

View File

@ -5,7 +5,7 @@ MPlayer (1.0)
DOCS: DOCS:
* console messages and XML documentation converted to UTF-8 * console messages and XML documentation converted to UTF-8
* Russian documentation translation finished * Russian documentation translation finished
* Russian man page translation started * Russian man page translation finished
* Chinese man page updated * Chinese man page updated
* Chinese documentation translation started * Chinese documentation translation started
@ -19,7 +19,6 @@ MPlayer (1.0)
* libmpeg2 updated to 0.4.1 * libmpeg2 updated to 0.4.1
* fixed resolution switching with libmpeg2 * fixed resolution switching with libmpeg2
* handle resolution switching for Real codecs * handle resolution switching for Real codecs
* gif decoder should decode all gifs now (please test and provide non-working samples!)
Demuxers: Demuxers:
* implemented switch_video and switch_program consistently with switch_audio * implemented switch_video and switch_program consistently with switch_audio
@ -27,15 +26,16 @@ MPlayer (1.0)
switching is only available in TS streams handled by demux_ts.c (not switching is only available in TS streams handled by demux_ts.c (not
lavf), while video switching is also handled by demux_lavf.c and lavf), while video switching is also handled by demux_lavf.c and
demux_avi.c. demux_avi.c.
* audio and video switching for AVI demuxer (video switching untested). * audio and video switching for AVI demuxer (video switching untested)
* GIF demuxer improvements, should work with all GIFs now
* support for VC1 in MPEG-TS and MPEG-PS files (bd,hd)-dvd * support for VC1 in MPEG-TS and MPEG-PS files (bd,hd)-dvd
* preliminary support for evo demuxing * preliminary support for EVO demuxing
Streaming: Streaming:
* authentication for Real RTSP streams * authentication for Real RTSP streams
* near-precise seeking in dvd:// * near-precise seeking in dvd://
* speed selection when playing dvd:// streams, to make drive quieter * speed selection when playing dvd:// streams, to make drive quieter
* svq3 and h264 rtsp fixes, now rtsp apple keynotes are playable! * SVQ3 and H.264 RTSP fixes, now RTSP Apple keynotes are playable
FFmpeg/libavcodec: FFmpeg/libavcodec:
* Intel Music coder audio decoder * Intel Music coder audio decoder
@ -44,11 +44,16 @@ MPlayer (1.0)
* Native NUT demuxer updated to spec * Native NUT demuxer updated to spec
* NUT muxing and demuxing support via libnut * NUT muxing and demuxing support via libnut
* WMA encoder * WMA encoder
* fix MJPEGB on big-endian systems
Filters: Filters:
* obsolete fame filter removed * obsolete fame filter removed
* vf_geq speed-ups * vf_geq speed-ups
* vf yadif green frame fixed * vf_yadif green frame fixed
MEncoder:
* write to output streams (currently only file:// and smb://)
* support -ffourcc with -of lavf
Ports: Ports:
* further Intel Mac fixes * further Intel Mac fixes
@ -57,9 +62,6 @@ MPlayer (1.0)
* ALSA audio output now sets the non-audio bit for AC3 passthrough even * ALSA audio output now sets the non-audio bit for AC3 passthrough even
if the user-specified default device name tries to clear it if the user-specified default device name tries to clear it
General bugfixes:
* fix mjpegb on BE systems
Others: Others:
* libdvdcss updated to Subversion HEAD, now same as upstream version * libdvdcss updated to Subversion HEAD, now same as upstream version
* libmpdvdkit split into libdvdread and libdvdcss * libmpdvdkit split into libdvdread and libdvdcss
@ -67,11 +69,9 @@ MPlayer (1.0)
* long-deprecated -vop option removed * long-deprecated -vop option removed
* video stream switching * video stream switching
* dvdnav:// honour -alang and -slang * dvdnav:// honour -alang and -slang
* mencoder now can write to output streams; file:// and smb:// are the only stream * support for doubleclick as input event
currently supported
* -really-quiet works fully now * -really-quiet works fully now
* select libavformat demuxer (-lavfdopts format=) * select libavformat demuxer (-lavfdopts format=)
* support -ffourcc with -of lavf
rc1: "Codename intentionally left blank" October 22, 2006 rc1: "Codename intentionally left blank" October 22, 2006