Changeset 677e34942c2d70c884291329dafab13c7b2cc601
- Timestamp:
- 04/18/08 13:22:26
(3 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1208517746 +0200
- git-parent:
[ca4637c314785f182ea37987403fd17cdbef4f8b]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1208517746 +0200
- Message:
Updates and layout improvements
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r78a9d6f |
r677e349 |
|
| 19 | 19 | and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts |
|---|
| 20 | 20 | * 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: |
|---|
| 22 | | - "Streaming wizard". These features will be replaced |
|---|
| 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 was changed. It's now activated by default. |
|---|
| 26 | | * The marq, mosaic and logo commands in the rc interface changed. They |
|---|
| 27 | | now require a target name as their first argument. Example: |
|---|
| 28 | | vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo> |
|---|
| 29 | | You can then use commands like: @test marq-marquee Goodbye |
|---|
| 30 | | These new commands are also available in the telnet interface. |
|---|
| | 21 | interface lacks the "Streaming Wizard" that used to be present in VLC 0.8.6. |
|---|
| | 22 | It will be replaced by a better alternative in the next version. |
|---|
| | 23 | If you absolutely need it, we advise you to keep VLC 0.8.6. |
|---|
| | 24 | * The behavior of --sout-keep was changed. It's now activated by default. |
|---|
| | 25 | * The marq, mosaic and logo commands in the rc interface changed. They |
|---|
| | 26 | now require a target name as their first argument. Example: |
|---|
| | 27 | vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo> |
|---|
| | 28 | You can then use commands like: @test marq-marquee Goodbye |
|---|
| | 29 | These new commands are also available in the telnet interface. |
|---|
| 31 | 30 | * The "rtp" access output module has been removed: |
|---|
| 32 | 31 | Please use the RTP stream output instead, e.g.: |
|---|
| … | … | |
| 76 | 75 | * CD+G karaoke Files support |
|---|
| 77 | 76 | * MXF files support |
|---|
| 78 | | * Re-written Screen input module for Mac OS X using OpenGL instead of QuickDraw |
|---|
| | 77 | * Re-written Screen access module for Mac OS X using OpenGL |
|---|
| | 78 | instead of QuickDraw |
|---|
| | 79 | * Experimental EyeTV access module (Mac OS X only) |
|---|
| | 80 | This requires the user to install a plugin to EyeTV.app |
|---|
| | 81 | (available as a separate download). |
|---|
| 79 | 82 | |
|---|
| 80 | 83 | Decoders: |
|---|
| … | … | |
| 99 | 102 | Encoders: |
|---|
| 100 | 103 | * Flash Screen Video support |
|---|
| | 104 | * Improved H.264 encoding speed |
|---|
| 101 | 105 | |
|---|
| 102 | 106 | Video output and filters: |
|---|
| … | … | |
| 151 | 155 | * Access to VideoLAN's Help Wiki within VLC |
|---|
| 152 | 156 | * New setting to disable the "Recent Items" service |
|---|
| | 157 | * When playing Radio (live) streams, the current track is shown correctly |
|---|
| | 158 | * Correct appearance on Macs using Aqua's graphite theme |
|---|
| 153 | 159 | * Ncurses: |
|---|
| 154 | 160 | * Correctly displays wide characters when using an UTF-8 locale, |
|---|
| … | … | |
| 173 | 179 | Mac OS X Port: |
|---|
| 174 | 180 | * Mac OS X Framework that can be used to embed VLC in third party |
|---|
| 175 | | applications (Google Summer of Code Student project) |
|---|
| | 181 | applications (Google Summer of Code Student project, Mac OS X 10.5 only) |
|---|
| 176 | 182 | * Complete compatibility with Mac OS X 10.5 Leopard |
|---|
| | 183 | * It is now required to compile a fully featured build |
|---|
| 177 | 184 | * The support of Mac OS X 10.3.9 was discontinued. |
|---|
| 178 | 185 | |
|---|