]> git.sesse.net Git - vlc/blob - NEWS
* Update TODO list
[vlc] / NEWS
1 $Id$
2
3 Changes between 0.7.2 and 0.8.0:
4 This version is in development and not yet released.
5 -----------------------------------------------------
6
7 Core support:
8  * Major work on libvlc. Changed/renamed/added functions
9  * Complete switch to the new input core (better seeking, multi-input, ...)
10  * New plugins cache to speed up launch time
11  * New --play-and-stop feature which stops the playlist after each played item
12  * Daemon mode (to run vlc in the background)
13  * Major improvements to the subtitle/OSD subsystem
14
15 Input:
16  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X 
17     (Stream your desktop)
18  * Improved DVD support:
19     - uses libdvdnav for playing DVDs with menus support
20     - uses libdvdread for simple playback with menus (eg. for streaming)
21  * Experimental multi-input support ( use --input-slave to play with it )
22  * Automatic MTU discovery for UDP streams
23  * More powerful MRL syntax for DVD/VCD/CDDA access 
24     (selection of titles/chapters).
25
26 Demuxers:
27  * Support for iTunes Music Store previews
28  * Support for MJPEG webcams (i.e. AXIS cams)
29  * Added initial mp4 and mpeg-ts text track support
30  * Windows Media Server RTSP support
31  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
32  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
33  * Skins2 .vlt file loader (only when skin2 is the current interface)
34  * Improved Ogg demuxer
35  * Support for MPEG PS streams with MPEG 4 video.
36  * Support for so called AACPlus webstreams
37
38 Codecs:
39  * G.726 audio support
40  * 14496-17 MPEG TS text support
41  * MPEG-4 text support
42  * Vastly improved DVB subtitles decoder (ETS 300 743)
43  * Enabled color in DVB subtitles rendering
44  * VobSub supported both externally and in Matroska
45
46 Stream Output:
47  Encoders:
48   * Re-use audio/video/spu decoders in transcoder module. From now on,
49      everything that is playable by VLC should be transcodable as well
50   * Subtitles overlaying in transcoder
51   * Subpictures overlaying in transcoder (see video output)
52   * Frame rate selection in the transcoder
53   * DVB subtitles encoder
54   * MPEG 1 layer 2 audio encoder using libtoolame
55   * Improved vorbis/theora encoding
56  Muxers: 
57   * Text track muxing for mp4
58   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
59   * 14496-17 text track muxing for MPEG TS
60   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
61   * New WAV muxer (supports multi-channel audio)
62   * Improved ASF muxer
63  Misc:
64   * H.263 RTP streaming support
65   * SDP generation outputs more compliant SDPs and can create SDP files now
66   * Improved RTSP and VoD server (experimental)
67
68 Audio Output:
69  * New audio equalizer filter
70  * Very trivial volume normalizer
71  * True channel downmixing when playing 5:1 material on Stereo
72  * More gradual resampling which should improve the pitch changing effect
73
74 Video Output:
75  * Roku HD1000 Video output
76  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
77    with support for effects.
78  * Improved filter and subpictures support :
79         - New filters can be streamed.
80         - "Subpicture filters" to overlay subpictures on video 
81         - Centralized scaling and blending
82  * New filters : 
83         - "time", to display current time 
84         - "marq", to display a marquee
85
86 Interfaces:
87  * OSD sliders for volume and postition information
88  * OSD icons for Play and Pause
89  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
90  * A few skins2 improvements
91  * Added search, volume, loop and random functions to the ncurses interface
92  * Added a filesystem browser to the ncurses interface
93  * The remote control interface can now listen for commands on sockets
94  * Improved CORBA control module
95
96 Mac OS X port:
97  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
98  * Major speed improvements to the Quartz video output
99  * The Mac OS X interface is no longer required to display video
100
101 Linux port:
102  * New galaktos visualization plugin (MilkDrop-compatible)
103  * Experimental SVG rendering module
104
105 Windows port:
106  * DirectX Media Object decoder (allows playing some media types, like WMV3)
107  * DirectX Media Object audio and video encoder
108  * Fixed long standing win32 thread handles leak
109  * Fixed problem with CPU usage with subtitles rendering
110  * Wallpaper mode for the DirectX video output (only in overlay mode)
111
112 Mozilla plugin:
113  * Added a lot of Javascript accessible funtionality
114  * Volume, position, length, seek etc etc etc.
115
116 Misc:
117  * Server/client network synchronization module
118  * VBrick streams fully supported
119  * Cisco IP/TV streams supported
120  * VLM enhancements
121
122 Changes between 0.7.1 and 0.7.2:
123 --------------------------------
124
125 Core support:
126  * Bookmarks feature for easier seeking/access inside medias.
127  * Support for video output embedded in interfaces.
128  * Improved HTTP daemon.
129  * Saved playlists now remember VLC-specific options.
130
131 Codecs:
132  * New Continuous Media Markup Language (CMML) codec.
133    (http://www.annodex.net/overview.html)
134  * New H.261 video decoder using openmash.
135  * H264 encoder, demuxer and packetizer.
136  * Packetizer interfaces between demux and codec when needed
137    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
138  * Support for Theora alpha3 (both decoding and encoding).
139
140 Input:
141  * --start-time <sec> and --stop-time <sec> to start and stop playing a 
142    file at the specified amount of seconds. Only works with a few
143    fileformats (avi, mov, mkv, mp4 )
144  * Improved directory access module.
145  * New "file-cat" option to play truncated movies.
146  * Better handling of meta info (title, author, description, etc...).
147  * New options to pass meta info to the input.
148  * It is now possible to stream programs from a DVB-S/C/T stream
149    (satellite, cable, or digital terestrial television)
150
151 Demux:
152  * Annodex (http://www.annodex.net) support.
153  * mmsh streaming fixes.
154  * Fixed infinite loop in the AVI demux on broken/incomplete files.
155
156 Subtitles:
157  * Subviewer and subviewer v2 subtitles support.
158  * Ability to choose autodetected subtitles path.
159  * Subtitles delay can be changed in real time with hotkeys.
160
161 Stream output:
162  * Improved session announcement system.
163  * Minimize threads usage by default.
164  * Added faster than realtime stream output (limited by CPU) for file output.
165  * Improved MOV/MP4 muxer.
166  * Improved MPEG TS muxer.
167  * Improved transrater.
168  * Meta info options used by the muxers.
169  * New configuration system.
170  * Better audio channels downmixing when transcoding.
171
172 VideoLAN manager:
173  * New videolan (media) manager (vlm): a little manager designed to launch
174    and manage multiple streams from within one instance of VLC.
175  * Supports live streams and VoD.
176  * Supports scheduling.
177  * Telnet interface for vlm.
178  * HTTP interface for vlm.
179
180 Interfaces:
181  * Skins II (Windows and Linux only)
182     - Ability to embed video output.
183     - Support for bitmap fonts.
184     - Lots of improvements.
185  * wxWindows (default Windows and Linux interface)
186     - New design and set of icons.
187     - Ability to embed video output.
188     - Support for hotkeys.
189     - Support for bookmarks.
190  * Mac OS X
191     - Support for 'groups' and playlist item properties.
192     - Better hotkeys handling.
193
194 Mac OS X port:
195  * OpenGL video output is now the default when available.
196  * Added FAAC encoder (mp4a).
197  * Audio output fix to work with multiple streams on a HAL device.
198  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
199
200 Win32 port:
201  * DirectShow input plugin should work with more devices.
202  * Disable monitor power down when watching movies.
203  * Improved Windows installer.
204
205 Linux port:
206  * PowerPC fixes.
207
208 Misc:
209  * Improvements to the Goom visualisation plugin.
210  * Roku HD1000 audio output.
211
212 Changes between 0.7.1 and 0.7.1a:
213 ---------------------------------
214
215 Mac OS X:
216  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
217  * Playing MOD files is working now.
218
219
220 Changes between 0.7.0 and 0.7.1:
221 ---------------------------------
222
223 Core support:
224  * Fixed a nasty bug that causes preferences not to be saved some times.
225  * IGMPv3 support for VLC under Windows XP and Linux.
226
227 Codecs:
228  * Brand new DTS Coherent Acoustics audio decoder based on libdts
229    (http://www.videolan.org/dtsdec.html)
230  * Fixed DTS S/PDIF output
231  * SVCD (Philips OGT) and CVD subtitles
232
233 Playlist:
234  * Internal improvments
235  * Improved import/export
236
237 Input:
238  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
239    container formars.
240  * New demux module that uses libavformat from ffmpeg. Adds support for many
241    small and strange formats.
242  * New PVA demux.
243  * New MOD audio demux.
244  * Support for DTS and A52/AC3 wav files.
245  * Support for DTS and A52/AC3 audio CD.
246  * New and experimental DVD input plugin with menus support (using libdvdnav).
247  * Added back DV audio support in raw DV demuxer.
248
249 Stream output:
250  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
251  * Fixed a nasty bug in the mpeg video packetizer.
252  * Improved transcoding (multithreading, more tuning, etc...).
253
254 Service discovery:
255  * Fixed sdp in SAP.
256
257 Mac OS X port:
258  * New opengl video output plugin.
259
260 Win32 port:
261  * A few improvements to the DirectShow input plugin.
262  * Fixed ipv6 name resolution.
263
264 Changes between 0.6.2 and 0.7.0:
265 ---------------------------------
266
267 Core support:
268  * Brand new decoder/packetizer api.
269    Adds a lot more flexibility while also simplifying the decoder plugins.
270  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
271  * Video outputs are recycled if possible.
272    This removes any 'flicker' between two similiar video files.
273  * Fixed the video filters. Video should no longer go black when using filters.
274  * New input core. Advantages are: better seeking, more responsive, support for
275    subtitle files at the core, and much much more.
276
277 Playlist:
278  * Added a repeat mode to repeat a single file over and over.
279  * Playlist sorting 
280
281 Input:
282  * RTP/RTSP support.
283  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
284  * Support for Flac in Ogg files.
285  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
286  * Rewrite of the Flac demuxer.
287  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
288  * Reworked DVB tuning.
289  * Better Icecast support.
290  * New MPEG video elementary streams demuxer.
291  * New DTS audio elementary streams demuxer.
292
293 Codecs:
294  * Support for Theora video encoding.
295  * Support for Speex audio decoding/encoding.
296  * Rewrite of the Flac decoder + encoding support.
297  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
298  * Support for AAC + SBR and proper multi-channel re-ordering.
299  * MPEG 2.5 audio support.
300  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
301
302 Stream output:
303  * Improvements to the MPEG TS muxer.
304  * New transrating module for MPEG2 video.
305  * Added packetization for MPEG AAC ADTS streams.
306  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
307  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
308  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
309  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
310  * --sout-keep option to keep the stream open while changing input.
311  * Preliminary RTP support.
312  * Fixes to SAP announces.
313
314 Interface:
315  * Skins:
316     - Bugfixes
317     - misc improvements (eg, "stay on top" option).
318  * New standardized and customizable hotkeys.
319  * wxWindows
320     - Playlist improvements (Sort, Search, mode buttons).
321     - Improvements and help in preferences
322     - New streaming wizard
323     - Revised Disc Open menu
324  * HTTP
325     - Improvements of the standard pages
326     - Support for new commands
327  * OSD ( OS X and hotkeys only atm ).
328
329 Service discovery:
330  * Many fixes to the SAP module
331  * SAP now supports HTTP streams
332
333 Subtitles:
334  * Text subtitles now have a black outline.
335  * Text subtitles autodetection.
336  * Text subtitles charset autodetection.
337  * Text subtitles for all videofiles. Results may vary.
338  * Text subtitles in Hebrew are supported. Arabic partially.
339  * Automatic fontsize selection for text subtitles.
340  * Fixed SAMI text subtitles support.
341  * Support for subtitles in Matroska files.
342  * Support for subtitles in DVB streams.
343
344 Mac OS X port:
345  * New controller designed by Max Rudberg from www.maxthemes.com
346  * Save playlist.
347  * Works on 10.1.x again. Apologies for that problem.
348  * Support for Panther.
349  * Support for raw dumping of streams to disk.
350  * Mozilla plugin for Mac OS X (experimental).
351
352 Win32 port:
353  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
354  * VLC can be installed as a Windows NT service.
355  * Allow on the fly switching of the main interface.
356  * Support for 3F2R in audio output.
357  * New --one-instance option to "force" only one running instance of VLC.
358  * Mozilla plugin for Windows (experimental).
359  * Multimonitor support (untested).
360  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
361
362 Linux port:
363  * Improved Video4Linux input. Also added support for an audio only input.
364  * Support for real-time priority when running with root privileges.
365  * Allow on the fly switching of the main interface.
366
367 iPaq port: 
368  * Brand new Gtk 2 interface
369
370 Miscellaneous:
371  * Audio visual effects filters (spectrum, scope and random).
372  * Audio visual effects filter using goom.
373  * Spanish, Portuguese Brazilian and Hungarian translations.
374  * libcaca video output (colored ascii)
375
376 Changes between 0.6.1 and 0.6.2:
377 ---------------------------------
378
379 Core support:
380  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
381
382 Stream output:
383  * Transcoder now generates proper pts/dts thus should work a lot better.
384  * Improved MPEG TS muxer.
385
386 Access input:
387  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
388  * Few fixes to the VCD navigation.
389
390 Interfaces:
391  * Support for DVD menus navigation added to the wxWindows interface.
392
393 UNIX ports:
394  * ALSA multi-channel support fixed and tested.
395  * Fixed fullscreen with gnome metacity.
396
397 Win32 port:
398  * Fixed VCD support which was broken on some machines.
399
400 iPaq port:
401  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
402
403 Miscellaneous:
404  * Text subtitles now centered on the picture.
405  * Ffmpeg decoder now generates proper pts and can be used to play
406    mpeg1/2 videos.
407
408 Changes between 0.6.0 and 0.6.1:
409 ---------------------------------
410
411 Core support:
412  * There should be less bogus resampling, particularly on DVDs.
413  * VLC will now wait for the medium to wake up before starting its clock
414    after a pause.
415
416 Stream output:
417  * Added vorbis audio support in Ogg streaming.
418  * Added vorbis audio transcoding support.
419  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
420 UNIX ports:
421  * ALSA multi-channel support fixed and tested.
422  * Fixed fullscreen with gnome metacity.
423
424 Win32 port:
425  * Fixed VCD support which was broken on some machines.
426
427 iPaq port:
428  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
429
430 Miscellaneous:
431  * Text subtitles now centered on the picture.
432  * Ffmpeg decoder now generates proper pts and can be used to play
433    mpeg1/2 videos.
434
435 Changes between 0.6.0 and 0.6.1:
436 ---------------------------------
437
438 Core support:
439  * There should be less bogus resampling, particularly on DVDs.
440  * VLC will now wait for the medium to wake up before starting its clock
441    after a pause.
442
443 Stream output:
444  * Added vorbis audio support in Ogg streaming.
445  * Added vorbis audio transcoding support.
446  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
447  * PS muxer can create mpeg1 files now and produce streams with system headers.
448  * You can transcode a52 with more than two channels to mpga now.
449
450 Win32 port:
451  * Fixed DVD support which was partly broken due to a bug in libdvdcss
452  * Fixed 5.1 audio support for the sblive/audigy soundcards.
453  * Fixed sound on Windows NT.
454
455 UNIX ports:
456  * Fixed/improved ALSA support and enabled multi-channel audio output.
457  * X11/Xvideo: Should now work on big endian machines, and you can now
458    use the arrow keys to browse through the DVD menus.
459
460 iPaq port:
461  * Gtk+2 interface called PDA
462  * Familiar Gtk+ is now deprecreated
463  * Codec a52, Faad2 and flac added
464  * Video4Linux enabled (demux and transcode)
465  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
466
467 Interfaces:
468  * Small updates/fixes to the wxWindows interface.
469  * Improved HTTP remote control interface. You can now create your own HTML pages.
470  * A new CORBA control plugin.
471
472 Input demux:
473  * Improved support for the Matroska container format.
474
475 Miscellaneous:
476  * Improved build system.
477  * New video filter plugin to overlay logos.
478  * Added support for Winamp 3 B4S files.
479  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
480    Should also work with languages like russion for instance.
481
482
483 Changes between 0.5.3 and 0.6.0:
484 ---------------------------------
485
486 Core Support:
487  * Channel Server support was removed (was deprecated)
488
489 Input access:
490  * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
491  * Fixed large file support on Windows
492  * Video 4 Linux support
493  * CD Digital Audio support
494  * Fixed IPv6 multicasting on Windows and OSX.
495
496 Input demux:
497  * Better detection of AAC and mp3 files
498  * Support for OpenDML avi files
499  * More complete .mp4/.mov support
500  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
501
502 Codecs:
503  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
504  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
505  * OSX support for QDM2 and QDMC sound, often used in QT content.
506  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
507  * Updated our theora decoder to use the alpha 2 release of libtheora
508  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
509  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
510
511 Interfaces:
512  * The wxWindows interface is now fully useable as well as Unicode safe
513  * New HTTP remote control interface
514
515 Stream output:
516  * 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.
517  * The stream output now allows to transcode content on the fly.
518  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
519  * SAP/SDP announcing support. (both IPv4 and IPv6)
520
521 Miscellaneous:
522  * New reset option for the preferences
523  * You can set your language in the prefences
524  * New video chroma conversion module using ffmpeg
525  * Added a Gentoo ebuild to the distribution
526  * Added a new smaller subtitles font (now the default) + scripts to generate your own
527  * SAP/SDP IPv6 support
528
529 UNIX ports:
530  * Basic support for the X11 Xinerama extension.
531  * New skinable interface ported to X11.
532  * Run opie-vlc and zaurus-vlc as GuiServer
533
534 Mac OS X port:
535  * When you add several items to the playlist, they are sorted alphabetically.
536  * New about panel and revamped preferences panel.
537  * Fixed the deinterlace menu.
538  * Float on top, Fit to Screen and a Transparency option for video out.
539  * New output dialog for transcode and display while stream capabilities.
540  * New icons by Davor Orel.
541  * New audio resampler. Should make VLC much faster.
542  * Fixed disappearing and crackling sound (PTS is out of range bug)
543  * We no longer automatically save the preferences when you quit the application
544  * Arrow keys are now use to browse the menus in a DVD
545
546 Win32 port:
547  * the wxWindows interface is now the default interface
548  * The keyboard shortcuts are now identical to the linux version
549  * Fixed the "no sound" problem on NT4
550  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
551  * Added support for compressed skins files (.vlt files)
552  * Fixed SVCD chapters support.
553  * Fixed memory leak with 5.1 audio.
554
555 BeOS port:
556  * Interface localization
557  * Screensaver disabled if playing in fullscreen
558  * A few new keyboard shortcuts
559  * New full-featured Preferences window
560
561 Changes between 0.5.2 and 0.5.3:
562 ---------------------------------
563
564 Core Support:
565  * fixed DTS S/PDIF output on little-endian machines
566  * support for skins at the interface level
567  * new OSD module using Freetype2
568  * video outputs are now destroyed when the associated input ends
569  * the video output takes into account the caching delay introduced at the
570    input level before dropping out of date frames.
571  * configuration option to disable the translation of the interface
572
573 Input access:
574  * fixed HTTP redirects
575  * support for opening an entire directory
576  * EOF should be detected more reliably
577  * new video4linux access plug-in
578  * new kfir access plug-in designed to work around a bug in the kfir driver
579
580 Input demux:
581  * added stream type for some Motorola MPEG-2 video encoders
582  * fix for some ogg web radio streams
583  * fixed reading TS streams over HTTP
584
585 Codecs:
586  * support for 3ivx D4 (not previous versions)
587  * support for '3ivd' and '3vid' encodings
588  * support for 'MSS1' codec ( same as WMV2 )
589  * support for SAMI subtitles (untested and incomplete)
590  * better SSA4 subtitles recognition
591  * new codec for raw I420 video
592  * improvements to the libmpeg2-based MPEG video decoder
593
594 Interfaces:
595  * improvements to wxWindows based interface
596    (although it still misses some important features)
597  * skeleton for a Gnome2/GTK2 plug-in
598
599 Stream output:
600  * new HTTP output support
601  * fixed a segfault in the AVI muxer
602  * fixed AV synchronization issues
603
604 Miscellaneous:
605  * support for oldstyle id3 genres
606
607 UNIX ports:
608  * the SDL vout plug-in will now work on big-endian machines
609
610 Mac OS X port:
611  * reorderable playlist
612  * fixed the hiding of the mouse on multiple monitors
613  * fixed a big issue with some USB speakers
614  * support for mono audio output devices
615  * reset the audio-device to its default mode before quitting VLC
616  * fixed several cosmetic issues
617  * you can drag the controller window by its background (as it should be)
618  * the messages window remembers more lines
619  * delay and fps can now be overruled with subtitles files
620  * http and ogg stream output options
621  * Apple menu and friends will now be translated as well
622
623 Win32 port:
624  * new skinnable interface
625  * the directx video output doesn't crash anymore on ctrl+alt+del events.
626
627 iPAQ familiar Linux port:
628  * support for FLAC audio format
629  * the interface adapts to the screen size/rotation
630  * playlist
631  * network tab in the interface
632  * "apply" handling in preferences
633
634
635 Changes between 0.5.1a and 0.5.2:
636 ---------------------------------
637
638 Core support:
639  * advanced config options are now hidden by default
640  * new --spdif option to use the S/PDIF audio output by default
641  * fixed a 'clicking' sound when switching between streams
642  * new bandlimited resampler that should improve audio quality on primarily
643    Mac OS X
644  * fixed a problem with audio over http that caused some web radios to not work
645  * DTS S/PDIF support
646
647 Codecs:
648  * support for DV audio through the ffmpeg library
649  * support for FLAC audio through libflac
650  * new but basic MPEG video decoder based on libmpeg2
651  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
652
653 Stream output:
654  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
655  * new --ttl option for Time To Live
656
657 DVD support:
658  * fixed quite a few problems with the dvd menu support
659
660 UNIX ports:
661  * fixed the GNU-pth support
662
663 Win32 port:
664  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
665    plugins
666  * localization support via gettext is now fully working
667  * rc interface is now fully useable
668  * fixed the MSVC project files generation
669
670 Mac OS X port:
671  * several fixes for multi channel audio devices. AC3 over SPDIF with
672    M-Audio Sonica Theater still does not work. this is most likely a driver
673    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
674    iMate and MOTU firewire devices should work)
675  * VLC now uses the default audio device
676  * new info panel
677  * very preliminary support for VLC control via applescript
678  * support for mouse gestures
679  * new priority scheme allowing to avoid lock-ups on low-end machines
680
681 Linupy port:
682  * there is a whole new port for the linupy distribution used by o.a. the
683    YOPY PDA. It is still experimental, please test it
684
685 Miscellaneous:
686  * improved ID3 tag detection
687  * changed several errors into warnings ; the frequently reported "this is
688    not a PS stream, continuing" is one of these
689  * mouse gestures work on windows and osx, but there still isn't any useful
690    gestures
691  * some support for .pls playlists used by shoutcast
692
693
694 Changes between 0.5.1 and 0.5.1a:
695 ---------------------------------
696
697 Mac OS X port:
698  * fixed a problem that caused VLC to select the wrong language when
699    English was set as the preferred language
700
701
702 Changes between 0.5.0 and 0.5.1:
703 --------------------------------
704
705 Core support:
706  * new mouse gesture interface
707  * audio volume can now be changed at any time, even when no file is
708    playing
709
710 Input access:
711  * various minor fixes on the network inputs
712  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
713  * VCD: fixed track number and chapter indexing
714
715 Input demux:
716  * fixed a bad initialization in the mp4 plug-in
717  * new --buggy-psi option for TS streams which do not update their
718    continuity counter
719
720 Codecs:
721  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
722
723 DVD support:
724  * fixed a bug which turned the default interface command-line only
725    without the user consent
726
727 UNIX ports:
728  * GTK: fixed a crash when going fullscreen or changing volume from the
729    popup menu
730  * X11: new screen saver disabling plug-in (--extraintf screensaver)
731  * KDE: fixed compilation with KDE 3.1
732  * ALSA: fixed mono files output
733
734 Mac OS X port:
735  * fixed a crash on start-up on some localized systems
736  * lowered real-time priorities to avoid lock-ups on slow machines
737  * VLC can now be made the handler of ftp http mms and udp URLs
738  * playlist enhancements
739  * added half, normal and double video window menu items
740  * new step forward/step backward commands
741  * the dock should no longer be visible in fullscreen mode
742  * the Mac OS X binary is now compiled with Ogg/Theora support
743  * vlc.app is now VLC.app
744
745 Win32 port:
746  * fixed the "RichEdit line insertion error" bug
747  * VLC can now be run from outside its installation directory
748  * fixed a bug that prevented to find the default subtitle font
749
750 BeOS port:
751  * smarter BeOS priorities to avoid lock-ups
752  * few enhancements in the interface (especially the Settings window)
753
754 Opie port:
755  * native video output is working again
756  * only commandline interface support
757  * support for MPEG4, DivX through ffmpeg package
758
759
760 Changes between 0.4.6 and 0.5.0:
761 --------------------------------
762
763 Core structure:
764   * object structure which allows for full re-entrancy, known as libvlc
765   * new audio output architecture based on filter pipelines, providing
766     S/PDIF and multi-channel support
767   * localization support via gettext on most architectures
768   * new stream output architecture, allowing to use VLC to unicast,
769     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
770     and A/52 streams are supported)
771   * build system now uses autoconf/automake/autopoint
772
773 Input access:
774   * mms:// support
775   * ftp:// support
776   * stability fixes in the HTTP access
777   * auto-detection of RTP encapsulation
778   * VCD entry points support
779   * VCD image file support
780
781 Input demux:
782   * support for *.asf format
783   * improved support for *.avi, especially over an HTTP connection
784   * support for *.mp4 and *.mov format
785   * support for ogg encapsulation
786   * support for raw DV format
787   * support for *.wav format
788   * new demuxdump demux allowing to save a stream to a file
789   * raw AAC support
790
791 Stream discovery & playlists:
792   * support for the SAP/SDP and SLP protocols
793   * support for .m3u file format
794   * support for .asx file format
795   * hack to find the streaming sources in html-pages with embedded wmp
796
797 Codecs:
798   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
799     (only available with the .avi demux)
800   * support for ADPCM audio codec
801   * support for raw PCM data
802   * support for Cinepak video codec
803   * support for DV video codec via libdv or ffmpeg
804   * support for AAC audio codec via libfaad2
805   * support for Xvid codec
806   * support for Xiph.org's Vorbis audio codec
807   * support for Xiph.org's Tremor audio codec (when compiling from sources)
808   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
809     from sources)
810   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
811     H263i, MJPEG A/B
812   * fixed an endianness bug in LPCM codec
813
814 DVD support:
815   * experimental preliminary support for DVD menus via libdvdplay
816
817 Miscellaneous:
818   * new WxWindows interface
819   * all interfaces allow to dynamically change the volume, the audio
820     device and the channels configuration
821   * headphone channel mixer with virtual spatialization effect
822   * Mozilla plugin based on libvlc for embedded playback in webpages of any
823     format that VLC can play
824   * new swedish translation
825   * enhancements of the playlist window
826   * new messages window to see debug info
827   * fixed a few crashes
828
829 iPaq port:
830   * slider bar in GTK+/GPE Familiar interface
831   * fixed crash on directory change in Familiar interface
832   * added qte_main module for use in all modules that need Opie or Qte support
833   * native video output module for Qt Embedded/Opie is not working
834