Changeset 63e066369803c46da28c7487396e045c3b770d99

Show
Ignore:
Timestamp:
12/27/07 13:44:02 (6 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1198759442 +0000
git-parent:

[13cf0bf07070f07d140ab04606d17c3c37b2d651]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1198759442 +0000
Message:

* couple of NEWS updates and typo fixes here and there

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • NEWS

    r4370e1c r63e066369  
    1919     and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts 
    2020 * This version of VLC contains a new interface for Windows and Linux. This 
    21    interface lacks a few features that used to be present in vlc 0.8.6: 
     21   interface lacks a few features that used to be present in VLC 0.8.6: 
    2222   - "Streaming wizard" and "VLM control". These features will be replaced 
    2323     by a better alternative in the next version. If you absolutely need these 
    24      features, we advise you to keep vlc 0.8.6 
     24     features, we advise you to keep VLC 0.8.6 
    2525   - Similarly, "Bookmarks" will be reintroduced in an improved version at a 
    2626     later point 
    27   * The default for --sout-keep has changed. It's now activated by default. 
     27  * The behavior of --sout-keep has changed. It's now activated by default. 
    2828  * The marq, mosaic and logo commands in the rc interface changed. They 
    2929    now require a target name as their first argument. Example: 
     
    3636     New: '#rtp{dst=239.255.1.2,sap}' 
    3737 * You now need to append --m3u-extvlcopt to your command line to enable 
    38    EXTVLCOPT options parsing in m3u playlists. 
     38   EXTVLCOPT options parsing in m3u playlists. Note that only a limited set 
     39   of options is available to m3u playlists. 
    3940 
    4041Changes: 
     
    6061  * MP4 gpac and Apple chapter support 
    6162  * Input run time option (improved live stream recording) 
    62   * Fixed aiff stereo file 
     63  * Fixed playback of AIFF stereo files 
    6364  * Fixed audio glitch on seek 
    6465  * Improved FLAC demuxer (duration / current time / meta data) 
     
    6970  * Raw video support 
    7071  * Standard MIDI File (types 0 & 1) support 
    71   * Tivo Series 2 support 
     72  * TiVo Series 2 support 
    7273  * v4l2 access module support 
    7374  * CD+G karaoke Files support 
     
    7778 * VP60/VP61/VP6F/VP62 support 
    7879 * MKV USF subtitles support 
    79  * HTML based subtitles support 
     80 * HTML-based subtitles support 
    8081 * Flash Screen Video support 
    8182 * CamStudio Screen Video support 
     
    8687 * New codec FOURCCs to support more specific files: 
    8788   Avid, FCP, Sony, Samsung, ... 
    88  * Closed Caption Decoder (DVD, ReplayTV, Tivo, DVB/ATSC) 
     89 * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC) 
    8990 * H.264 PAFF support 
    9091 * DNxHD / VC-3 support 
    9192 * NellyMoser ASAO support 
    92  * APE ( Monkey audio ) support 
     93 * APE (Monkey audio) support 
    9394 * VBI & EBU (Teletext) support 
    9495 
     
    9798 
    9899Video output and filters: 
     100 * New CoreAnimation output module (Mac OS X 10.5 only) 
    99101 * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and 
    100102   Psychedelic) video filters can now be streamed 
     
    105107 * New sharpen video filter (increase the contrast of adjacent pixels) 
    106108 * New erase video filter (remove a logo from a video) 
    107  * Enhancements to subtitles' renderer to support bold, italics and some HTML 
     109 * Enhancements to subtitles' renderer to support bold, italic and some HTML 
    108110   tags 
    109111 * Support for RGBA and I420 blending. This improves Mosaic CPU usage *a lot*. 
     
    113115 * Fix random characters problem in RSS filter. 
    114116 * Add rotate-deciangle for more precision on rotate filter 
    115  * Support for Intel SSE2 intruction set in chroma converters 
    116  * Improved use of Intel MMX intruction set in chroma converters 
     117 * Support for Intel SSE2 instruction set in chroma converters 
     118 * Improved use of Intel MMX instruction set in chroma converters 
    117119 
    118120Audio output and filters 
    119  * Replay gain support. 
    120  * Play audio when going slower/faster ( no pitch filter yet ). 
    121  * New spatializer audio filter. 
     121 * Replay gain support 
     122 * Audio playback when going slower/faster (no pitch filter yet) 
     123 * New spatializer audio filter 
    122124 
    123125Stream output: 
     
    137139   * Improved user interaction 
    138140   * Improved mouse gestures 
     141   * Fastly improved Update checker 
    139142   * Experimental Lua interface modules. See vlc -I lua for more info 
     143   * ncurses interface now uses ncursesw to correctly display wide characters 
     144     when using an UTF-8 locale. 
     145 * Mac OS X 
     146   * Improved video output features 
     147   * Access to VideoLAN's Help Wiki within VLC 
    140148 * Unix 
    141149   * Option to allow only one running instance, using D-Bus interface. 
     
    145153     finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces . 
    146154   * Motion module use disk accelerometers to keep video horizontal 
    147    * Ncurses interface now uses ncursesw to correctly display wide characters 
    148      when using an UTF-8 locale. 
    149155   * Plugin to set Telepathy presence message using MissionControl 
    150  * Fix VLM schedule time on Linux. 
     156 * Fixed VLM schedule time on Linux 
    151157 
    152158Linux Port: 
     
    157163Mac OS X Port: 
    158164 * Mac OS X Framework that can be used to embed VLC in third party 
    159    applications. (Google Summer Of Code Student project). 
     165   applications (Google Summer of Code Student project) 
     166 * Complete compatibility with Mac OS X 10.5 Leopard 
    160167 
    161168LibVLC: 
    162  * Event management and various improvement in libvlc. 
    163    (Part of a Google Summer Of Code Student project). 
     169 * Event management and various improvements in libvlc 
     170   (Part of a Google Summer of Code Student project) 
    164171 
    165172Capture: 
     
    167174   Windows 
    168175 
    169 Localisations: 
     176New Localizations: 
    170177 * Finnish 
    171178 * Persian 
     
    174181 
    175182Changes between 0.8.6c and 0.8.6d: 
    176 ---------------------------------------------------------- 
     183---------------------------------- 
    177184 
    178185Various bugfixes: