]> git.sesse.net Git - vlc/blob - NEWS
Add mouse cursor drawing support in x11 screen.
[vlc] / NEWS
1 Changes between 0.9.1 and 1.0.0-git:
2 ------------------------------------
3
4 Inputs:
5  * Mouse cursor support in x11 screen module
6
7 Decoders:
8  * AES3 (SMPTE 302M) support
9
10 Stream output:
11  * Restored the old mpeg2 transrating module.
12  * Restored the old behavior of --sout-keep. It is now de-activated by default.
13  * Multiple bridge-in instances are now possible.
14  * bridge-in can be used to configure a placeholder stream.
15
16 Changes between 0.8.6i and 0.9.1:
17 ---------------------------------
18
19 Note: version 0.9.0 was skipped due to bugs being discovered at the last
20 minute.
21
22 Important notes:
23 ----------------
24  * This release will not work with Windows 98/ME and Mac OS X 10.3.9 (Panther)
25  * The HTTP interface is now only available on the local machine by default.
26    If you want to make it available from other machines, you will have to
27    edit the ".hosts" file.
28    - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
29      If you're using the old http interface, it's located in
30      /usr/share/vlc/http/old/.hosts
31    - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
32      C:\Program Files\VideoLAN\VLC\http\old\.hosts
33    - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
34      and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
35  * This version of VLC contains a new interface for Windows and Linux.
36    This interface has a fullscreen controller and simplified preferences.
37    This interface lacks the "Streaming Wizard" that used to be present in VLC
38    0.8.6.
39  * The behavior of --sout-keep was changed. It's now activated by default.
40  * The marq, mosaic and logo commands in the rc interface changed. They
41    now require a target name as their first argument. Example:
42    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
43    You can then use commands like: @test marq-marquee Goodbye
44    If you didn't name the object using @test, its name will default to the
45    plugin name (hence 'marq') in this example.
46    These new commands are also available in the telnet interface.
47  * The "rtp" access output module has been removed.
48    Please use the RTP stream output instead, e.g.:
49      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
50      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
51  * You now need to append --m3u-extvlcopt to your command line to enable
52    EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
53    of options is available to m3u playlists (CVE-2007-6683).
54  * The old access:url syntax is no longer supported to resolve ambiguities
55    with some file names. Use access://url instead.
56     E.g.:  vlc:quit -> vlc://quit ; 
57            udp:@239.255.12.12 -> udp://@239.255.12.12
58  * The ffmpeg module has been removed and replaced by the new avcodec,
59    avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
60    and postproc modules.
61  * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
62    following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
63    STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
64    BACKWARD being reserved for future implementations and are thus not
65    functional atm.
66  * Croping and padding in transcode are now done using the croppadd video
67    filter. For example:
68    transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
69  * Canvas setting in transcode is now done using the canvas video filter.
70    For example:
71    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
72  * Glide video output module has been removed.
73  * Due to lack of maintainer, the Skins interface might not work properly.
74    It does not work on windows for this version. Help is needed!
75
76 Changes:
77 --------
78
79 Security updates:
80  * Updated libfreetype on Windows and Mac OS X (CVE-??)
81  * TTA Parser improvements (CVE-2008-3732)
82  * MMS Access Module improvements (CVE-2008-3794 )
83
84 Playlist:
85  * Vastly improved playlist support:
86     * Media library creation to save all your playlist items
87     * "Live search"
88     * Shoutcast TV listings
89     * Audioscrobbler/Last.FM support
90  * Album art support
91  * User definable Lua playlist scripts. See share/lua/playlist/README.txt
92    (Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs)
93  * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
94
95 Inputs:
96  * Video for Linux 2 (V4L2) input support
97  * UDP-Lite transport for RTP/AVP
98  * DCCP transport for RTP/AVP
99  * Proxy support for MMSH stream
100  * JACK audio input support
101  * Input run time option (improved live stream recording)
102  * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
103  * Re-written Screen access module for Mac OS X 
104    using OpenGL instead of QuickDraw
105  * Screen module now supports partial screen capture and mouse following on X11.
106  * Experimental EyeTV access module
107    This requires the user to install a plugin to EyeTV.app
108    (available as a separate download).
109  * Simple RTP input (with MPEG A/V, G.711 and PCM support).
110  * RTMP input support
111  * QTKit-based Input module for Mac OS X allowing display and streaming of video
112    taken from all iSight-labelled video cameras (no audio support)
113  * HTTP access now supports gzip compressed data and Digest Access
114    Authentication.
115  * New options to reduce latency between arrival of raw data and display of
116    frames. (--auto-adjust-pts-delay and --use-stream-immediate)
117
118 Demuxers:
119  * MP4 gpac and Apple chapter support
120  * Fixed playback of AIFF stereo files
121  * Fixed audio glitch on seek
122  * Improved FLAC demuxer (duration / current time / meta data)
123  * AAC tags support
124  * APEv1/2 tags support
125  * Improved ID3v2 tags support
126  * Improved Ogg/Vorbis tags support
127  * Raw video support
128  * Standard MIDI File (types 0 & 1) support
129  * TiVo Series 2 support
130  * CD+G karaoke Files support
131  * MXF files support
132  * OMA support
133
134 Decoders:
135  * VP60/VP61/VP6F/VP62 support
136  * Flash Screen Video support
137  * CamStudio Screen Video support
138  * DosBox Capture support
139  * Karl Morton's Video support
140  * limited atrac3 support
141  * Fraps support
142  * Fluidsynth MIDI software synthesis (with external sound fonts)
143  * New codec FOURCCs to support more specific files:
144    Avid, FCP, Sony, Samsung, ...
145  * H.264 PAFF support
146  * DNxHD / VC-3 support
147  * NellyMoser ASAO support
148  * APE (Monkey audio) support
149  * RealVideo support (with the RealVideo run-time)
150  * Dirac video support using libschroedinger
151
152 Subtitles:
153  * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
154  * VBI & EBU (Teletext) support (*nix, Mac OS)
155  * Ogg/Kate subtitles support
156  * AQTitle subtitles support
157  * MKV USF subtitles support
158  * HTML-based subtitles support
159  * MPSub subtitles support
160  * JacoSub subtitles basic support
161  * MPL2 subtitles support
162  * Rewrite of ASS/SSA scripts and subtitles support
163  * PowerDivx (.psb) Subtitles support
164  * Realtext subtitle support
165  * DKS subtitle support
166  * SubViewer 1.0 (SubRip09) subtitles support
167  * Correct Right-to-left languages in subtitles support
168
169 Encoders:
170  * Flash Screen Video support
171  * Improved H.264 encoding speed
172
173 Video outputs and filters:
174  * New CoreAnimation-based output module (VLCKit framework on OS X only)
175  * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
176    Psychedelic) video filters can now be streamed
177  * New puzzle video output filter
178  * Re-written motion detection video filter
179  * New extract video filter (extract Red, Green and Blue components from a
180    video)
181  * New sharpen video filter (increase the contrast of adjacent pixels)
182  * New erase video filter (removes logos from a video)
183  * Enhanced subtitles' renderer to support bold, italic and some HTML tags
184    (Google Summer of Code Student project)
185  * Support for RGBA and I420 blending.
186    The latter improves Mosaic CPU usage *a lot*.
187  * New transparency mask video filter (for use with the mosaic_bridge module).
188  * New bluescreen video filter (for use with the mosaic_bridge module). 
189    This was previously part of the mosaic module.
190  * Fixed random characters problem in RSS filter.
191  * Add rotate-deciangle for more precision on rotate filter
192  * Support for Intel SSE2 instruction set in chroma converters
193  * Improved use of Intel MMX instruction set in chroma converters
194  * New croppadd and canvas video filters.
195
196 Audio outputs and filters:
197  * Replay gain support
198  * Audio playback when going slower/faster (with pitch correction via
199    new scaletempo audio filter)
200  * New spatializer audio filter
201  * Correct DTS output via S/PDIF
202
203 Stream output:
204  * RTSP for TS-multiplexed broadcast streams
205  * New RTP payload formats:
206    * Speex voice audio codec
207    * ITU T.140 (for text, subtitles) output
208    * G.711 (both A-law and ยต-law) output
209  * UDP-Lite transport for RTP
210  * DCCP transport for RTP
211  * Lots of fixes for RTSP broadcasting
212  * RTMP output
213
214 Interfaces:
215  * All
216    * New Simple Preferences dialogs showing the most important settings in an
217      end-user suitable way.
218    * Improved user interaction
219    * Improved mouse gestures
220    * Vastly improved Update checker
221    * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
222  * Windows/Linux
223    * Brand new interface for Linux and Windows, based on the Qt toolkit
224    * Fullscreen controller (transparency on Linux+Composite)
225  * Mac OS X
226    * Improved video output features
227    * Online access to VideoLAN's Help Wiki within VLC
228    * New setting to disable the "Recent Items" service
229    * When playing Radio (live) streams, the current track is shown correctly
230    * Correct appearance on Macs using Aqua's graphite theme
231    * Simplified Extended Controls panel
232  * Ncurses:
233    * Correctly displays wide characters when using an UTF-8 locale, 
234      if libncursesw is available.
235    * Some nice colors if the terminal supports it (most do)
236  * Experimental Lua interface modules. See vlc -I lua and
237    share/lua/playlist/README.txt for more info.
238  * Unix
239    * Option to allow only one running instance, using D-Bus interface.
240    * D-Bus Interface implementing the MPRIS 
241      (Media Player Remote Interfacing specification), a common dbus control 
242      interface for media players that intends to become an xdg standard when 
243      finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
244    * Motion module using disk accelerometers to keep video horizontal
245    * Plugin to set Telepathy presence message using MissionControl
246  * Fixed VLM schedule time on Linux
247
248 Linux Port:
249  * VLC now complies with the XDG Base Directory Specification version 0.6
250    http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
251    (which means that VLC doesn't use the $HOME/.vlc directory anymore)
252
253 Mac OS X Port:
254  * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
255    applications (Google Summer of Code Student project, Mac OS X 10.5 only)
256  * New text renderer based on Quartz replacing the existing Freetype solution
257  * Complete compatibility with Mac OS X 10.5 Leopard
258    * It is now required to compile a fully featured build
259  * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
260
261 LibVLC:
262  * Event management and various improvements in libvlc
263    (Part of a Google Summer of Code Student project)
264
265 New Localizations:
266  * Finnish
267  * Persian
268  * Polish
269  * Punjabi
270  * Bulgarian
271
272 Developers:
273   * LibVLC now supports externally built plugins properly.
274     A "vlc-plugin" pkg-config package is provided.
275   * Java bindings are now built from a separate source.
276
277
278 Changes between 0.8.6h and 0.8.6i:
279 ----------------------------------
280
281 Security updates:
282  * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
283
284 Various bugfixes:
285  * Fixed option to use shared memory within the GLX video output module
286  * Improved galaktos-based audio visualizations on FreeBSD 
287  * Miscellaneous bugfixes in multiple modules and in libvlc
288    (transcode stream output, OSD menu video filter, VCD input, 
289     SAP services discovery, http control interface)
290  * Updated Polish translation
291
292
293 Changes between 0.8.6g and 0.8.6h:
294 ----------------------------------
295
296 Security updates:
297  * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948, 
298    CVE-2008-1949, CVE-2008-1950)
299  * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
300
301 Goodies:
302  * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
303  * Miscellaneous bugfixes in multiple modules and in libvlc
304    (ftp access, record access filter, video filters, RC interface, 
305     playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
306  * Improved support for MPEG2 content created by Final Cut Pro
307  * More reliable audio reception for MPEG TS streams
308  * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
309    to an unexpected application termination
310  * New Serbian translation
311  * Updated Romanian translation
312
313
314 Changes between 0.8.6f and 0.8.6g:
315 ----------------------------------
316
317 Security updates:
318  * Removed VLC variable settings from Mozilla and ActiveX 
319    (CVE-2007-6683, VideoLAN-SA-0804)
320  * Removed loading plugins from the current directory 
321    (CVE-2008-2147, VideoLAN-SA-0805)
322  * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
323  * Fixed libid3tag denial of service (CVE-2008-2109)
324  * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
325  * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
326
327 Various bugfixes:
328  * Fixed various memory leaks, improving stability when running as a server
329  * Fixed compilation with recent versions of FFmpeg
330  * Correctly parses SAP announcements from MPEG-TS
331  * Fixed AAC resampling
332  * The Fullscreen Controller appears correctly on Mac OS X, 
333    if the 'Always-on-top' video option was selected.
334
335
336 Changes between 0.8.6e and 0.8.6f:
337 ----------------------------------
338
339 Security updates:
340  * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
341  * Fixed Real RTSP code execution problem (CVE-2008-0073)
342  * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
343  * Fixed cinepak vulnerabilities (CVE-2008-1769)
344  - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
345
346 Various bugfixes:
347  * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
348  * Improved VLC's video output behavior on multi-screen setups running Mac OS X
349  * Fixed crashes in H264 packetizer
350  * Close MMS access on network timeout
351  * Fix some problems with AAC decoder & packetizer
352
353
354 Changes between 0.8.6d and 0.8.6e:
355 ----------------------------------
356
357 Various bugfixes:
358  * Resume playback for viewing content over FTP
359  * Fixed XShm detection with remote X11
360
361 Security updates:
362  * Subtitle demuxers overflow (CVE-2007-6681)
363  * HTTP listener format string injection (CVE-2007-6682)
364  * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
365  * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
366    VideoLAN-SA-0801)
367  * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130, 
368    VideoLAN-SA-0802)
369
370 Audio filter:
371  * Fixed DTS to S/PDIF converter
372
373 Audio output:
374  * Fixed 5.1 audio on ALSA
375
376 Access:
377  * Fixed some RTSP hanging and user/password passing through RTSP URLs
378
379 Stream output:
380  * Fixed waiting for SPS/PPS problem in H.264 packetizer
381
382 Encoders:
383  * Improved compatibility for creating H.264 video files playable on iPhones
384  * Improved detection of optimal amount of threads for multi-threaded H.264 
385    encoding on multi-cpu systems
386     - Note that this is used when transcode threads is set to 0 (default)
387     - Not supported on Windows (multiple threads require manual configuration)
388
389 Mac OS X Interface & Port:
390  * Restored compatibility with Mac OS X 10.3.9
391  * Corrected behavior of the Preferences panel
392  * VLC no longer crashes on quit while playing
393
394 Localization:
395  * Updated Romanian and Polish translations
396
397
398 Changes between 0.8.6c and 0.8.6d:
399 ----------------------------------
400
401 Various bugfixes:
402  * Mozilla plugin: supports a reasonable amount of MIME types on Windows
403  * Linux: Fixed S/PDIF passthrough with ALSA
404  * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
405    in input
406  * Use field order (top/bottom) for correct bob/linear deinterlacing
407  * Fix invalid free in bookmarks loading code
408
409 Windows and Mac OS Binaries
410  * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows 
411
412 Active X plugin:
413  * Security update (VideoLAN-SA-0703, CVE-2007-6262)
414  
415 Mac OS X Interface & Port:
416  * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
417  * Improved Video Output compatibility for Mac OS X 10.5 Leopard
418  * Improved behavior of the Fullscreen Controller and mode changes between 
419    Fullscreen and Windowed Video Output
420  * Softened the white flash artifacts that may appear during the transition of 
421    two different movies
422  * Support for current Ogg file formats
423  NOTE: This release requires Mac OS X 10.4 or higher. 
424        Mac OS X 10.3.9 is not supported anymore.
425
426 Encoders:
427  * Improved H.264 encoding speed on Mac OS X
428
429 Other changes:
430  * The automatic updating facility was removed
431  * You now need to append --m3u-extvlcopt to your command line to enable
432    EXTVLCOPT options parsing in m3u playlists.
433  * RTSP server remote denial of service fixed (CVE-2007-6684).
434
435
436 Changes between 0.8.6b and 0.8.6c:
437 ----------------------------------
438
439 Various bugfixes, notably:
440  * Windows Vista compatibility
441  * Cropping in Direct3D
442  * Fullscreen change crash on Mac OS X
443  * RSS filter string overflow
444  * Few memory leaks
445  * MKV demuxer crash (related to seeking)
446
447 CDDA / Vorbis / Theora / SAP plugins:
448  * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
449
450 Demuxers:
451  * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
452  * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
453
454 Decoders:
455  * Updated FLAC API compatibility
456
457 Input:
458  * Support for new v4l2 encoder API
459
460 Localisation:
461  * New localisation: Arabic, Persian
462
463
464 Changes between 0.8.6a and 0.8.6b:
465 ----------------------------------
466
467 Various bugfixes, notably:
468  * Out-of-bound read in demuxers
469  * Demuxers crashes (incl. CVE-2007-0256)
470  * Mac OS X Interface crashes
471  * VP31 decoding on Windows platforms
472  * Direct3D Video Output modifications for Vista compatibility
473  * Correct behaviour for feeding streams to Icecast or Shoutcast servers
474
475 Decoders:
476  * Enhanced Flash Video support incl. VP61 and VP60
477  * Teletext subtitles (telx) support
478
479 Webbrowser plugins:
480  * Rectified behaviour and improved usability
481
482 Mac OS X Interface & Port:
483  * Diverse usability improvements
484  * New wizard option to embed subtitles
485  * Screensaver/automatic sleep mode is enabled when a video is paused
486  * Improved Delete-Preferences-Script
487
488
489 Changes between 0.8.6 and 0.8.6a:
490 ---------------------------------
491
492 CDDA / VCDX plugins:
493  * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
494
495 Mac OS X Interface:
496  * Fullscreen controller improvements
497
498
499 Changes between 0.8.5 and 0.8.6:
500 --------------------------------
501
502 Playlist:
503  * Shoutcast TV listings support
504
505 Input:
506  * Support for RTSP authentication
507  * Support for adding subtitles on the fly
508  * Fixed MPEG-PS duration calculation
509  * ATSC support for DVB input
510  * Partial reading support for DVR-ms recordings
511  * Partial reading support for MXF and GXF fileformat
512  * Improved support for Flash Video files
513
514 Decoders:
515  * Native WMV9/VC-1 support
516  * WMA Speech support (through binary codecs)
517  * VP5/VP6 - Flash Video support (not VP61)
518  * The True Audio Lossless codec support
519  * Matroska WavPack support
520  * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
521  * Fixed a problem with MPEG2 field pictures
522  * Fixed swapped colors on DVB subtitles
523  
524 Video output:
525  * Additional OpenGL effects (cylinder, torus, sphere, ...)
526  * Experimental Direct3D 9 video output (win32). Best served on Vista :)
527  * Improved libcaca support
528
529 Interfaces:
530  * All
531    * New hotkeys for crop and zoom
532    * Support for snapshots from the HTTP interface
533  * Windows
534    * Systray support in skins
535  * OS X
536    * Support for Apple Remote control
537    * Fullscreen controller panel (artwork by Simon Damkjรฆr Andersen)
538    * New playmode buttons (artwork by Simon Damkjรฆr Andersen)
539    * right/ctrl-click menu in video outputs
540    * Main Menu uses autohide when playing videos in fullscreen mode
541  * Linux
542    * Notifications using notification-daemon
543
544 Windows port:
545  * Support for Unicode filenames (Windows NT and above)
546    Windows 9x/ME users: 
547      - Please note that these versions of Windows are not officially supported
548      - Unicode support for Windows 9x/ME applications is available through the
549        Microsoft Layer for Unicode available from the following location:
550        http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
551        Download the MSLU package (unicows) and extract the content into the folder
552        C:\Windows\System
553  * Fixed IPv6 support on the client side
554  * Fixed disable screensaver (Direct3D and DirectX video output)
555
556 Localization:
557  * Add Czech
558  * Add Slovak
559  * Add Malay
560  * Add Slovenian
561
562 Developers:
563  * Updates to the libvlc API
564  * Fixes for the mozilla and activeX plugins
565
566
567 Changes between 0.8.4a and 0.8.5
568 --------------------------------
569
570 Core support:
571  * Statistics collection (bitrates, packets, connections, ...)
572  * Support for downloading updates
573  * Updated strings
574
575 Input:
576  * Initial support for RTSP-over-HTTP (to allow NAT traversal)
577  * Linux DV (Digital Video - Firewire) input
578  * Improvements to the Audio CD input
579      - Separate playlist entries for the tracks 
580      - Support for CDDB 
581  * Support for more DVB (satellite) encryption modules
582  * Improved subtitles encoding support
583  * Improved support for playing MP4 files from the Web
584
585 Decoders:
586  * Cook (Real audio) support
587
588 Playlist / Services discovery:
589  * XSPF playlist support
590  * Podcast support
591  * Updated Shoutcast to use new listing
592
593 Audio output:
594  * New JACK audio output
595
596 Video output:
597  * New video filters: 
598     - magnify: allows you to zoom on part of the image
599     - gradient and edge detection: "cartoon-like" effect
600     - bluescreen: overlay parts of a video transparently on another one
601  * Logo video filter: can now loop through multiple images
602  * RSS video filter: display feed images. Support for Atom feeds.
603  * Improvements to the subtitles rendering
604
605 Stream output:
606  * Initial support for throttling users on VOD streams
607
608 Interfaces:
609  * System to inform the user and request information 
610     - HTTP authentication
611     - Fatal errors
612     - ...
613  * wxWidgets
614     - VLM (VideoLAN Media Manager) control panel
615     - Improved media information panel (shows statistics, metadata, ...)
616     - Drag & Drop support in the playlist
617  * Skins2 
618     - New default skin
619     - Support for Winamp 2 skins
620     - Improved playlist handling
621     - Support for popup menus, animated bitmaps, equalizer, ...
622  * OS X
623     - Embedded Video output
624     - new Go-To-Specific-Time feature
625     - Video cropping and aspect ratio changing while playing
626     - Improved media information panel (shows statistics, metadata, ...)
627     - support for processing multiple items with the wizard in a single run
628     - option to save selections in the wizard for a session (default enabled)
629  * HTTP
630     - New default interface pages for VLC and VLM (including a mosaic wizard)
631     - A bunch of new RPN functions
632
633 Windows Port:
634  * MSN messenger "Now playing" support
635
636 OS X Port:
637  * Mac-Intel compatibility
638  * Enhanced support of various audio output devices 
639  * Growl "Now playing" support
640
641 *Nix port:
642  * Ability to log to syslog
643  * Root wrapper to avoid running VLC as root
644
645 Developers:
646  * New libvlc API (not finished yet)
647  * Java bindings
648  * A bit more automatic testing
649
650
651 Changes between 0.8.4 and 0.8.4a:
652 ---------------------------------
653
654 Audio output:
655  * Fix a52 over spdif in alsa
656  * SPDIF output available again in the Mac OS X Audio menu.
657
658 Decoder:
659  * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
660  * Add support for some non-standard FOURCCs used for H.264/H.263
661
662 Demux:
663  * Fix bug with some HE-AAC audio tracks
664
665 Services Discovery:
666  * HAL fixes, should now work with new API
667  * SAP, fix 20 second freeze on windows
668  * UPnP fixes
669  * Avahi 0.6 support
670  
671 Interfaces:
672  * Mac OS X
673     - fixed encoding of H.264/H.263 content when using the wizard 
674
675
676 Changes between 0.8.2 and 0.8.4:
677 --------------------------------
678
679 Core support:
680  * Internal strings handling is now UTF-8 based
681  * New OSD system
682
683 Video output:
684  * Fixed problems with OpenGL output
685  * New --monitor-par (pixel aspect ratio) option
686  * Fixed display problems with HDTV-1080 format
687
688 Input:
689  * Improved DVB support for satellite bands other than Ku-band
690  * IPv6 and Extended passive mode support for FTP
691  * IPv6 Source Specific Multicast support
692  * GnomeVFS input module
693  * Support for RTP packet reordering
694  * Fixed syntax for FTP URLs
695
696 Decoders:
697  * Support for libSDL_image to import different image types
698  * Musepack decoder using libmpdec
699  * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
700
701 Services discovery:
702  * UPnP service discovery (Linux only at the moment)
703  * Bonjour service discovery using avahi (Linux only)
704
705 Video filters:
706  * RSS feed overlay
707
708 Audio filters:
709 * Fixes, enhancements and new options related to the Headphone Channel
710   Mixer and Dolby Surround
711
712 Stream output:
713  * New shout output module to forward streams to icecast servers
714  * Fixed several SAP and SDP announcement bugs
715  * Fixed MTU handling to avoid IP fragments
716  
717 Interfaces:
718 - new cone icon by Richard ยฏiestad (Eurodata, retron.info)
719  * Mac OS X
720     - New streaming and transcoding wizard
721     - New extended controls panel
722     - New bookmarks window
723     - Fixed playlist sorting
724     - Fixed drag-and-drop inside the playlist
725  * wxWidgets
726     - Rename wxWindows interface in wxWidgets.
727     - All the --wxwin-* options are now --wx-*
728     - Support for RTP streaming in Stream Ouput dialog
729     - Now require wx2.6 with Unicode support
730  * Skins2
731     - Tree playlist
732  * HTTP
733     - New RPN functions to control VLC features (see play-howto)
734     - Facilities to correctly handle non-ASCII characters and spaces in
735       the names of files
736     - Include macro to include other files
737     - CGI 1.0 support
738
739 ActiveX plugin:
740 * Should now work outside IE as well
741
742 Mac OS X port:
743 * New script to delete the preferences automatically
744
745 Windows port:
746 * Fixed bandwidth problems of HTTP streaming
747 * Fixed audio problems with DirectX audio output
748
749 Translations:
750  The following languages were added:
751  * Galician
752  * Korean
753  * Romanian
754  * Simplified Chinese
755  The following languages were re-added:
756  * Swedish
757
758
759 Changes between 0.8.1 and 0.8.2:
760 --------------------------------
761
762 Core support:
763  * Rewrite of the playlist
764     - Tree structure
765     - Input preparsing (for meta-data)
766     - Grouping (by artist, ...) support 
767  * Preferences improvements: 
768     - New organization, designed to improve usability
769     - New configuration types (list of modules, ...)
770  * XML parsers
771  * Core image manipulation support
772  * Client-side SSL/TLS support
773  * SSL Client certificates checking support (allows for secure VoD)
774  * Renamed --spu-channel to --sub-track
775  * Renamed --spumargin to --sub-margin
776  * Renamed --audio-channel to --audio-track
777  * Renamed --filter to --vout-filter
778  * filters, extra interfaces, visualizations and service discovery modules are
779    now separated by ':' instead of ','
780  * Access filter architecture
781  * Track selection based on preferred language (--sub-language and --audio-language)
782  * Zsh autocompletion for VLC's arguments
783  * Many bugfixes...
784
785 Input/Demuxers:
786  * Support for SOCKS proxy
787  * Support for Shoutcast Meta-data
788  * Support for (HE-)AAC raw-audio streams
789  * Support for images on a HTTP server that get refreshed on the server
790  * Better support for Kasenna streams
791  * RTSP UDP->TCP rollover support
792  * Massive Matroska improvements
793  * Support for XA and VOC audio files
794  * TiVo demuxer
795  * Samba (Windows shares) access module
796  * Improved CDDAX module (uses several playlist items)
797  * Fixes to Linux DVB support
798  * Fix the "negative subtitles delay" bug
799  * Support for FTP over IPv6
800
801 Decoders / Encoders:
802  * Dirac decoder and encoder
803  * PNG decoder/encoder
804  * Improvements to DVB subtitles encoder
805  * Support for Apple Lossless Audio Codec
806
807 Access filters:
808  * New Record and Timeshift filters
809
810 Services discovery:
811  * New type of modules, that add items to the playlist
812  * Brand new SAP module
813      * To enable SAP, you now need to use "-S sap" or add SAP in 
814        the "Manage->Services Discovery" menu
815      ( IPv6 SAP is now enabled by default )
816      * Non-standard support for HTTP streams SAP announces removed
817  * HAL (Hardware Abstraction Layer) discovery
818  * DAAP (iTunes shares) support
819  * Shoutcast
820
821 Audio output:
822  * Support for 20/24 bits LPCM
823
824 Video output:
825  * Video snapshot support (png or jpg)
826  * Image file video output (png)
827  * Motion detection filter (can trigger playlist actions)
828  * Improvements to wall video filter
829  * Support for font color and opacity
830
831 Stream output:
832  * Muxers
833     - ASF improvements
834  * VLM / VoD
835     - Ability to load a configuration file on startup
836     - Seeking support in VoD streams
837  * Mosaic (picture-in-picture system)
838
839 Interfaces:
840  * wxWidgets
841     - Redesigned playlist : add playlist, add directory, ...
842     - Improved preferences
843     - Improvements to the wizard
844     - DVD, VCD and Audio CD navigation buttons
845  * MacOS X
846     - Redesigned playlist
847     - Improved preferences
848  * Skins
849     - Support for multiple actions
850     - Fixes
851  * HTTP
852     - Support for the new playlist system
853  * Lirc
854     - Now uses new config settings. See doc/lirc/example.lirc
855
856 Windows port:
857  * Screensaver disabling fix
858  * DirectShow tuner configuration
859  * Support for no-decoration windows
860
861 MacOS X port:
862  * Many Mac OS X 10.4 Tiger related fixes
863  * The OpenGL video output is back
864  * A new audio module that should work more reliable for analog audio output in various configurations.
865    - Supports multichannel discrete analog output
866    - Digital audio output requires you to change a preference setting because it
867      is not yet available in the new module
868    - Please read the README.MacOSX.rtf file for more information.
869
870 BeOS port:
871  * Support for single-buffered overlay
872
873 Pocket PC port:
874  * Many fixes
875  * New interface
876  * New video output
877
878 Mozilla Plugin:
879  * Javascript fixes
880  * Mozilla plugin for MacOS X is back (not yet distributed)
881
882 IE Plugin:
883  * Brand new Internet Explorer ActiveX plugin
884
885 Translations:
886  The following languages were added:
887  * Catalan
888  * Danish
889  * Turkish
890
891
892 Changes between 0.8.0 and 0.8.1:
893 --------------------------------
894
895 Core support:
896  * Include TLS/SSL API (on plattforms where libgnutls is available)
897  * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
898
899 Windows port:
900  * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
901  * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
902  * Fixed spurious taskbar item after switching to fullscreen
903
904 WinCE port:
905  * A few more updates (we still miss an interface and a fast video output).
906
907 Audio Output:
908  * Portaudio audio output plugin improvements
909
910 Video Output:
911  * Proper subpictures scaling using the aspect-ratio info when available
912
913 Demuxers:
914  * Fixed crash with ODML avi files
915  * Fixed autodetection of VCD/SVCD bin files
916  * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
917
918 Stream Output:
919  * Encoders:
920    * Fixed aspect ratio and interlaced support in ffmpeg encoder module
921  * Stream output:
922    * Support of playlist group announcement
923
924
925 Changes between 0.7.2 and 0.8.0:
926 --------------------------------
927
928 Core support:
929  * Major work on libvlc. Changed/renamed/added functions
930  * Complete switch to the new input core (better seeking, multi-input, ...)
931  * New plugins cache to speed up launch time
932  * New --play-and-stop feature which stops the playlist after each played item
933  * Daemon mode (to run vlc in the background)
934  * Major improvements to the subtitle/OSD subsystem
935
936 Input:
937  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X 
938     (Stream your desktop)
939  * Improved DVD support:
940     - uses libdvdnav for playing DVDs with menus support
941     - uses libdvdread for simple playback with menus (eg. for streaming)
942  * Experimental multi-input support ( use --input-slave to play with it )
943  * Automatic MTU discovery for UDP streams
944  * More powerful MRL syntax for DVD/VCD/CDDA access 
945     (selection of titles/chapters).
946
947 Demuxers:
948  * Support for iTunes Music Store previews
949  * Support for MJPEG webcams (i.e. AXIS cams)
950  * Added initial mp4 and mpeg-ts text track support
951  * Windows Media Server RTSP support
952  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
953  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
954  * Skins2 .vlt file loader (only when skins2 is the current interface)
955  * Improved Ogg demuxer
956  * Support for MPEG PS streams with MPEG 4 video.
957  * Support for so called AACPlus webstreams
958
959 Codecs:
960  * G.726 audio support
961  * 14496-17 MPEG TS text support
962  * MPEG-4 text support
963  * Vastly improved DVB subtitles decoder (ETS 300 743)
964  * Enabled color in DVB subtitles rendering
965  * VobSub supported both externally and in Matroska
966
967 Stream Output:
968  Encoders:
969   * Re-use audio/video/spu decoders in transcoder module. From now on,
970      everything that is playable by VLC should be transcodable as well
971   * Subtitles overlaying in transcoder
972   * Subpictures overlaying in transcoder (see video output)
973   * Frame rate selection in the transcoder
974   * DVB subtitles encoder
975   * MPEG 1 layer 2 audio encoder using libtoolame
976   * Improved vorbis/theora encoding
977  Muxers: 
978   * Text track muxing for mp4
979   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
980   * 14496-17 text track muxing for MPEG TS
981   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
982   * Teletext (0x56 descriptor) streaming support in MPEG TS.
983   * New WAV muxer (supports multi-channel audio)
984   * Improved ASF muxer
985  Misc:
986   * H.263 RTP streaming support
987   * SDP generation outputs more compliant SDPs and can create SDP files now
988   * Improved RTSP and VoD server (experimental)
989
990 Audio Output:
991  * New audio equalizer filter
992  * Very trivial volume normalizer
993  * True channel downmixing when playing 5:1 material on Stereo
994  * More gradual resampling which should improve the pitch changing effect
995  * New audio output plugin using portaudio v19
996
997 Video Output:
998  * Roku HD1000 Video output
999  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
1000    with support for effects.
1001  * Improved filter and subpictures support :
1002     - New filters can be streamed.
1003     - "Subpicture filters" to overlay subpictures on video 
1004     - Centralized scaling and blending
1005  * New filters : 
1006     - "time", to display current time 
1007     - "marq", to display a marquee
1008
1009 Interfaces:
1010  * OSD sliders for volume and postition information
1011  * OSD icons for Play and Pause
1012  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
1013  * A few skins2 improvements
1014  * Added search, volume, loop and random functions to the ncurses interface
1015  * Added a filesystem browser to the ncurses interface
1016  * The remote control interface can now listen for commands on sockets
1017  * Improved CORBA control module
1018
1019 Mac OS X port:
1020  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
1021  * Major speed improvements to the Quartz video output
1022  * The Mac OS X interface is no longer required to display video
1023
1024 Linux port:
1025  * New galaktos visualization plugin (MilkDrop-compatible)
1026  * Experimental SVG rendering module
1027  * Support for DVB CAM modules.
1028
1029 Windows port:
1030  * DirectX Media Object decoder (allows playing some media types, like WMV3)
1031  * DirectX Media Object audio and video encoder
1032  * Fixed long standing win32 thread handles leak
1033  * Fixed problem with CPU usage with subtitles rendering
1034  * Wallpaper mode for the DirectX video output (only in overlay mode)
1035
1036 WinCE port:
1037  * Massive update (we still miss an interface and a fast video output).
1038
1039 Mozilla plugin:
1040  * Added a lot of Javascript accessible funtionality
1041  * Volume, position, length, seek etc etc etc.
1042
1043 Misc:
1044  * Server/client network synchronization module
1045  * VBrick streams fully supported
1046  * Cisco IP/TV streams supported
1047  * VLM enhancements
1048
1049
1050 Changes between 0.7.1 and 0.7.2:
1051 --------------------------------
1052
1053 Core support:
1054  * Bookmarks feature for easier seeking/access inside medias.
1055  * Support for video output embedded in interfaces.
1056  * Improved HTTP daemon.
1057  * Saved playlists now remember VLC-specific options.
1058
1059 Codecs:
1060  * New Continuous Media Markup Language (CMML) codec.
1061    (http://www.annodex.net/overview.html)
1062  * New H.261 video decoder using openmash.
1063  * H264 encoder, demuxer and packetizer.
1064  * Packetizer interfaces between demux and codec when needed
1065    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
1066  * Support for Theora alpha3 (both decoding and encoding).
1067
1068 Input:
1069  * --start-time <sec> and --stop-time <sec> to start and stop playing a 
1070    file at the specified amount of seconds. Only works with a few
1071    fileformats (avi, mov, mkv, mp4 )
1072  * Improved directory access module.
1073  * New "file-cat" option to play truncated movies.
1074  * Better handling of meta info (title, author, description, etc...).
1075  * New options to pass meta info to the input.
1076  * It is now possible to stream programs from a DVB-S/C/T stream
1077    (satellite, cable, or digital terestrial television)
1078
1079 Demux:
1080  * Annodex (http://www.annodex.net) support.
1081  * mmsh streaming fixes.
1082  * Fixed infinite loop in the AVI demux on broken/incomplete files.
1083
1084 Subtitles:
1085  * Subviewer and subviewer v2 subtitles support.
1086  * Ability to choose autodetected subtitles path.
1087  * Subtitles delay can be changed in real time with hotkeys.
1088
1089 Stream output:
1090  * Improved session announcement system.
1091  * Minimize threads usage by default.
1092  * Added faster than realtime stream output (limited by CPU) for file output.
1093  * Improved MOV/MP4 muxer.
1094  * Improved MPEG TS muxer.
1095  * Improved transrater.
1096  * Meta info options used by the muxers.
1097  * New configuration system.
1098  * Better audio channels downmixing when transcoding.
1099
1100 VideoLAN manager:
1101  * New videolan (media) manager (vlm): a little manager designed to launch
1102    and manage multiple streams from within one instance of VLC.
1103  * Supports live streams and VoD.
1104  * Supports scheduling.
1105  * Telnet interface for vlm.
1106  * HTTP interface for vlm.
1107
1108 Interfaces:
1109  * Skins II (Windows and Linux only)
1110     - Ability to embed video output.
1111     - Support for bitmap fonts.
1112     - Lots of improvements.
1113  * wxWindows (default Windows and Linux interface)
1114     - New design and set of icons.
1115     - Ability to embed video output.
1116     - Support for hotkeys.
1117     - Support for bookmarks.
1118  * Mac OS X
1119     - Support for 'groups' and playlist item properties.
1120     - Better hotkeys handling.
1121
1122 Mac OS X port:
1123  * OpenGL video output is now the default when available.
1124  * Added FAAC encoder (mp4a).
1125  * Audio output fix to work with multiple streams on a HAL device.
1126  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
1127
1128 Win32 port:
1129  * DirectShow input plugin should work with more devices.
1130  * Disable monitor power down when watching movies.
1131  * Improved Windows installer.
1132
1133 Linux port:
1134  * PowerPC fixes.
1135
1136 Misc:
1137  * Improvements to the Goom visualisation plugin.
1138  * Roku HD1000 audio output.
1139
1140
1141 Changes between 0.7.1 and 0.7.1a:
1142 ---------------------------------
1143
1144 Mac OS X:
1145  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
1146  * Playing MOD files is working now.
1147
1148
1149 Changes between 0.7.0 and 0.7.1:
1150 --------------------------------
1151
1152 Core support:
1153  * Fixed a nasty bug that causes preferences not to be saved some times.
1154  * IGMPv3 support for VLC under Windows XP and Linux.
1155
1156 Codecs:
1157  * Brand new DTS Coherent Acoustics audio decoder based on libdts
1158    (http://www.videolan.org/dtsdec.html)
1159  * Fixed DTS S/PDIF output
1160  * SVCD (Philips OGT) and CVD subtitles
1161
1162 Playlist:
1163  * Internal improvments
1164  * Improved import/export
1165
1166 Input:
1167  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
1168    container formars.
1169  * New demux module that uses libavformat from ffmpeg. Adds support for many
1170    small and strange formats.
1171  * New PVA demux.
1172  * New MOD audio demux.
1173  * Support for DTS and A52/AC3 wav files.
1174  * Support for DTS and A52/AC3 audio CD.
1175  * New and experimental DVD input plugin with menus support (using libdvdnav).
1176  * Added back DV audio support in raw DV demuxer.
1177
1178 Stream output:
1179  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
1180  * Fixed a nasty bug in the mpeg video packetizer.
1181  * Improved transcoding (multithreading, more tuning, etc...).
1182
1183 Service discovery:
1184  * Fixed sdp in SAP.
1185
1186 Mac OS X port:
1187  * New opengl video output plugin.
1188
1189 Win32 port:
1190  * A few improvements to the DirectShow input plugin.
1191  * Fixed ipv6 name resolution.
1192
1193
1194 Changes between 0.6.2 and 0.7.0:
1195 --------------------------------
1196
1197 Core support:
1198  * Brand new decoder/packetizer api.
1199    Adds a lot more flexibility while also simplifying the decoder plugins.
1200  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
1201  * Video outputs are recycled if possible.
1202    This removes any 'flicker' between two similiar video files.
1203  * Fixed the video filters. Video should no longer go black when using filters.
1204  * New input core. Advantages are: better seeking, more responsive, support for
1205    subtitle files at the core, and much much more.
1206
1207 Playlist:
1208  * Added a repeat mode to repeat a single file over and over.
1209  * Playlist sorting 
1210
1211 Input:
1212  * RTP/RTSP support.
1213  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
1214  * Support for Flac in Ogg files.
1215  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
1216  * Rewrite of the Flac demuxer.
1217  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
1218  * Reworked DVB tuning.
1219  * Better Icecast support.
1220  * New MPEG video elementary streams demuxer.
1221  * New DTS audio elementary streams demuxer.
1222
1223 Codecs:
1224  * Support for Theora video encoding.
1225  * Support for Speex audio decoding/encoding.
1226  * Rewrite of the Flac decoder + encoding support.
1227  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
1228  * Support for AAC + SBR and proper multi-channel re-ordering.
1229  * MPEG 2.5 audio support.
1230  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
1231
1232 Stream output:
1233  * Improvements to the MPEG TS muxer.
1234  * New transrating module for MPEG2 video.
1235  * Added packetization for MPEG AAC ADTS streams.
1236  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
1237  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
1238  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
1239  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
1240  * --sout-keep option to keep the stream open while changing input.
1241  * Preliminary RTP support.
1242  * Fixes to SAP announces.
1243
1244 Interface:
1245  * Skins:
1246     - Bugfixes
1247     - misc improvements (eg, "stay on top" option).
1248  * New standardized and customizable hotkeys.
1249  * wxWindows
1250     - Playlist improvements (Sort, Search, mode buttons).
1251     - Improvements and help in preferences
1252     - New streaming wizard
1253     - Revised Disc Open menu
1254  * HTTP
1255     - Improvements of the standard pages
1256     - Support for new commands
1257  * OSD ( OS X and hotkeys only atm ).
1258
1259 Service discovery:
1260  * Many fixes to the SAP module
1261  * SAP now supports HTTP streams
1262
1263 Subtitles:
1264  * Text subtitles now have a black outline.
1265  * Text subtitles autodetection.
1266  * Text subtitles charset autodetection.
1267  * Text subtitles for all videofiles. Results may vary.
1268  * Text subtitles in Hebrew are supported. Arabic partially.
1269  * Automatic fontsize selection for text subtitles.
1270  * Fixed SAMI text subtitles support.
1271  * Support for subtitles in Matroska files.
1272  * Support for subtitles in DVB streams.
1273
1274 Mac OS X port:
1275  * New controller designed by Max Rudberg from www.maxthemes.com
1276  * Save playlist.
1277  * Works on 10.1.x again. Apologies for that problem.
1278  * Support for Panther.
1279  * Support for raw dumping of streams to disk.
1280  * Mozilla plugin for Mac OS X (experimental).
1281
1282 Win32 port:
1283  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
1284  * VLC can be installed as a Windows NT service.
1285  * Allow on the fly switching of the main interface.
1286  * Support for 3F2R in audio output.
1287  * New --one-instance option to "force" only one running instance of VLC.
1288  * Mozilla plugin for Windows (experimental).
1289  * Multimonitor support (untested).
1290  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
1291
1292 Linux port:
1293  * Improved Video4Linux input. Also added support for an audio only input.
1294  * Support for real-time priority when running with root privileges.
1295  * Allow on the fly switching of the main interface.
1296
1297 iPaq port: 
1298  * Brand new Gtk 2 interface
1299
1300 Miscellaneous:
1301  * Audio visual effects filters (spectrum, scope and random).
1302  * Audio visual effects filter using goom.
1303  * Spanish, Portuguese Brazilian and Hungarian translations.
1304  * libcaca video output (colored ascii)
1305
1306
1307 Changes between 0.6.1 and 0.6.2:
1308 --------------------------------
1309
1310 Core support:
1311  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
1312
1313 Stream output:
1314  * Transcoder now generates proper pts/dts thus should work a lot better.
1315  * Improved MPEG TS muxer.
1316
1317 Access input:
1318  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
1319  * Few fixes to the VCD navigation.
1320
1321 Interfaces:
1322  * Support for DVD menus navigation added to the wxWindows interface.
1323
1324 UNIX ports:
1325  * ALSA multi-channel support fixed and tested.
1326  * Fixed fullscreen with gnome metacity.
1327
1328 Win32 port:
1329  * Fixed VCD support which was broken on some machines.
1330
1331 iPaq port:
1332  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
1333
1334 Miscellaneous:
1335  * Text subtitles now centered on the picture.
1336  * Ffmpeg decoder now generates proper pts and can be used to play
1337    mpeg1/2 videos.
1338
1339
1340 Changes between 0.6.0 and 0.6.1:
1341 --------------------------------
1342
1343 Core support:
1344  * There should be less bogus resampling, particularly on DVDs.
1345  * VLC will now wait for the medium to wake up before starting its clock
1346    after a pause.
1347
1348 Stream output:
1349  * Added vorbis audio support in Ogg streaming.
1350  * Added vorbis audio transcoding support.
1351  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
1352 UNIX ports:
1353  * ALSA multi-channel support fixed and tested.
1354  * Fixed fullscreen with gnome metacity.
1355
1356 Win32 port:
1357  * Fixed VCD support which was broken on some machines.
1358
1359 iPaq port:
1360  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
1361
1362 Miscellaneous:
1363  * Text subtitles now centered on the picture.
1364  * Ffmpeg decoder now generates proper pts and can be used to play
1365    mpeg1/2 videos.
1366
1367
1368 Changes between 0.6.0 and 0.6.1:
1369 --------------------------------
1370
1371 Core support:
1372  * There should be less bogus resampling, particularly on DVDs.
1373  * VLC will now wait for the medium to wake up before starting its clock
1374    after a pause.
1375
1376 Stream output:
1377  * Added vorbis audio support in Ogg streaming.
1378  * Added vorbis audio transcoding support.
1379  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
1380  * PS muxer can create mpeg1 files now and produce streams with system headers.
1381  * You can transcode a52 with more than two channels to mpga now.
1382
1383 Win32 port:
1384  * Fixed DVD support which was partly broken due to a bug in libdvdcss
1385  * Fixed 5.1 audio support for the sblive/audigy soundcards.
1386  * Fixed sound on Windows NT.
1387
1388 UNIX ports:
1389  * Fixed/improved ALSA support and enabled multi-channel audio output.
1390  * X11/Xvideo: Should now work on big endian machines, and you can now
1391    use the arrow keys to browse through the DVD menus.
1392
1393 iPaq port:
1394  * Gtk+2 interface called PDA
1395  * Familiar Gtk+ is now deprecreated
1396  * Codec a52, Faad2 and flac added
1397  * Video4Linux enabled (demux and transcode)
1398  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
1399
1400 Interfaces:
1401  * Small updates/fixes to the wxWindows interface.
1402  * Improved HTTP remote control interface. You can now create your own HTML pages.
1403  * A new CORBA control plugin.
1404
1405 Input demux:
1406  * Improved support for the Matroska container format.
1407
1408 Miscellaneous:
1409  * Improved build system.
1410  * New video filter plugin to overlay logos.
1411  * Added support for Winamp 3 B4S files.
1412  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
1413    Should also work with languages like russion for instance.
1414
1415
1416 Changes between 0.5.3 and 0.6.0:
1417 --------------------------------
1418
1419 Core Support:
1420  * Channel Server support was removed (was deprecated)
1421
1422 Input access:
1423  * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
1424  * Fixed large file support on Windows
1425  * Video 4 Linux support
1426  * CD Digital Audio support
1427  * Fixed IPv6 multicasting on Windows and OSX.
1428
1429 Input demux:
1430  * Better detection of AAC and mp3 files
1431  * Support for OpenDML avi files
1432  * More complete .mp4/.mov support
1433  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
1434
1435 Codecs:
1436  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
1437  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
1438  * OSX support for QDM2 and QDMC sound, often used in QT content.
1439  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
1440  * Updated our theora decoder to use the alpha 2 release of libtheora
1441  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
1442  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
1443
1444 Interfaces:
1445  * The wxWindows interface is now fully useable as well as Unicode safe
1446  * New HTTP remote control interface
1447
1448 Stream output:
1449  * 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.
1450  * The stream output now allows to transcode content on the fly.
1451  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
1452  * SAP/SDP announcing support. (both IPv4 and IPv6)
1453
1454 Miscellaneous:
1455  * New reset option for the preferences
1456  * You can set your language in the prefences
1457  * New video chroma conversion module using ffmpeg
1458  * Added a Gentoo ebuild to the distribution
1459  * Added a new smaller subtitles font (now the default) + scripts to generate your own
1460  * SAP/SDP IPv6 support
1461
1462 UNIX ports:
1463  * Basic support for the X11 Xinerama extension.
1464  * New skinable interface ported to X11.
1465  * Run opie-vlc and zaurus-vlc as GuiServer
1466
1467 Mac OS X port:
1468  * When you add several items to the playlist, they are sorted alphabetically.
1469  * New about panel and revamped preferences panel.
1470  * Fixed the deinterlace menu.
1471  * Float on top, Fit to Screen and a Transparency option for video out.
1472  * New output dialog for transcode and display while stream capabilities.
1473  * New icons by Davor Orel.
1474  * New audio resampler. Should make VLC much faster.
1475  * Fixed disappearing and crackling sound (PTS is out of range bug)
1476  * We no longer automatically save the preferences when you quit the application
1477  * Arrow keys are now use to browse the menus in a DVD
1478
1479 Win32 port:
1480  * the wxWindows interface is now the default interface
1481  * The keyboard shortcuts are now identical to the linux version
1482  * Fixed the "no sound" problem on NT4
1483  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
1484  * Added support for compressed skins files (.vlt files)
1485  * Fixed SVCD chapters support.
1486  * Fixed memory leak with 5.1 audio.
1487
1488 BeOS port:
1489  * Interface localization
1490  * Screensaver disabled if playing in fullscreen
1491  * A few new keyboard shortcuts
1492  * New full-featured Preferences window
1493
1494
1495 Changes between 0.5.2 and 0.5.3:
1496 --------------------------------
1497
1498 Core Support:
1499  * fixed DTS S/PDIF output on little-endian machines
1500  * support for skins at the interface level
1501  * new OSD module using Freetype2
1502  * video outputs are now destroyed when the associated input ends
1503  * the video output takes into account the caching delay introduced at the
1504    input level before dropping out of date frames.
1505  * configuration option to disable the translation of the interface
1506
1507 Input access:
1508  * fixed HTTP redirects
1509  * support for opening an entire directory
1510  * EOF should be detected more reliably
1511  * new video4linux access plug-in
1512  * new kfir access plug-in designed to work around a bug in the kfir driver
1513
1514 Input demux:
1515  * added stream type for some Motorola MPEG-2 video encoders
1516  * fix for some ogg web radio streams
1517  * fixed reading TS streams over HTTP
1518
1519 Codecs:
1520  * support for 3ivx D4 (not previous versions)
1521  * support for '3ivd' and '3vid' encodings
1522  * support for 'MSS1' codec ( same as WMV2 )
1523  * support for SAMI subtitles (untested and incomplete)
1524  * better SSA4 subtitles recognition
1525  * new codec for raw I420 video
1526  * improvements to the libmpeg2-based MPEG video decoder
1527
1528 Interfaces:
1529  * improvements to wxWindows based interface
1530    (although it still misses some important features)
1531  * skeleton for a Gnome2/GTK2 plug-in
1532
1533 Stream output:
1534  * new HTTP output support
1535  * fixed a segfault in the AVI muxer
1536  * fixed AV synchronization issues
1537
1538 Miscellaneous:
1539  * support for oldstyle id3 genres
1540
1541 UNIX ports:
1542  * the SDL vout plug-in will now work on big-endian machines
1543
1544 Mac OS X port:
1545  * reorderable playlist
1546  * fixed the hiding of the mouse on multiple monitors
1547  * fixed a big issue with some USB speakers
1548  * support for mono audio output devices
1549  * reset the audio-device to its default mode before quitting VLC
1550  * fixed several cosmetic issues
1551  * you can drag the controller window by its background (as it should be)
1552  * the messages window remembers more lines
1553  * delay and fps can now be overruled with subtitles files
1554  * http and ogg stream output options
1555  * Apple menu and friends will now be translated as well
1556
1557 Win32 port:
1558  * new skinnable interface
1559  * the directx video output doesn't crash anymore on ctrl+alt+del events.
1560
1561 iPAQ familiar Linux port:
1562  * support for FLAC audio format
1563  * the interface adapts to the screen size/rotation
1564  * playlist
1565  * network tab in the interface
1566  * "apply" handling in preferences
1567
1568
1569 Changes between 0.5.1a and 0.5.2:
1570 ---------------------------------
1571
1572 Core support:
1573  * advanced config options are now hidden by default
1574  * new --spdif option to use the S/PDIF audio output by default
1575  * fixed a 'clicking' sound when switching between streams
1576  * new bandlimited resampler that should improve audio quality on primarily
1577    Mac OS X
1578  * fixed a problem with audio over http that caused some web radios to not work
1579  * DTS S/PDIF support
1580
1581 Codecs:
1582  * support for DV audio through the ffmpeg library
1583  * support for FLAC audio through libflac
1584  * new but basic MPEG video decoder based on libmpeg2
1585  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
1586
1587 Stream output:
1588  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
1589  * new --ttl option for Time To Live
1590
1591 DVD support:
1592  * fixed quite a few problems with the dvd menu support
1593
1594 UNIX ports:
1595  * fixed the GNU-pth support
1596
1597 Win32 port:
1598  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
1599    plugins
1600  * localization support via gettext is now fully working
1601  * rc interface is now fully useable
1602  * fixed the MSVC project files generation
1603
1604 Mac OS X port:
1605  * several fixes for multi channel audio devices. AC3 over SPDIF with
1606    M-Audio Sonica Theater still does not work. this is most likely a driver
1607    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
1608    iMate and MOTU firewire devices should work)
1609  * VLC now uses the default audio device
1610  * new info panel
1611  * very preliminary support for VLC control via applescript
1612  * support for mouse gestures
1613  * new priority scheme allowing to avoid lock-ups on low-end machines
1614
1615 Linupy port:
1616  * there is a whole new port for the linupy distribution used by o.a. the
1617    YOPY PDA. It is still experimental, please test it
1618
1619 Miscellaneous:
1620  * improved ID3 tag detection
1621  * changed several errors into warnings ; the frequently reported "this is
1622    not a PS stream, continuing" is one of these
1623  * mouse gestures work on windows and osx, but there still isn't any useful
1624    gestures
1625  * some support for .pls playlists used by shoutcast
1626
1627
1628 Changes between 0.5.1 and 0.5.1a:
1629 ---------------------------------
1630
1631 Mac OS X port:
1632  * fixed a problem that caused VLC to select the wrong language when
1633    English was set as the preferred language
1634
1635
1636 Changes between 0.5.0 and 0.5.1:
1637 --------------------------------
1638
1639 Core support:
1640  * new mouse gesture interface
1641  * audio volume can now be changed at any time, even when no file is
1642    playing
1643
1644 Input access:
1645  * various minor fixes on the network inputs
1646  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
1647  * VCD: fixed track number and chapter indexing
1648
1649 Input demux:
1650  * fixed a bad initialization in the mp4 plug-in
1651  * new --buggy-psi option for TS streams which do not update their
1652    continuity counter
1653
1654 Codecs:
1655  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
1656
1657 DVD support:
1658  * fixed a bug which turned the default interface command-line only
1659    without the user consent
1660
1661 UNIX ports:
1662  * GTK: fixed a crash when going fullscreen or changing volume from the
1663    popup menu
1664  * X11: new screen saver disabling plug-in (--extraintf screensaver)
1665  * KDE: fixed compilation with KDE 3.1
1666  * ALSA: fixed mono files output
1667
1668 Mac OS X port:
1669  * fixed a crash on start-up on some localized systems
1670  * lowered real-time priorities to avoid lock-ups on slow machines
1671  * VLC can now be made the handler of ftp http mms and udp URLs
1672  * playlist enhancements
1673  * added half, normal and double video window menu items
1674  * new step forward/step backward commands
1675  * the dock should no longer be visible in fullscreen mode
1676  * the Mac OS X binary is now compiled with Ogg/Theora support
1677  * vlc.app is now VLC.app
1678
1679 Win32 port:
1680  * fixed the "RichEdit line insertion error" bug
1681  * VLC can now be run from outside its installation directory
1682  * fixed a bug that prevented to find the default subtitle font
1683
1684 BeOS port:
1685  * smarter BeOS priorities to avoid lock-ups
1686  * few enhancements in the interface (especially the Settings window)
1687
1688 Opie port:
1689  * native video output is working again
1690  * only commandline interface support
1691  * support for MPEG4, DivX through ffmpeg package
1692
1693
1694 Changes between 0.4.6 and 0.5.0:
1695 --------------------------------
1696
1697 Core structure:
1698   * object structure which allows for full re-entrancy, known as libvlc
1699   * new audio output architecture based on filter pipelines, providing
1700     S/PDIF and multi-channel support
1701   * localization support via gettext on most architectures
1702   * new stream output architecture, allowing to use VLC to unicast,
1703     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
1704     and A/52 streams are supported)
1705   * build system now uses autoconf/automake/autopoint
1706
1707 Input access:
1708   * mms:// support
1709   * ftp:// support
1710   * stability fixes in the HTTP access
1711   * auto-detection of RTP encapsulation
1712   * VCD entry points support
1713   * VCD image file support
1714
1715 Input demux:
1716   * support for *.asf format
1717   * improved support for *.avi, especially over an HTTP connection
1718   * support for *.mp4 and *.mov format
1719   * support for ogg encapsulation
1720   * support for raw DV format
1721   * support for *.wav format
1722   * new demuxdump demux allowing to save a stream to a file
1723   * raw AAC support
1724
1725 Stream discovery & playlists:
1726   * support for the SAP/SDP and SLP protocols
1727   * support for .m3u file format
1728   * support for .asx file format
1729   * hack to find the streaming sources in html-pages with embedded wmp
1730
1731 Codecs:
1732   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
1733     (only available with the .avi demux)
1734   * support for ADPCM audio codec
1735   * support for raw PCM data
1736   * support for Cinepak video codec
1737   * support for DV video codec via libdv or ffmpeg
1738   * support for AAC audio codec via libfaad2
1739   * support for Xvid codec
1740   * support for Xiph.org's Vorbis audio codec
1741   * support for Xiph.org's Tremor audio codec (when compiling from sources)
1742   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
1743     from sources)
1744   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
1745     H263i, MJPEG A/B
1746   * fixed an endianness bug in LPCM codec
1747
1748 DVD support:
1749   * experimental preliminary support for DVD menus via libdvdplay
1750
1751 Miscellaneous:
1752   * new WxWindows interface
1753   * all interfaces allow to dynamically change the volume, the audio
1754     device and the channels configuration
1755   * headphone channel mixer with virtual spatialization effect
1756   * Mozilla plugin based on libvlc for embedded playback in webpages of any
1757     format that VLC can play
1758   * new swedish translation
1759   * enhancements of the playlist window
1760   * new messages window to see debug info
1761   * fixed a few crashes
1762
1763 iPaq port:
1764   * slider bar in GTK+/GPE Familiar interface
1765   * fixed crash on directory change in Familiar interface
1766   * added qte_main module for use in all modules that need Opie or Qte support
1767   * native video output module for Qt Embedded/Opie is not working
1768