comparison ChangeLog @ 22192:5f625f7ac271

misc fixes and updates
author diego
date Mon, 12 Feb 2007 11:31:52 +0000
parents e8aa4f8f07fe
children f2f62540bd0d
comparison
equal deleted inserted replaced
22191:c99ea6c32ae8 22192:5f625f7ac271
3 rc2 3 rc2
4 4
5 DOCS: 5 DOCS:
6 * console messages and XML documentation converted to UTF-8 6 * console messages and XML documentation converted to UTF-8
7 * Russian documentation translation finished 7 * Russian documentation translation finished
8 * Russian man page translation started 8 * Russian man page translation finished
9 * Chinese man page updated 9 * Chinese man page updated
10 * Chinese documentation translation started 10 * Chinese documentation translation started
11 11
12 Decoders: 12 Decoders:
13 * Intel Music Coder audio decoding via lavc 13 * Intel Music Coder audio decoding via lavc
17 Westwood IMA ADPCM audio, XAN wc3 video, Id CIN video, Interplay video, 17 Westwood IMA ADPCM audio, XAN wc3 video, Id CIN video, Interplay video,
18 XAN ADPCM audio, Westwood SND1 audio via lavc 18 XAN ADPCM audio, Westwood SND1 audio via lavc
19 * libmpeg2 updated to 0.4.1 19 * libmpeg2 updated to 0.4.1
20 * fixed resolution switching with libmpeg2 20 * fixed resolution switching with libmpeg2
21 * handle resolution switching for Real codecs 21 * handle resolution switching for Real codecs
22 * gif decoder should decode all gifs now (please test and provide non-working samples!)
23 22
24 Demuxers: 23 Demuxers:
25 * implemented switch_video and switch_program consistently with switch_audio 24 * implemented switch_video and switch_program consistently with switch_audio
26 (default keys are "_" and TAB, respectively). For the time being program 25 (default keys are "_" and TAB, respectively). For the time being program
27 switching is only available in TS streams handled by demux_ts.c (not 26 switching is only available in TS streams handled by demux_ts.c (not
28 lavf), while video switching is also handled by demux_lavf.c and 27 lavf), while video switching is also handled by demux_lavf.c and
29 demux_avi.c. 28 demux_avi.c.
30 * audio and video switching for AVI demuxer (video switching untested). 29 * audio and video switching for AVI demuxer (video switching untested)
30 * GIF demuxer improvements, should work with all GIFs now
31 * support for VC1 in MPEG-TS and MPEG-PS files (bd,hd)-dvd 31 * support for VC1 in MPEG-TS and MPEG-PS files (bd,hd)-dvd
32 * preliminary support for evo demuxing 32 * preliminary support for EVO demuxing
33 33
34 Streaming: 34 Streaming:
35 * authentication for Real RTSP streams 35 * authentication for Real RTSP streams
36 * near-precise seeking in dvd:// 36 * near-precise seeking in dvd://
37 * speed selection when playing dvd:// streams, to make drive quieter 37 * speed selection when playing dvd:// streams, to make drive quieter
38 * svq3 and h264 rtsp fixes, now rtsp apple keynotes are playable! 38 * SVQ3 and H.264 RTSP fixes, now RTSP Apple keynotes are playable
39 39
40 FFmpeg/libavcodec: 40 FFmpeg/libavcodec:
41 * Intel Music coder audio decoder 41 * Intel Music coder audio decoder
42 * Fraps v2/v4 video decoder 42 * Fraps v2/v4 video decoder
43 * H.264 decoding speedup 43 * H.264 decoding speedup
44 * Native NUT demuxer updated to spec 44 * Native NUT demuxer updated to spec
45 * NUT muxing and demuxing support via libnut 45 * NUT muxing and demuxing support via libnut
46 * WMA encoder 46 * WMA encoder
47 * fix MJPEGB on big-endian systems
47 48
48 Filters: 49 Filters:
49 * obsolete fame filter removed 50 * obsolete fame filter removed
50 * vf_geq speed-ups 51 * vf_geq speed-ups
51 * vf yadif green frame fixed 52 * vf_yadif green frame fixed
53
54 MEncoder:
55 * write to output streams (currently only file:// and smb://)
56 * support -ffourcc with -of lavf
52 57
53 Ports: 58 Ports:
54 * further Intel Mac fixes 59 * further Intel Mac fixes
55 60
56 Drivers: 61 Drivers:
57 * ALSA audio output now sets the non-audio bit for AC3 passthrough even 62 * ALSA audio output now sets the non-audio bit for AC3 passthrough even
58 if the user-specified default device name tries to clear it 63 if the user-specified default device name tries to clear it
59
60 General bugfixes:
61 * fix mjpegb on BE systems
62 64
63 Others: 65 Others:
64 * libdvdcss updated to Subversion HEAD, now same as upstream version 66 * libdvdcss updated to Subversion HEAD, now same as upstream version
65 * libmpdvdkit split into libdvdread and libdvdcss 67 * libmpdvdkit split into libdvdread and libdvdcss
66 * obsolete Xvid 3 support removed 68 * obsolete Xvid 3 support removed
67 * long-deprecated -vop option removed 69 * long-deprecated -vop option removed
68 * video stream switching 70 * video stream switching
69 * dvdnav:// honour -alang and -slang 71 * dvdnav:// honour -alang and -slang
70 * mencoder now can write to output streams; file:// and smb:// are the only stream 72 * support for doubleclick as input event
71 currently supported
72 * -really-quiet works fully now 73 * -really-quiet works fully now
73 * select libavformat demuxer (-lavfdopts format=) 74 * select libavformat demuxer (-lavfdopts format=)
74 * support -ffourcc with -of lavf
75 75
76 76
77 rc1: "Codename intentionally left blank" October 22, 2006 77 rc1: "Codename intentionally left blank" October 22, 2006
78 (SVN revisions: MPlayer r20372, FFmpeg r6767) 78 (SVN revisions: MPlayer r20372, FFmpeg r6767)
79 79