Commit 677e3494 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Updates and layout improvements

parent ca4637c3
...@@ -18,16 +18,15 @@ Important notes: ...@@ -18,16 +18,15 @@ Important notes:
- On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
* This version of VLC contains a new interface for Windows and Linux. This * This version of VLC contains a new interface for Windows and Linux. This
interface lacks a few features that used to be present in VLC 0.8.6: interface lacks the "Streaming Wizard" that used to be present in VLC 0.8.6.
- "Streaming wizard". These features will be replaced It will be replaced by a better alternative in the next version.
by a better alternative in the next version. If you absolutely need these If you absolutely need it, we advise you to keep VLC 0.8.6.
features, we advise you to keep VLC 0.8.6. * The behavior of --sout-keep was changed. It's now activated by default.
* The behavior of --sout-keep was changed. It's now activated by default. * The marq, mosaic and logo commands in the rc interface changed. They
* The marq, mosaic and logo commands in the rc interface changed. They now require a target name as their first argument. Example:
now require a target name as their first argument. Example: vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo> You can then use commands like: @test marq-marquee Goodbye
You can then use commands like: @test marq-marquee Goodbye These new commands are also available in the telnet interface.
These new commands are also available in the telnet interface.
* The "rtp" access output module has been removed: * The "rtp" access output module has been removed:
Please use the RTP stream output instead, e.g.: Please use the RTP stream output instead, e.g.:
Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}' Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
...@@ -75,7 +74,11 @@ Input/Demuxers: ...@@ -75,7 +74,11 @@ Input/Demuxers:
* BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
* CD+G karaoke Files support * CD+G karaoke Files support
* MXF files support * MXF files support
* Re-written Screen input module for Mac OS X using OpenGL instead of QuickDraw * Re-written Screen access module for Mac OS X using OpenGL
instead of QuickDraw
* Experimental EyeTV access module (Mac OS X only)
This requires the user to install a plugin to EyeTV.app
(available as a separate download).
Decoders: Decoders:
* VP60/VP61/VP6F/VP62 support * VP60/VP61/VP6F/VP62 support
...@@ -98,6 +101,7 @@ Decoders: ...@@ -98,6 +101,7 @@ Decoders:
Encoders: Encoders:
* Flash Screen Video support * Flash Screen Video support
* Improved H.264 encoding speed
Video output and filters: Video output and filters:
* New CoreAnimation output module (Mac OS X 10.5 only) * New CoreAnimation output module (Mac OS X 10.5 only)
...@@ -150,6 +154,8 @@ Interfaces: ...@@ -150,6 +154,8 @@ Interfaces:
* Improved video output features * Improved video output features
* Access to VideoLAN's Help Wiki within VLC * Access to VideoLAN's Help Wiki within VLC
* New setting to disable the "Recent Items" service * New setting to disable the "Recent Items" service
* When playing Radio (live) streams, the current track is shown correctly
* Correct appearance on Macs using Aqua's graphite theme
* Ncurses: * Ncurses:
* Correctly displays wide characters when using an UTF-8 locale, * Correctly displays wide characters when using an UTF-8 locale,
if libncursesw is available. if libncursesw is available.
...@@ -172,8 +178,9 @@ Linux Port: ...@@ -172,8 +178,9 @@ Linux Port:
Mac OS X Port: Mac OS X Port:
* Mac OS X Framework that can be used to embed VLC in third party * Mac OS X Framework that can be used to embed VLC in third party
applications (Google Summer of Code Student project) applications (Google Summer of Code Student project, Mac OS X 10.5 only)
* Complete compatibility with Mac OS X 10.5 Leopard * Complete compatibility with Mac OS X 10.5 Leopard
* It is now required to compile a fully featured build
* The support of Mac OS X 10.3.9 was discontinued. * The support of Mac OS X 10.3.9 was discontinued.
LibVLC: LibVLC:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment