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