Changeset 930ced7838197c88122e1b5ebad1f5d59da7abab
- Timestamp:
- 03/26/08 12:49:57 (6 months ago)
- git-parent:
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
NEWS
r1bb8b61 r930ced7 22 22 - "Streaming wizard". These features will be replaced 23 23 by a better alternative in the next version. If you absolutely need these 24 features, we advise you to keep VLC 0.8.6 25 * The behavior of --sout-keep has changed. It's now activated by default.24 features, we advise you to keep VLC 0.8.6. 25 * The behavior of --sout-keep was changed. It's now activated by default. 26 26 * The marq, mosaic and logo commands in the rc interface changed. They 27 27 now require a target name as their first argument. Example: … … 104 104 Psychedelic) video filters can now be streamed 105 105 * New puzzle video output filter 106 * Re writemotion detection video filter106 * Re-written motion detection video filter 107 107 * New extract video filter (extract Red, Green and Blue components from a 108 108 video) 109 109 * New sharpen video filter (increase the contrast of adjacent pixels) 110 * New erase video filter (remove a logofrom a video)111 * Enhance ments to subtitles' renderer to support bold, italic and some HTML112 tags110 * New erase video filter (removes logos from a video) 111 * Enhanced subtitles' renderer to support bold, italic and some HTML tags 112 (Google Summer of Code Student project) 113 113 * Support for RGBA and I420 blending. This improves Mosaic CPU usage *a lot*. 114 114 * New transparency mask video filter (for use with the mosaic_bridge module). 115 * New bluescreen video filter (for use with the mosaic_bridge module). This116 was previously part of the mosaic module.117 * Fix random characters problem in RSS filter.115 * New bluescreen video filter (for use with the mosaic_bridge module). 116 This was previously part of the mosaic module. 117 * Fixed random characters problem in RSS filter. 118 118 * Add rotate-deciangle for more precision on rotate filter 119 119 * Support for Intel SSE2 instruction set in chroma converters … … 140 140 * Brand new interface for Linux and Windows, based on the Qt toolkit 141 141 * All 142 * New Simple Preferences dialogs showing the most important settings in an 143 end-user suitable way. 142 144 * Improved user interaction 143 145 * Improved mouse gestures … … 145 147 * Experimental Lua interface modules. See vlc -I lua for more info 146 148 * Ncurses: 147 * Correctly displays wide characters when using an UTF-8 locale, if libncursesw is available (not by default on MacOSX) 149 * Correctly displays wide characters when using an UTF-8 locale, 150 if libncursesw is available. 148 151 * Some nice colors if the terminal supports it (most do) 149 152 * Mac OS X … … 180 183 * Polish 181 184 182 TODO: Add 0.8.6e changelog here 185 186 Changes between 0.8.6e and 0.8.6f (not-yet-released): 187 ----------------------------------------------------- 188 189 Security updates: 190 * Fix subtitle buffer overflow 191 * Fix Real RTSP code execution problem (CVE-2008-0073) 192 * Fix cinepak integer overflow 193 194 Various bugfixes: 195 * mozilla plugin registers a usable range of mimetypes on OSX 196 197 198 Changes between 0.8.6d and 0.8.6e: 199 ---------------------------------- 200 201 Various bugfixes: 202 * Resume playback for viewing content over FTP 203 * Fixed XShm detection with remote X11 204 205 Security updates: 206 * Subtitle demuxers overflow (CVE-2007-6681) 207 * HTTP listener format string injection (CVE-2007-6682) 208 * Fixed buffer overflow in the SDL_image library (CVE-2006-4484) 209 * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296, 210 VideoLAN-SA-0801) 211 * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130, 212 VideoLAN-SA-0802) 213 214 Audio filter: 215 * Fixed DTS to S/PDIF converter 216 217 Audio output: 218 * Fixed 5.1 audio on ALSA 219 220 Access: 221 * Fixed some RTSP hanging and user/password passing through RTSP URLs 222 223 Stream output: 224 * Fixed waiting for SPS/PPS problem in H.264 packetizer 225 226 Encoders: 227 * Improved compatibility for creating H.264 video files playable on iPhones 228 * Improved detection of optimal amount of threads for multi-threaded H.264 229 encoding on multi-cpu systems 230 - Note that this is used when transcode threads is set to 0 (default) 231 - Not supported on Windows (multiple threads require manual configuration) 232 233 Mac OS X Interface & Port: 234 * Restored compatibility with Mac OS X 10.3.9 235 * Corrected behavior of the Preferences panel 236 * VLC no longer crashes on quit while playing 237 238 Localization: 239 * Updated Romanian and Polish translations 240 183 241 184 242 Changes between 0.8.6c and 0.8.6d: … … 188 246 * Mozilla plugin: supports a reasonable amount of MIME types on Windows 189 247 * Linux: Fixed S/PDIF passthrough with ALSA 190 * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences in input 248 * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences 249 in input 191 250 * Use field order (top/bottom) for correct bob/linear deinterlacing 192 251 * Fix invalid free in bookmarks loading code … … 201 260 * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality 202 261 * Improved Video Output compatibility for Mac OS X 10.5 Leopard 203 * Improved behavior of the Fullscreen Controller and mode changes between Fullscreen and Windowed Video Output 204 * Softened the white flash artifacts that may appear during the transition of two different movies 262 * Improved behavior of the Fullscreen Controller and mode changes between 263 Fullscreen and Windowed Video Output 264 * Softened the white flash artifacts that may appear during the transition of 265 two different movies 205 266 * Support for current Ogg file formats 206 NOTE: This release requires Mac OS X 10.4 or higher. Mac OS X 10.3.9 is not supported anymore. 267 NOTE: This release requires Mac OS X 10.4 or higher. 268 Mac OS X 10.3.9 is not supported anymore. 207 269 208 270 Encoders:
