Changeset 2f53d49924d2806ae17b28ec09163fa2e8668c3d
- Timestamp:
- 25/06/08 21:48:09
(5 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1214423289 -0700
- git-parent:
[3c68fe377b6fc76292e5bcf847325432044aac54]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1214423289 -0700
- Message:
NEWS and THANKS.
Mentions of FS controller and dropping support of old platform.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7b0d811 |
r2f53d49 |
|
| 6 | 6 | Important notes: |
|---|
| 7 | 7 | ---------------- |
|---|
| | 8 | * This release will not work with Windows 98/ME and MacOS X.3 (Panther) |
|---|
| 8 | 9 | * The HTTP interface is now only available on the local machine by default. |
|---|
| 9 | 10 | If you want to make it available from other machines, you will have to |
|---|
| … | … | |
| 16 | 17 | - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts |
|---|
| 17 | 18 | and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts |
|---|
| 18 | | * This version of VLC contains a new interface for Windows and Linux. This |
|---|
| 19 | | interface lacks the "Streaming Wizard" that used to be present in VLC 0.8.6. |
|---|
| 20 | | It will be replaced by a better alternative in the next version. |
|---|
| | 19 | * This version of VLC contains a new interface for Windows and Linux. |
|---|
| | 20 | This interface has a fullscreen controller. This interface lacks the |
|---|
| | 21 | "Streaming Wizard" that used to be present in VLC 0.8.6. |
|---|
| 21 | 22 | If you absolutely need it, we advise you to keep VLC 0.8.6. |
|---|
| 22 | 23 | * The behavior of --sout-keep was changed. It's now activated by default. |
|---|
| … | … | |
| 34 | 35 | of options is available to m3u playlists (CVE-2007-6683). |
|---|
| 35 | 36 | * The old access:url syntax is no longer supported. Use access://url instead. |
|---|
| 36 | | E.g.: vlc:quit -> vlc://quit ; |
|---|
| 37 | | udp:@239.255.12.12 -> udp://@239.255.12.12 |
|---|
| | 37 | E.g.: vlc:quit -> vlc://quit ; |
|---|
| | 38 | udp:@239.255.12.12 -> udp://@239.255.12.12 |
|---|
| 38 | 39 | * The ffmpeg module has been removed and replaced by avcodec, avformat, swscale |
|---|
| 39 | 40 | (or imgresample if you use a swscale-less ffmpeg build) and postproc modules. |
|---|
| … | … | |
| 57 | 58 | Playlist: |
|---|
| 58 | 59 | * Vastly improved playlist support: |
|---|
| 59 | | * Media library support |
|---|
| | 60 | * Media library creation to save all your playlist items |
|---|
| 60 | 61 | * "Live search" |
|---|
| 61 | 62 | * Shoutcast TV listings |
|---|
| … | … | |
| 182 | 183 | |
|---|
| 183 | 184 | Interfaces: |
|---|
| 184 | | * Windows/Linux |
|---|
| 185 | | * Brand new interface for Linux and Windows, based on the Qt toolkit |
|---|
| 186 | 185 | * All |
|---|
| 187 | 186 | * New Simple Preferences dialogs showing the most important settings in an |
|---|
| … | … | |
| 191 | 190 | * Vastly improved Update checker |
|---|
| 192 | 191 | * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2) |
|---|
| | 192 | * Windows/Linux |
|---|
| | 193 | * Brand new interface for Linux and Windows, based on the Qt toolkit |
|---|
| | 194 | * Fullscreen controller (transparency on Linux+Composite) |
|---|
| 193 | 195 | * Mac OS X |
|---|
| 194 | 196 | * Improved video output features |
|---|
| … | … | |
| 949 | 951 | with support for effects. |
|---|
| 950 | 952 | * Improved filter and subpictures support : |
|---|
| 951 | | - New filters can be streamed. |
|---|
| 952 | | - "Subpicture filters" to overlay subpictures on video |
|---|
| 953 | | - Centralized scaling and blending |
|---|
| | 953 | - New filters can be streamed. |
|---|
| | 954 | - "Subpicture filters" to overlay subpictures on video |
|---|
| | 955 | - Centralized scaling and blending |
|---|
| 954 | 956 | * New filters : |
|---|
| 955 | | - "time", to display current time |
|---|
| 956 | | - "marq", to display a marquee |
|---|
| | 957 | - "time", to display current time |
|---|
| | 958 | - "marq", to display a marquee |
|---|
| 957 | 959 | |
|---|
| 958 | 960 | Interfaces: |
|---|
| rd3b5afd |
r2f53d49 |
|
| 148 | 148 | Loox Thefuture <loox.thefuture at gmail dot com> - Media key in X11 vout |
|---|
| 149 | 149 | Lorena Gomes - Catalan translation |
|---|
| 150 | | Lukas Durfina <lukas.durfina at gmail.com> - qt4: full screen controller. teletext button fix. |
|---|
| | 150 | Lukas Durfina <lukas.durfina at gmail.com> - Qt4: full screen controller. Teletext button fix. Various fixes. |
|---|
| 151 | 151 | Mahrazi Mohd Kamal <mahrazi at gmail.com> - Malay Translation |
|---|
| 152 | 152 | Marc Nolette <nolette at videotron.ca> - PVR support in DirectShow input |
|---|