comparison Changelog @ 24596:78f7d2b3e7b0

misc updates and spelling fixes
author diego
date Tue, 25 Sep 2007 16:57:44 +0000
parents 150adb2fd0ec
children 3072ec2af791
comparison
equal deleted inserted replaced
24595:85f669a84e7a 24596:78f7d2b3e7b0
30 30
31 Demuxers: 31 Demuxers:
32 * Implemented switch_video and switch_program consistently with switch_audio 32 * Implemented switch_video and switch_program consistently with switch_audio
33 (default keys are "_" and TAB, respectively). For the time being program 33 (default keys are "_" and TAB, respectively). For the time being program
34 switching is only available in TS streams handled by demux_ts.c (not 34 switching is only available in TS streams handled by demux_ts.c (not
35 lavf), while video switching is also handled by demux_lavf.c and 35 libavformat), while video switching is also handled by demux_lavf.c and
36 demux_avi.c. 36 demux_avi.c.
37 * audio and video switching for the AVI demuxer (video switching untested) 37 * audio and video switching for the AVI demuxer (video switching untested)
38 * GIF demuxer improvements, should work with all GIFs now 38 * GIF demuxer improvements, should work with all GIFs now
39 * support for VC1 in MPEG-TS and MPEG-PS files (BD,HD)-DVD 39 * support for VC-1 in MPEG-TS and MPEG-PS files (BD,HD)-DVD
40 * support for EVO demuxing 40 * support for EVO demuxing
41 * support -noidx with libavformat demuxer 41 * support -noidx with libavformat demuxer
42 * support for channel navigation with PVR input 42 * support for channel navigation with PVR input
43 * text subtitles should now work with libavformat demuxer 43 * text subtitles should now work with libavformat demuxer
44 * cleaned up tivo demuxer 44 * cleaned up TiVo demuxer
45 45
46 46
47 Streaming: 47 Streaming:
48 * authentication for Real RTSP streams 48 * authentication for Real RTSP streams
49 * near-precise seeking in dvd:// and dvdnav:// 49 * near-precise seeking in dvd:// and dvdnav://
76 * fix MJPEG-B on big-endian systems 76 * fix MJPEG-B on big-endian systems
77 * lowres support for some H.264 files 77 * lowres support for some H.264 files
78 * DTS/DCA audio decoder 78 * DTS/DCA audio decoder
79 * Atrac 3 audio decoder 79 * Atrac 3 audio decoder
80 * MPEG-1/2 speedups 80 * MPEG-1/2 speedups
81 * RoQ muxer, video and audio encoder
82 * QTRLE encoder
83 * AC-3 decoder
84 * Matroska muxer
85 * Monkey's Audio demuxer and decoder
81 86
82 libmpeg2: 87 libmpeg2:
83 * iWMMXt-accelerated DCT and motion compensation for ARM processors 88 * iWMMXt-accelerated DCT and motion compensation for ARM processors
84 89
85 Filters: 90 Filters:
103 * ALSA audio output now sets the non-audio bit for AC3 passthrough even 108 * ALSA audio output now sets the non-audio bit for AC3 passthrough even
104 if the user-specified default device name tries to clear it 109 if the user-specified default device name tries to clear it
105 * fixed internal VIDIX in Solaris/x86, also auto-enabled 110 * fixed internal VIDIX in Solaris/x86, also auto-enabled
106 * rework of internal VIDIX, now a fully static library with builtin drivers 111 * rework of internal VIDIX, now a fully static library with builtin drivers
107 * VIDIX now also supports ATI R350 (Radeon 9600) to R520 (Radeon X1900) 112 * VIDIX now also supports ATI R350 (Radeon 9600) to R520 (Radeon X1900)
113 * Sun XVR-100 video output driver
108 114
109 Others: 115 Others:
110 * monitorpixelaspect=1 is now default. Set monitoraspect=4/3 to get the old 116 * monitorpixelaspect=1 is now default. Set monitoraspect=4/3 to get the old
111 behavior (if you have non-square pixels). 117 behavior (if you have non-square pixels).
112 * libdvdcss updated to Subversion HEAD, now same as upstream version 118 * libdvdcss updated to Subversion HEAD, now same as upstream version
123 * change GUI dependency from libpng to libavcodec 129 * change GUI dependency from libpng to libavcodec
124 * ability to change subtitle size during playback 130 * ability to change subtitle size during playback
125 * ability to turn loop on/off during playback 131 * ability to turn loop on/off during playback
126 * Apple Remote support 132 * Apple Remote support
127 * libdvdread updated to 0.9.7 133 * libdvdread updated to 0.9.7
134 * many compiler warning fixes
128 135
129 136
130 rc1: "Codename intentionally left blank" October 22, 2006 137 rc1: "Codename intentionally left blank" October 22, 2006
131 (SVN revisions: MPlayer r20372, FFmpeg r6767) 138 (SVN revisions: MPlayer r20372, FFmpeg r6767)
132 139