]> git.sesse.net Git - vlc/blob - NEWS
NEWS: updated BeOS info for 0.5.1
[vlc] / NEWS
1 $Id: NEWS,v 1.19 2003/02/16 01:38:36 titer Exp $
2
3 Changes between 0.5.0 and 0.5.1:
4 --------------------------------
5
6 Core support:
7  * new mouse gesture interface
8  * audio volume can now be changed at any time, even when no file is
9    playing
10
11 Input access:
12  * various minor fixes on the network inputs
13  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
14  * VCD: fixed track number and chapter indexing
15
16 Input demux:
17  * fixed a bad initialization in mp4 plug-in
18  * new TS --buggy-psi option for streams which don't update the
19    continuity counter
20
21 Codecs:
22  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
23
24 DVD support:
25  * fixed a bug which turned the default interface command-line only
26    without the user consent
27
28 UNIX ports:
29  * GTK: fixed a crash when doing fullscreen or volume up from the popup menu
30  * X11: new screen saver disabling plug-in (--extraintf screensaver)
31  * KDE: fixed compilation with KDE 3.1
32  * ALSA: fixed mono files output
33
34 Mac OS X port:
35  * fixed a crash on start-up on some localized systems
36  * lower real-time priorities to avoid lock-up on slow machines
37  * VLC can now be made handler of ftp http mms and udp URLs
38  * playlist enhancements
39  * added half, normal and double video window menu items
40  * new step forward/step backward commands
41  * the dock should no longer be visible in fullscreen mode
42  * the Mac OS X binary is now compiled with Ogg/theora support
43  * vlc.app is now VLC.app
44
45 Win32 port:
46  * fixed the "RichEdit line insertion error" bug
47
48 BeOS port:
49  * smarter BeOS priorities to avoid lock-up
50  * few enhancements in the interface (especially the Settings window)
51
52 Opie port:
53  * Native video output is working again.
54  * Only commandline interface support.
55  * Support for MPEG4, DivX through ffmpeg package.
56
57 Changes between 0.4.6 and 0.5.0:
58 --------------------------------
59
60 Core structure:
61   * object structure which allows for full re-entrancy, known as libvlc
62   * new audio output architecture based on filter pipelines, providing
63     S/PDIF and multi-channel support
64   * localization support via gettext on most architectures
65   * new stream output architecture, allowing to use VLC to unicast,
66     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
67     and A/52 streams are supported)
68   * build system now uses autoconf/automake/autopoint
69
70 Input access:
71   * mms:// support
72   * ftp:// support
73   * stability fixes in the HTTP access
74   * auto-detection of RTP encapsulation
75   * VCD entry points support
76   * VCD image file support
77
78 Input demux:
79   * support for *.asf format
80   * improved support for *.avi, especially over an HTTP connection
81   * support for *.mp4 and *.mov format
82   * support for ogg encapsulation
83   * support for raw DV format
84   * support for *.wav format
85   * new demuxdump demux allowing to save a stream to a file
86   * raw AAC support
87
88 Stream discovery & playlists:
89   * support for the SAP/SDP and SLP protocols
90   * support for .m3u file format
91   * support for .asx file format
92   * hack to find the streaming sources in html-pages with embedded wmp
93
94 Codecs:
95   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
96     (only available with the .avi demux)
97   * support for ADPCM audio codec
98   * support for raw PCM data
99   * support for Cinepak video codec
100   * support for DV video codec via libdv or ffmpeg
101   * support for AAC audio codec via libfaad2
102   * support for Xvid codec
103   * support for Xiph.org's Vorbis audio codec
104   * support for Xiph.org's Tremor audio codec (when compiling from sources)
105   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
106     from sources)
107   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
108     H263i, MJPEG A/B
109   * fixed an endianness bug in LPCM codec
110
111 DVD support:
112   * experimental preliminary support for DVD menus via libdvdplay
113
114 Miscellaneous:
115   * new WxWindows interface
116   * all interfaces allow to dynamically change the volume, the audio
117     device and the channels configuration
118   * headphone channel mixer with virtual spatialization effect
119   * Mozilla plugin based on libvlc for embedded playback in webpages of any
120     format that VLC can play
121   * new swedish translation
122   * updated french, german, dutch and italian translations
123
124 GNU/Linux, *BSD & misc. UNIX ports:
125   * OSS and ALSA audio output modules support A/52 over S/PDIF output
126   * OSS support for multi-channel (up to 6) analog sound cards
127
128 Mac OS X port:
129   * localization support via GNU gettext software
130   * completely revamped Cocoa interface
131   * new preferences panel
132   * new open panel with full features
133   * video output screen can be chosen in the Video menu
134   * audio device and channels configuration can be chosen in the Audio menu
135   * new playlist drawer and messages windows
136
137 Win32 port:
138   * preferences dialog box redesigned
139   * waveout module supports multi-channel audio output and A52 over S/PDIF
140   * support for VCDs
141   * new dialog box to select avi subtitles
142   * some new shortcuts (in particular to play/pause or stay on top)
143   * new menu entry to spawn another interface
144   * rc interface is partly fixed and useable
145
146 BeOS port:
147   * new settings window for adjusting post-processing, brightness,
148     contrast, etc
149   * enhancements of the playlist window
150   * new messages window to see debug info
151   * fixed a few crashes
152
153 iPaq port:
154   * slider bar in GTK+/GPE Familiar interface
155   * fixed crash on directory change in Familiar interface
156   * added qte_main module for use in all modules that need Opie or Qte support
157   * native video output module for Qt Embedded/Opie is not working
158