]> git.sesse.net Git - vlc/blob - NEWS
* INSTALL.win32: finally updated the instructions on how to build vlc for win32 :)
[vlc] / NEWS
1 $Id: NEWS,v 1.41 2003/05/17 23:57:35 gbazin Exp $
2
3 Changes between 0.5.3 and 0.6.0:
4 ---------------------------------
5
6 Core Support:
7  * Channel Server support was removed (was deprecated)
8
9 Input access:
10  * fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
11  * fixed large file support on Windows
12  * Video 4 Linux support
13  * CD Digital Audio support
14
15 Input demux:
16  * Better detection of AAC and mp3 files
17  * Support for OpenDML avi files
18  * More complete .mp4/.mov support
19
20 Codecs:
21  * VLC's own MPEG1/2 decoder has been replace with libmpeg2
22  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
23  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
24  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
25
26 Interfaces:
27  * The wxWindows interface is now fully useable as well as Unicode safe
28  * New HTTP remote control interface
29
30 Stream output:
31  * New stream output scheme. It is now possible to build a chain of stream outputs allowing for instance to stream and display some content at the same time.
32  * The stream output now allows to transcode content on the fly.
33
34 Miscellaneous:
35  * New reset option for the preferences
36  * You can set your language in the prefences
37  * New video chroma conversion module using ffmpeg
38
39 UNIX ports:
40  *
41
42 Mac OS X port:
43  * When you add several items to the playlist, they are sorted alphabetically.
44  * New about panel
45  * Subtitles are less permanent now.
46  * Fixed the deinterlace menu.
47  * Transparency option for video out.
48  * Float on top option for video out.
49  * New output dialog for transcode and display while stream capabilities
50  * New icons
51  * New audio resampler. Should make VLC much faster.
52  * Fixed disappearing and crackling sound (PTS is out of range bug)
53  * We no longer automatically save the preferences when you quit the application
54
55 Win32 port:
56  * the wxWindows interface is now the default interface
57  * The keyboard shortcuts are now identical to the linux version
58  * Fixed the "no sound" problem on NT4
59  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
60  * Added support for compressed skins files (.vlt files)
61
62 BeOS port:
63  * Interface localization
64  * Screensaver disabled if playing in fullscreen
65  * A few new keyboard shortcuts
66  * New full-featured Preferences window
67
68 Changes between 0.5.2 and 0.5.3:
69 ---------------------------------
70
71 Core Support:
72  * fixed DTS S/PDIF output on little-endian machines
73  * support for skins at the interface level
74  * new OSD module using Freetype2
75  * video outputs are now destroyed when the associated input ends
76  * the video output takes into account the caching delay introduced at the
77    input level before dropping out of date frames.
78  * configuration option to disable the translation of the interface
79
80 Input access:
81  * fixed HTTP redirects
82  * support for opening an entire directory
83  * EOF should be detected more reliably
84  * new video4linux access plug-in
85  * new kfir access plug-in designed to work around a bug in the kfir driver
86
87 Input demux:
88  * added stream type for some Motorola MPEG-2 video encoders
89  * fix for some ogg web radio streams
90  * fixed reading TS streams over HTTP
91
92 Codecs:
93  * support for 3ivx D4 (not previous versions)
94  * support for '3ivd' and '3vid' encodings
95  * support for 'MSS1' codec ( same as WMV2 )
96  * support for SAMI subtitles (untested and incomplete)
97  * better SSA4 subtitles recognition
98  * new codec for raw I420 video
99  * improvements to the libmpeg2-based MPEG video decoder
100
101 Interfaces:
102  * improvements to wxWindows based interface
103    (although it still misses some important features)
104  * skeleton for a Gnome2/GTK2 plug-in
105
106 Stream output:
107  * new HTTP output support
108  * fixed a segfault in the AVI muxer
109  * fixed AV synchronization issues
110
111 Miscellaneous:
112  * support for oldstyle id3 genres
113
114 UNIX ports:
115  * the SDL vout plug-in will now work on big-endian machines
116
117 Mac OS X port:
118  * reorderable playlist
119  * fixed the hiding of the mouse on multiple monitors
120  * fixed a big issue with some USB speakers
121  * support for mono audio output devices
122  * reset the audio-device to its default mode before quitting VLC
123  * fixed several cosmetic issues
124  * you can drag the controller window by its background (as it should be)
125  * the messages window remembers more lines
126  * delay and fps can now be overruled with subtitles files
127  * http and ogg stream output options
128  * Apple menu and friends will now be translated as well
129
130 Win32 port:
131  * new skinnable interface
132  * the directx video output doesn't crash anymore on ctrl+alt+del events.
133
134 iPAQ familiar Linux port:
135  * support for FLAC audio format
136  * the interface adapts to the screen size/rotation
137  * playlist
138  * network tab in the interface
139  * "apply" handling in preferences
140
141
142 Changes between 0.5.1a and 0.5.2:
143 ---------------------------------
144
145 Core support:
146  * advanced config options are now hidden by default
147  * new --spdif option to use the S/PDIF audio output by default
148  * fixed a 'clicking' sound when switching between streams
149  * new bandlimited resampler that should improve audio quality on primarily
150    Mac OS X
151  * fixed a problem with audio over http that caused some web radios to not work
152  * DTS S/PDIF support
153
154 Codecs:
155  * support for DV audio through the ffmpeg library
156  * support for FLAC audio through libflac
157  * new but basic MPEG video decoder based on libmpeg2
158  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
159
160 Stream output:
161  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
162  * new --ttl option for Time To Live
163
164 DVD support:
165  * fixed quite a few problems with the dvd menu support
166
167 UNIX ports:
168  * fixed the GNU-pth support
169
170 Win32 port:
171  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
172    plugins
173  * localization support via gettext is now fully working
174  * rc interface is now fully useable
175  * fixed the MSVC project files generation
176
177 Mac OS X port:
178  * several fixes for multi channel audio devices. AC3 over SPDIF with
179    M-Audio Sonica Theater still does not work. this is most likely a driver
180    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
181    iMate and MOTU firewire devices should work)
182  * VLC now uses the default audio device
183  * new info panel
184  * very preliminary support for VLC control via applescript
185  * support for mouse gestures
186  * new priority scheme allowing to avoid lock-ups on low-end machines
187
188 Linupy port:
189  * there is a whole new port for the linupy distribution used by o.a. the
190    YOPY PDA. It is still experimental, please test it
191
192 Miscellaneous:
193  * improved ID3 tag detection
194  * changed several errors into warnings ; the frequently reported "this is
195    not a PS stream, continuing" is one of these
196  * mouse gestures work on windows and osx, but there still isn't any useful
197    gestures
198  * some support for .pls playlists used by shoutcast
199
200
201 Changes between 0.5.1 and 0.5.1a:
202 ---------------------------------
203
204 Mac OS X port:
205  * fixed a problem that caused VLC to select the wrong language when
206    English was set as the preferred language
207
208
209 Changes between 0.5.0 and 0.5.1:
210 --------------------------------
211
212 Core support:
213  * new mouse gesture interface
214  * audio volume can now be changed at any time, even when no file is
215    playing
216
217 Input access:
218  * various minor fixes on the network inputs
219  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
220  * VCD: fixed track number and chapter indexing
221
222 Input demux:
223  * fixed a bad initialization in the mp4 plug-in
224  * new --buggy-psi option for TS streams which do not update their
225    continuity counter
226
227 Codecs:
228  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
229
230 DVD support:
231  * fixed a bug which turned the default interface command-line only
232    without the user consent
233
234 UNIX ports:
235  * GTK: fixed a crash when going fullscreen or changing volume from the
236    popup menu
237  * X11: new screen saver disabling plug-in (--extraintf screensaver)
238  * KDE: fixed compilation with KDE 3.1
239  * ALSA: fixed mono files output
240
241 Mac OS X port:
242  * fixed a crash on start-up on some localized systems
243  * lowered real-time priorities to avoid lock-ups on slow machines
244  * VLC can now be made the handler of ftp http mms and udp URLs
245  * playlist enhancements
246  * added half, normal and double video window menu items
247  * new step forward/step backward commands
248  * the dock should no longer be visible in fullscreen mode
249  * the Mac OS X binary is now compiled with Ogg/Theora support
250  * vlc.app is now VLC.app
251
252 Win32 port:
253  * fixed the "RichEdit line insertion error" bug
254  * VLC can now be run from outside its installation directory
255  * fixed a bug that prevented to find the default subtitle font
256
257 BeOS port:
258  * smarter BeOS priorities to avoid lock-ups
259  * few enhancements in the interface (especially the Settings window)
260
261 Opie port:
262  * native video output is working again
263  * only commandline interface support
264  * support for MPEG4, DivX through ffmpeg package
265
266
267 Changes between 0.4.6 and 0.5.0:
268 --------------------------------
269
270 Core structure:
271   * object structure which allows for full re-entrancy, known as libvlc
272   * new audio output architecture based on filter pipelines, providing
273     S/PDIF and multi-channel support
274   * localization support via gettext on most architectures
275   * new stream output architecture, allowing to use VLC to unicast,
276     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
277     and A/52 streams are supported)
278   * build system now uses autoconf/automake/autopoint
279
280 Input access:
281   * mms:// support
282   * ftp:// support
283   * stability fixes in the HTTP access
284   * auto-detection of RTP encapsulation
285   * VCD entry points support
286   * VCD image file support
287
288 Input demux:
289   * support for *.asf format
290   * improved support for *.avi, especially over an HTTP connection
291   * support for *.mp4 and *.mov format
292   * support for ogg encapsulation
293   * support for raw DV format
294   * support for *.wav format
295   * new demuxdump demux allowing to save a stream to a file
296   * raw AAC support
297
298 Stream discovery & playlists:
299   * support for the SAP/SDP and SLP protocols
300   * support for .m3u file format
301   * support for .asx file format
302   * hack to find the streaming sources in html-pages with embedded wmp
303
304 Codecs:
305   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
306     (only available with the .avi demux)
307   * support for ADPCM audio codec
308   * support for raw PCM data
309   * support for Cinepak video codec
310   * support for DV video codec via libdv or ffmpeg
311   * support for AAC audio codec via libfaad2
312   * support for Xvid codec
313   * support for Xiph.org's Vorbis audio codec
314   * support for Xiph.org's Tremor audio codec (when compiling from sources)
315   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
316     from sources)
317   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
318     H263i, MJPEG A/B
319   * fixed an endianness bug in LPCM codec
320
321 DVD support:
322   * experimental preliminary support for DVD menus via libdvdplay
323
324 Miscellaneous:
325   * new WxWindows interface
326   * all interfaces allow to dynamically change the volume, the audio
327     device and the channels configuration
328   * headphone channel mixer with virtual spatialization effect
329   * Mozilla plugin based on libvlc for embedded playback in webpages of any
330     format that VLC can play
331   * new swedish translation
332   * updated french, german, dutch and italian translations
333
334 GNU/Linux, *BSD & misc. UNIX ports:
335   * OSS and ALSA audio output modules support A/52 over S/PDIF output
336   * OSS support for multi-channel (up to 6) analog sound cards
337
338 Mac OS X port:
339   * localization support via GNU gettext software
340   * completely revamped Cocoa interface
341   * new preferences panel
342   * new open panel with full features
343   * video output screen can be chosen in the Video menu
344   * audio device and channels configuration can be chosen in the Audio menu
345   * new playlist drawer and messages windows
346
347 Win32 port:
348   * preferences dialog box redesigned
349   * waveout module supports multi-channel audio output and A52 over S/PDIF
350   * support for VCDs
351   * new dialog box to select avi subtitles
352   * some new shortcuts (in particular to play/pause or stay on top)
353   * new menu entry to spawn another interface
354   * rc interface is partly fixed and useable
355
356 BeOS port:
357   * new settings window for adjusting post-processing, brightness,
358     contrast, etc
359   * enhancements of the playlist window
360   * new messages window to see debug info
361   * fixed a few crashes
362
363 iPaq port:
364   * slider bar in GTK+/GPE Familiar interface
365   * fixed crash on directory change in Familiar interface
366   * added qte_main module for use in all modules that need Opie or Qte support
367   * native video output module for Qt Embedded/Opie is not working
368