]> git.sesse.net Git - vlc/blob - NEWS
* ALL: bumped version number to 0.7.1 in preparation for the release.
[vlc] / NEWS
1 $Id: NEWS,v 1.82 2004/02/08 21:36:39 gbazin Exp $
2 Changes between 0.7.0 and 0.7.1:
3 ---------------------------------
4
5 Core support:
6  * Fixed a nasty bug that causes preferences not to be saved some times.
7  * IGMPv3 support for VLC under Windows XP
8
9 Codecs:
10  * Brand new DTS Coherent Acoustics audio decoder based on libdts
11    (http://www.videolan.org/dtsdec.html)
12  * Fixed DTS S/PDIF output
13  * SVCD (Philips OGT) and CVD subtitles
14
15 Playlist:
16  * Internal improvments
17  * Improved import/export
18
19 Input:
20  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
21    container formars.
22  * New demux module that uses libavformat from ffmpeg. Adds support for many
23    small and strange formats.
24  * Support for DTS wav files
25  * Support for DTS audio CD
26  * New and experimental DVD input plugin with menus support (using libdvdnav).
27
28 Stream output:
29  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...)
30  * Fixed a nasty bug in the mpeg video packetizer
31
32 Service discovery:
33  * Fixed sdp in SAP
34
35 Mac OS X port:
36  * New opengl video output plugin.
37
38 Win32 port:
39  * A few improvements to the DirectShow input plugin.
40
41 Changes between 0.6.2 and 0.7.0:
42 ---------------------------------
43
44 Core support:
45  * Brand new decoder/packetizer api.
46    Adds a lot more flexibility while also simplifying the decoder plugins.
47  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
48  * Video outputs are recycled if possible.
49    This removes any 'flicker' between two similiar video files.
50  * Fixed the video filters. Video should no longer go black when using filters.
51  * New input core. Advantages are: better seeking, more responsive, support for
52    subtitle files at the core, and much much more.
53
54 Playlist:
55  * Added a repeat mode to repeat a single file over and over.
56  * Playlist sorting 
57
58 Input:
59  * RTP/RTSP support.
60  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
61  * Support for Flac in Ogg files.
62  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
63  * Rewrite of the Flac demuxer.
64  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
65  * Reworked DVB tuning.
66  * Better Icecast support.
67  * New MPEG video elementary streams demuxer.
68  * New DTS audio elementary streams demuxer.
69
70 Codecs:
71  * Support for Theora video encoding.
72  * Support for Speex audio decoding/encoding.
73  * Rewrite of the Flac decoder + encoding support.
74  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
75  * Support for AAC + SBR and proper multi-channel re-ordering.
76  * MPEG 2.5 audio support.
77  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
78
79 Stream output:
80  * Improvements to the MPEG TS muxer.
81  * New transrating module for MPEG2 video.
82  * Added packetization for MPEG AAC ADTS streams.
83  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
84  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
85  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
86  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
87  * --sout-keep option to keep the stream open while changing input.
88  * Preliminary RTP support.
89  * Fixes to SAP announces.
90
91 Interface:
92  * Skins:
93     - Bugfixes
94     - misc improvements (eg, "stay on top" option).
95  * New standardized and customizable hotkeys.
96  * wxWindows
97     - Playlist improvements (Sort, Search, mode buttons).
98     - Improvements and help in preferences
99     - New streaming wizard
100     - Revised Disc Open menu
101  * HTTP
102     - Improvements of the standard pages
103     - Support for new commands
104  * OSD ( OS X and hotkeys only atm ).
105
106 Service discovery:
107  * Many fixes to the SAP module
108  * SAP now supports HTTP streams
109
110 Subtitles:
111  * Text subtitles now have a black outline.
112  * Text subtitles autodetection.
113  * Text subtitles charset autodetection.
114  * Text subtitles for all videofiles. Results may vary.
115  * Text subtitles in Hebrew are supported. Arabic partially.
116  * Automatic fontsize selection for text subtitles.
117  * Fixed SAMI text subtitles support.
118  * Support for subtitles in Matroska files.
119  * Support for subtitles in DVB streams.
120
121 Mac OS X port:
122  * New controller designed by Max Rudberg from www.maxthemes.com
123  * Save playlist.
124  * Works on 10.1.x again. Apologies for that problem.
125  * Support for Panther.
126  * Support for raw dumping of streams to disk.
127  * Mozilla plugin for Mac OS X (experimental).
128
129 Win32 port:
130  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
131  * VLC can be installed as a Windows NT service.
132  * Allow on the fly switching of the main interface.
133  * Support for 3F2R in audio output.
134  * New --one-instance option to "force" only one running instance of VLC.
135  * Mozilla plugin for Windows (experimental).
136  * Multimonitor support (untested).
137  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
138
139 Linux port:
140  * Improved Video4Linux input. Also added support for an audio only input.
141  * Support for real-time priority when running with root privileges.
142  * Allow on the fly switching of the main interface.
143
144 iPaq port: 
145  * Brand new Gtk 2 interface
146
147 Miscellaneous:
148  * Audio visual effects filters (spectrum, scope and random).
149  * Audio visual effects filter using goom.
150  * Spanish, Portuguese Brazilian and Hungarian translations.
151  * libcaca video output (colored ascii)
152
153 Changes between 0.6.1 and 0.6.2:
154 ---------------------------------
155
156 Core support:
157  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
158
159 Stream output:
160  * Transcoder now generates proper pts/dts thus should work a lot better.
161  * Improved MPEG TS muxer.
162
163 Access input:
164  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
165  * Few fixes to the VCD navigation.
166
167 Interfaces:
168  * Support for DVD menus navigation added to the wxWindows interface.
169
170 UNIX ports:
171  * ALSA multi-channel support fixed and tested.
172  * Fixed fullscreen with gnome metacity.
173
174 Win32 port:
175  * Fixed VCD support which was broken on some machines.
176
177 iPaq port:
178  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
179
180 Miscellaneous:
181  * Text subtitles now centered on the picture.
182  * Ffmpeg decoder now generates proper pts and can be used to play
183    mpeg1/2 videos.
184
185 Changes between 0.6.0 and 0.6.1:
186 ---------------------------------
187
188 Core support:
189  * There should be less bogus resampling, particularly on DVDs.
190  * VLC will now wait for the medium to wake up before starting its clock
191    after a pause.
192
193 Stream output:
194  * Added vorbis audio support in Ogg streaming.
195  * Added vorbis audio transcoding support.
196  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
197 UNIX ports:
198  * ALSA multi-channel support fixed and tested.
199  * Fixed fullscreen with gnome metacity.
200
201 Win32 port:
202  * Fixed VCD support which was broken on some machines.
203
204 iPaq port:
205  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
206
207 Miscellaneous:
208  * Text subtitles now centered on the picture.
209  * Ffmpeg decoder now generates proper pts and can be used to play
210    mpeg1/2 videos.
211
212 Changes between 0.6.0 and 0.6.1:
213 ---------------------------------
214
215 Core support:
216  * There should be less bogus resampling, particularly on DVDs.
217  * VLC will now wait for the medium to wake up before starting its clock
218    after a pause.
219
220 Stream output:
221  * Added vorbis audio support in Ogg streaming.
222  * Added vorbis audio transcoding support.
223  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
224  * PS muxer can create mpeg1 files now and produce streams with system headers.
225  * You can transcode a52 with more than two channels to mpga now.
226
227 Win32 port:
228  * Fixed DVD support which was partly broken due to a bug in libdvdcss
229  * Fixed 5.1 audio support for the sblive/audigy soundcards.
230  * Fixed sound on Windows NT.
231
232 UNIX ports:
233  * Fixed/improved ALSA support and enabled multi-channel audio output.
234  * X11/Xvideo: Should now work on big endian machines, and you can now
235    use the arrow keys to browse through the DVD menus.
236
237 iPaq port:
238  * Gtk+2 interface called PDA
239  * Familiar Gtk+ is now deprecreated
240  * Codec a52, Faad2 and flac added
241  * Video4Linux enabled (demux and transcode)
242  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
243
244 Interfaces:
245  * Small updates/fixes to the wxWindows interface.
246  * Improved HTTP remote control interface. You can now create your own HTML pages.
247  * A new CORBA control plugin.
248
249 Input demux:
250  * Improved support for the Matroska container format.
251
252 Miscellaneous:
253  * Improved build system.
254  * New video filter plugin to overlay logos.
255  * Added support for Winamp 3 B4S files.
256  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
257    Should also work with languages like russion for instance.
258
259
260 Changes between 0.5.3 and 0.6.0:
261 ---------------------------------
262
263 Core Support:
264  * Channel Server support was removed (was deprecated)
265
266 Input access:
267  * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
268  * Fixed large file support on Windows
269  * Video 4 Linux support
270  * CD Digital Audio support
271  * Fixed IPv6 multicasting on Windows and OSX.
272
273 Input demux:
274  * Better detection of AAC and mp3 files
275  * Support for OpenDML avi files
276  * More complete .mp4/.mov support
277  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
278
279 Codecs:
280  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
281  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
282  * OSX support for QDM2 and QDMC sound, often used in QT content.
283  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
284  * Updated our theora decoder to use the alpha 2 release of libtheora
285  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
286  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
287
288 Interfaces:
289  * The wxWindows interface is now fully useable as well as Unicode safe
290  * New HTTP remote control interface
291
292 Stream output:
293  * 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.
294  * The stream output now allows to transcode content on the fly.
295  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
296  * SAP/SDP announcing support. (both IPv4 and IPv6)
297
298 Miscellaneous:
299  * New reset option for the preferences
300  * You can set your language in the prefences
301  * New video chroma conversion module using ffmpeg
302  * Added a Gentoo ebuild to the distribution
303  * Added a new smaller subtitles font (now the default) + scripts to generate your own
304  * SAP/SDP IPv6 support
305
306 UNIX ports:
307  * Basic support for the X11 Xinerama extension.
308  * New skinable interface ported to X11.
309  * Run opie-vlc and zaurus-vlc as GuiServer
310
311 Mac OS X port:
312  * When you add several items to the playlist, they are sorted alphabetically.
313  * New about panel and revamped preferences panel.
314  * Fixed the deinterlace menu.
315  * Float on top, Fit to Screen and a Transparency option for video out.
316  * New output dialog for transcode and display while stream capabilities.
317  * New icons by Davor Orel.
318  * New audio resampler. Should make VLC much faster.
319  * Fixed disappearing and crackling sound (PTS is out of range bug)
320  * We no longer automatically save the preferences when you quit the application
321  * Arrow keys are now use to browse the menus in a DVD
322
323 Win32 port:
324  * the wxWindows interface is now the default interface
325  * The keyboard shortcuts are now identical to the linux version
326  * Fixed the "no sound" problem on NT4
327  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
328  * Added support for compressed skins files (.vlt files)
329  * Fixed SVCD chapters support.
330  * Fixed memory leak with 5.1 audio.
331
332 BeOS port:
333  * Interface localization
334  * Screensaver disabled if playing in fullscreen
335  * A few new keyboard shortcuts
336  * New full-featured Preferences window
337
338 Changes between 0.5.2 and 0.5.3:
339 ---------------------------------
340
341 Core Support:
342  * fixed DTS S/PDIF output on little-endian machines
343  * support for skins at the interface level
344  * new OSD module using Freetype2
345  * video outputs are now destroyed when the associated input ends
346  * the video output takes into account the caching delay introduced at the
347    input level before dropping out of date frames.
348  * configuration option to disable the translation of the interface
349
350 Input access:
351  * fixed HTTP redirects
352  * support for opening an entire directory
353  * EOF should be detected more reliably
354  * new video4linux access plug-in
355  * new kfir access plug-in designed to work around a bug in the kfir driver
356
357 Input demux:
358  * added stream type for some Motorola MPEG-2 video encoders
359  * fix for some ogg web radio streams
360  * fixed reading TS streams over HTTP
361
362 Codecs:
363  * support for 3ivx D4 (not previous versions)
364  * support for '3ivd' and '3vid' encodings
365  * support for 'MSS1' codec ( same as WMV2 )
366  * support for SAMI subtitles (untested and incomplete)
367  * better SSA4 subtitles recognition
368  * new codec for raw I420 video
369  * improvements to the libmpeg2-based MPEG video decoder
370
371 Interfaces:
372  * improvements to wxWindows based interface
373    (although it still misses some important features)
374  * skeleton for a Gnome2/GTK2 plug-in
375
376 Stream output:
377  * new HTTP output support
378  * fixed a segfault in the AVI muxer
379  * fixed AV synchronization issues
380
381 Miscellaneous:
382  * support for oldstyle id3 genres
383
384 UNIX ports:
385  * the SDL vout plug-in will now work on big-endian machines
386
387 Mac OS X port:
388  * reorderable playlist
389  * fixed the hiding of the mouse on multiple monitors
390  * fixed a big issue with some USB speakers
391  * support for mono audio output devices
392  * reset the audio-device to its default mode before quitting VLC
393  * fixed several cosmetic issues
394  * you can drag the controller window by its background (as it should be)
395  * the messages window remembers more lines
396  * delay and fps can now be overruled with subtitles files
397  * http and ogg stream output options
398  * Apple menu and friends will now be translated as well
399
400 Win32 port:
401  * new skinnable interface
402  * the directx video output doesn't crash anymore on ctrl+alt+del events.
403
404 iPAQ familiar Linux port:
405  * support for FLAC audio format
406  * the interface adapts to the screen size/rotation
407  * playlist
408  * network tab in the interface
409  * "apply" handling in preferences
410
411
412 Changes between 0.5.1a and 0.5.2:
413 ---------------------------------
414
415 Core support:
416  * advanced config options are now hidden by default
417  * new --spdif option to use the S/PDIF audio output by default
418  * fixed a 'clicking' sound when switching between streams
419  * new bandlimited resampler that should improve audio quality on primarily
420    Mac OS X
421  * fixed a problem with audio over http that caused some web radios to not work
422  * DTS S/PDIF support
423
424 Codecs:
425  * support for DV audio through the ffmpeg library
426  * support for FLAC audio through libflac
427  * new but basic MPEG video decoder based on libmpeg2
428  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
429
430 Stream output:
431  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
432  * new --ttl option for Time To Live
433
434 DVD support:
435  * fixed quite a few problems with the dvd menu support
436
437 UNIX ports:
438  * fixed the GNU-pth support
439
440 Win32 port:
441  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
442    plugins
443  * localization support via gettext is now fully working
444  * rc interface is now fully useable
445  * fixed the MSVC project files generation
446
447 Mac OS X port:
448  * several fixes for multi channel audio devices. AC3 over SPDIF with
449    M-Audio Sonica Theater still does not work. this is most likely a driver
450    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
451    iMate and MOTU firewire devices should work)
452  * VLC now uses the default audio device
453  * new info panel
454  * very preliminary support for VLC control via applescript
455  * support for mouse gestures
456  * new priority scheme allowing to avoid lock-ups on low-end machines
457
458 Linupy port:
459  * there is a whole new port for the linupy distribution used by o.a. the
460    YOPY PDA. It is still experimental, please test it
461
462 Miscellaneous:
463  * improved ID3 tag detection
464  * changed several errors into warnings ; the frequently reported "this is
465    not a PS stream, continuing" is one of these
466  * mouse gestures work on windows and osx, but there still isn't any useful
467    gestures
468  * some support for .pls playlists used by shoutcast
469
470
471 Changes between 0.5.1 and 0.5.1a:
472 ---------------------------------
473
474 Mac OS X port:
475  * fixed a problem that caused VLC to select the wrong language when
476    English was set as the preferred language
477
478
479 Changes between 0.5.0 and 0.5.1:
480 --------------------------------
481
482 Core support:
483  * new mouse gesture interface
484  * audio volume can now be changed at any time, even when no file is
485    playing
486
487 Input access:
488  * various minor fixes on the network inputs
489  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
490  * VCD: fixed track number and chapter indexing
491
492 Input demux:
493  * fixed a bad initialization in the mp4 plug-in
494  * new --buggy-psi option for TS streams which do not update their
495    continuity counter
496
497 Codecs:
498  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
499
500 DVD support:
501  * fixed a bug which turned the default interface command-line only
502    without the user consent
503
504 UNIX ports:
505  * GTK: fixed a crash when going fullscreen or changing volume from the
506    popup menu
507  * X11: new screen saver disabling plug-in (--extraintf screensaver)
508  * KDE: fixed compilation with KDE 3.1
509  * ALSA: fixed mono files output
510
511 Mac OS X port:
512  * fixed a crash on start-up on some localized systems
513  * lowered real-time priorities to avoid lock-ups on slow machines
514  * VLC can now be made the handler of ftp http mms and udp URLs
515  * playlist enhancements
516  * added half, normal and double video window menu items
517  * new step forward/step backward commands
518  * the dock should no longer be visible in fullscreen mode
519  * the Mac OS X binary is now compiled with Ogg/Theora support
520  * vlc.app is now VLC.app
521
522 Win32 port:
523  * fixed the "RichEdit line insertion error" bug
524  * VLC can now be run from outside its installation directory
525  * fixed a bug that prevented to find the default subtitle font
526
527 BeOS port:
528  * smarter BeOS priorities to avoid lock-ups
529  * few enhancements in the interface (especially the Settings window)
530
531 Opie port:
532  * native video output is working again
533  * only commandline interface support
534  * support for MPEG4, DivX through ffmpeg package
535
536
537 Changes between 0.4.6 and 0.5.0:
538 --------------------------------
539
540 Core structure:
541   * object structure which allows for full re-entrancy, known as libvlc
542   * new audio output architecture based on filter pipelines, providing
543     S/PDIF and multi-channel support
544   * localization support via gettext on most architectures
545   * new stream output architecture, allowing to use VLC to unicast,
546     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
547     and A/52 streams are supported)
548   * build system now uses autoconf/automake/autopoint
549
550 Input access:
551   * mms:// support
552   * ftp:// support
553   * stability fixes in the HTTP access
554   * auto-detection of RTP encapsulation
555   * VCD entry points support
556   * VCD image file support
557
558 Input demux:
559   * support for *.asf format
560   * improved support for *.avi, especially over an HTTP connection
561   * support for *.mp4 and *.mov format
562   * support for ogg encapsulation
563   * support for raw DV format
564   * support for *.wav format
565   * new demuxdump demux allowing to save a stream to a file
566   * raw AAC support
567
568 Stream discovery & playlists:
569   * support for the SAP/SDP and SLP protocols
570   * support for .m3u file format
571   * support for .asx file format
572   * hack to find the streaming sources in html-pages with embedded wmp
573
574 Codecs:
575   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
576     (only available with the .avi demux)
577   * support for ADPCM audio codec
578   * support for raw PCM data
579   * support for Cinepak video codec
580   * support for DV video codec via libdv or ffmpeg
581   * support for AAC audio codec via libfaad2
582   * support for Xvid codec
583   * support for Xiph.org's Vorbis audio codec
584   * support for Xiph.org's Tremor audio codec (when compiling from sources)
585   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
586     from sources)
587   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
588     H263i, MJPEG A/B
589   * fixed an endianness bug in LPCM codec
590
591 DVD support:
592   * experimental preliminary support for DVD menus via libdvdplay
593
594 Miscellaneous:
595   * new WxWindows interface
596   * all interfaces allow to dynamically change the volume, the audio
597     device and the channels configuration
598   * headphone channel mixer with virtual spatialization effect
599   * Mozilla plugin based on libvlc for embedded playback in webpages of any
600     format that VLC can play
601   * new swedish translation
602   * enhancements of the playlist window
603   * new messages window to see debug info
604   * fixed a few crashes
605
606 iPaq port:
607   * slider bar in GTK+/GPE Familiar interface
608   * fixed crash on directory change in Familiar interface
609   * added qte_main module for use in all modules that need Opie or Qte support
610   * native video output module for Qt Embedded/Opie is not working
611