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