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