Typo
[vlc.git] / NEWS
blob636091be563a3df9cfdcaee2620bda5baa48f021
1 $Id$
3 Changes between 0.8.6 and 0.9.0-svn (not released yet):
4 -------------------------------------------------------
6 Important notes:
7 ----------------
8  * The HTTP interface is now only available on the local machine by default.
9    If you want to make it available from other machines, you will have to
10    edit the ".hosts" file.
11    - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
12      If you're using the old http interface, it's located in
13      /usr/share/vlc/http/old/.hosts
14    - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
15      C:\Program Files\VideoLAN\VLC\http\old\.hosts
16    - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
17      and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
18  * This version of VLC contains a new interface for Windows and Linux. This
19    interface lacks a few features that used to be present in vlc 0.8.6:
20    - "Streaming wizard" and "VLM control". These features will be replaced
21      by a better alternative in the next version. If you absolutely need these
22      features, we advise you to keep vlc 0.8.6
23    - Similarly, "Bookmarks" will be reintroduced in an improved version at a
24      later point
25   * The default for --sout-keep has changed. It's now activated by default.
26   * The marq, mosaic and logo commands in the rc interface changed. They
27     now require a target name as their first argument. Example:
28     vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
29     You can then use commands like: @test marq-marquee Goodbye
30     These new commands are also available in the telnet interface.
31  * The "rtp" access output module has been removed:
32    Please the RTP stream output instead, e.g.:
33      Old: '#std{access=rtp,dst=239.255.1.2,sap}'
34      New: '#rtp{dst=239.255.1.2,sap}'
36 Changes:
37 --------
39 Playlist:
40  * Vastly improved playlist support:
41     * Media library support
42     * "Live search"
43     * Shoutcast TV listings
44     * Audioscrobbler/last.fm support
45  * User definable Lua playlist scripts. See share/luaplaylist/README.txt
46    (Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs)
48 Input/Demuxers:
49   * UDP-Lite protocol (requires OS support) for RTP/AVP
50   * Proxy support for MMSH stream
51   * JACK audio input support
52   * MP4 gpac and Apple chapter support
53   * Input run time option (improved live stream recording)
54   * Fixed aiff stereo file
55   * Fixed audio glitch on seek
56   * Improved FLAC demuxer (duration / current time / meta data)
57   * AAC tags support
58   * APEv1/2 tags support
59   * Improved ID3v2 tags support
60   * Improved Ogg/Vorbis tags support
61   * Raw video support
63 Decoders:
64  * VP60/VP61/VP6F/VP62 support
65  * MKV USF subtitles support
66  * HTML based subtitles support
67  * Flash Screen Video support
68  * CamStudio Screen Video support
69  * DosBox Capture support
70  * Karl Morton's Video support
71  * limited atrac3 support
72  * New codec FOURCCs to support more specific files:
73    Avid, FCP, Sony, Samsung, ...
75 Encoders:
76  * Flash Screen Video support
78 Video output and filters:
79  * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
80    Psychedelic) video filters can now be streamed
81  * New puzzle video output filter
82  * Rewrite motion detection video filter
83  * New extract video filter (extract Red, Green and Blue components from a
84    video)
85  * New sharpen video filter (increase the contrast of adjacent pixels)
86  * New erase video filter (remove a logo from a video)
87  * Enhancements to subtitles' renderer to support bold, italics and some HTML
88    tags
89  * Support for RGBA and I420 blending. This improves Mosaic CPU usage *a lot*.
90  * New transparency mask video filter (for use with the mosaic_bridge module).
91  * New bluescreen video filter (for use with the mosaic_bridge module). This
92    was previously part of the mosaic module.
93  * Fix random characters problem in RSS filter.
94  * Add rotate-deciangle for more precision on rotate filter
95  * Support for Intel SSE2 intruction set in chroma converters
96  * Improved use of Intel MMX intruction set in chroma converters
98 Audio output and filters
99  * Replay gain support.
100  * Play audio when going slower/faster ( no pitch filter yet ).
101  * New spatializer audio filter.
103 Stream output:
104  * RTSP for TS-multiplexed broadcast streams
105  * New RTP payload formats:
106    * ITU T.140 (for text, subtitles)
107 (FIXME: * Speex voice audio codec)
108  * UDP-Lite (requires OS support) transport for RTP
109  * Lots of fixes for RTSP broadcasting
111 Interfaces:
112  * Windows/Linux
113    * Brand new interface for Linux and Windows, based on the Qt toolkit
114  * All
115    * Improved user interaction
116    * Improved mouse gestures
117  * Unix
118    * Option to allow only one running instance, using D-Bus interface.
119    * D-Bus Interface implementing the MPRIS 
120      (Media Player Remote Interfacing specification), a common dbus control 
121      interface for media players that intends to become an xdg standard when 
122      finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
123    * Motion module use disk accelerometers to keep video horizontal
124    * Ncurses interface now uses ncursesw to correctly display wide characters
125      when using an UTF-8 locale.
127 Linux Port:
128  * VLC now complies with the XDG Base Directory Specification version 0.6
129    http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
130    (which means that VLC doesn't use the $HOME/.vlc directory anymore)
132 Capture:
133  * new BDA device driver plugin for DVB-C/S/T capture cards on Microsoft
134    Windows
136 Localisations:
137  * Persian
140 Changes between 0.8.6b and 0.8.6c:
141 ----------------------------------
143 Various bugfixes, notably:
144  * Windows Vista compatibility
145  * Cropping in Direct3D
146  * Fullscreen change crash on Mac OS X
147  * RSS filter string overflow
148  * Few memory leaks
149  * MKV demuxer crash (related to seeking)
151 CDDA / Vorbis / Theora / SAP plugins:
152  * Security updates (VideoLAN-SA-0702, CVE-2007-3316)
154 Demuxers:
155  * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
157 Decoders:
158  * Updated FLAC API compatibility
160 Input:
161  * Support for new v4l2 encoder API
163 Localisation:
164  * New localisation: Arabic, Persian
167 Changes between 0.8.6a and 0.8.6b:
168 ----------------------------------
170 Various bugfixes, notably:
171  * Out-of-bound read in demuxers
172  * Demuxers crashes (incl. CVE-2007-0256)
173  * Mac OS X Interface crashes
174  * VP31 decoding on Windows platforms
175  * Direct3D Video Output modifications for Vista compatibility
176  * Correct behaviour for feeding streams to Icecast or Shoutcast servers
178 Decoders:
179  * Enhanced Flash Video support incl. VP61 and VP60
180  * Teletext subtitles (telx) support
182 Webbrowser plugins:
183  * Rectified behaviour and improved usability
185 Mac OS X Interface & Port:
186  * Diverse usability improvements
187  * New wizard option to embed subtitles
188  * Screensaver/automatic sleep mode is enabled when a video is paused
189  * Improved Delete-Preferences-Script
192 Changes between 0.8.6 and 0.8.6a:
193 ---------------------------------
195 CDDA / VCDX plugins:
196  * Security updates (VideoLAN-SA-0701)
198 Mac OS X Interface:
199  * Fullscreen controller improvements
202 Changes between 0.8.5 and 0.8.6:
203 --------------------------------
205 Playlist:
206  * Shoutcast TV listings support
208 Input:
209  * Support for RTSP authentication
210  * Support for adding subtitles on the fly
211  * Fixed MPEG-PS duration calculation
212  * ATSC support for DVB input
213  * Partial reading support for DVR-ms recordings
214  * Partial reading support for MXF and GXF fileformat
215  * Improved support for Flash Video files
217 Decoders:
218  * Native WMV9/VC-1 support
219  * WMA Speech support (through binary codecs)
220  * VP5/VP6 - Flash Video support (not VP61)
221  * The True Audio Lossless codec support
222  * Matroska WavPack support
223  * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
224  * Fixed a problem with MPEG2 field pictures
225  * Fixed swapped colors on DVB subtitles
227 Video output:
228  * Additional OpenGL effects (cylinder, torus, sphere, ...)
229  * Experimental Direct3D 9 video output (win32). Best served on Vista :)
230  * Improved libcaca support
232 Interfaces:
233  * All
234    * New hotkeys for crop and zoom
235    * Support for snapshots from the HTTP interface
236  * Windows
237    * Systray support in skins
238  * OS X
239    * Support for Apple Remote control
240    * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
241    * New playmode buttons (artwork by Simon Damkjær Andersen)
242    * right/ctrl-click menu in video outputs
243    * Main Menu uses autohide when playing videos in fullscreen mode
244  * Linux
245    * Notifications using notification-daemon
247 Windows port:
248  * Support for Unicode filenames (Windows NT and above)
249    Windows 9x/ME users: 
250      - Please note that these versions of Windows are not officially supported
251      - Unicode support for Windows 9x/ME applications is available through the
252        Microsoft Layer for Unicode available from the following location:
253        http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
254        Download the MSLU package (unicows) and extract the content into the folder
255        C:\Windows\System
256  * Fixed IPv6 support on the client side
257  * Fixed disable screensaver (Direct3D and DirectX video output)
259 Localization:
260  * Add Czech
261  * Add Slovak
262  * Add Malay
263  * Add Slovenian
265 Developers:
266  * Updates to the libvlc API
267  * Fixes for the mozilla and activeX plugins
270 Changes between 0.8.4a and 0.8.5
271 --------------------------------
273 Core support:
274  * Statistics collection (bitrates, packets, connections, ...)
275  * Support for downloading updates
276  * Updated strings
278 Input:
279  * Initial support for RTSP-over-HTTP (to allow NAT traversal)
280  * Linux DV (Digital Video - Firewire) input
281  * Improvements to the Audio CD input
282      - Separate playlist entries for the tracks 
283      - Support for CDDB 
284  * Support for more DVB (satellite) encryption modules
285  * Improved subtitles encoding support
286  * Improved support for playing MP4 files from the Web
288 Decoders:
289  * Cook (Real audio) support
291 Playlist / Services discovery:
292  * XSPF playlist support
293  * Podcast support
294  * Updated Shoutcast to use new listing
296 Audio output:
297  * New JACK audio output
299 Video output:
300  * New video filters: 
301     - magnify: allows you to zoom on part of the image
302     - gradient and edge detection: "cartoon-like" effect
303     - bluescreen: overlay parts of a video transparently on another one
304  * Logo video filter: can now loop through multiple images
305  * RSS video filter: display feed images. Support for Atom feeds.
306  * Improvements to the subtitles rendering
308 Stream output:
309  * Initial support for throttling users on VOD streams
311 Interfaces:
312  * System to inform the user and request information 
313     - HTTP authentication
314     - Fatal errors
315     - ...
316  * wxWidgets
317     - VLM (VideoLAN Media Manager) control panel
318     - Improved media information panel (shows statistics, metadata, ...)
319     - Drag & Drop support in the playlist
320  * Skins2 
321     - New default skin
322     - Support for Winamp 2 skins
323     - Improved playlist handling
324     - Support for popup menus, animated bitmaps, equalizer, ...
325  * OS X
326     - Embedded Video output
327     - new Go-To-Specific-Time feature
328     - Video cropping and aspect ratio changing while playing
329     - Improved media information panel (shows statistics, metadata, ...)
330     - support for processing multiple items with the wizard in a single run
331     - option to save selections in the wizard for a session (default enabled)
332  * HTTP
333     - New default interface pages for VLC and VLM (including a mosaic wizard)
334     - A bunch of new RPN functions
336 Windows Port:
337  * MSN messenger "Now playing" support
339 OS X Port:
340  * Mac-Intel compatibility
341  * Enhanced support of various audio output devices 
342  * Growl "Now playing" support
344 *Nix port:
345  * Ability to log to syslog
346  * Root wrapper to avoid running VLC as root
348 Developers:
349  * New libvlc API (not finished yet)
350  * Java bindings
351  * A bit more automatic testing
354 Changes between 0.8.4 and 0.8.4a:
355 ---------------------------------
357 Audio output:
358  * Fix a52 over spdif in alsa
359  * SPDIF output available again in the Mac OS X Audio menu.
361 Decoder:
362  * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
363  * Add support for some non-standard FOURCCs used for H.264/H.263
365 Demux:
366  * Fix bug with some HE-AAC audio tracks
368 Services Discovery:
369  * HAL fixes, should now work with new API
370  * SAP, fix 20 second freeze on windows
371  * UPnP fixes
372  * Avahi 0.6 support
374 Interfaces:
375  * Mac OS X
376     - fixed encoding of H.264/H.263 content when using the wizard 
379 Changes between 0.8.2 and 0.8.4:
380 --------------------------------
382 Core support:
383  * Internal strings handling is now UTF-8 based
384  * New OSD system
386 Video output:
387  * Fixed problems with OpenGL output
388  * New --monitor-par (pixel aspect ratio) option
389  * Fixed display problems with HDTV-1080 format
391 Input:
392  * Improved DVB support for satellite bands other than Ku-band
393  * IPv6 and Extended passive mode support for FTP
394  * IPv6 Source Specific Multicast support
395  * GnomeVFS input module
396  * Support for RTP packet reordering
397  * Fixed syntax for FTP URLs
399 Decoders:
400  * Support for libSDL_image to import different image types
401  * Musepack decoder using libmpdec
402  * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
404 Services discovery:
405  * UPnP service discovery (Linux only at the moment)
406  * Bonjour service discovery using avahi (Linux only)
408 Video filters:
409  * RSS feed overlay
411 Audio filters:
412 * Fixes, enhancements and new options related to the Headphone Channel
413   Mixer and Dolby Surround
415 Stream output:
416  * New shout output module to forward streams to icecast servers
417  * Fixed several SAP and SDP announcement bugs
418  * Fixed MTU handling to avoid IP fragments
420 Interfaces:
421 - new cone icon by Richard ¯iestad (Eurodata, retron.info)
422  * Mac OS X
423     - New streaming and transcoding wizard
424     - New extended controls panel
425     - New bookmarks window
426     - Fixed playlist sorting
427     - Fixed drag-and-drop inside the playlist
428  * wxWidgets
429     - Rename wxWindows interface in wxWidgets.
430     - All the --wxwin-* options are now --wx-*
431     - Support for RTP streaming in Stream Ouput dialog
432     - Now require wx2.6 with Unicode support
433  * Skins2
434     - Tree playlist
435  * HTTP
436     - New RPN functions to control VLC features (see play-howto)
437     - Facilities to correctly handle non-ASCII characters and spaces in
438       the names of files
439     - Include macro to include other files
440     - CGI 1.0 support
442 ActiveX plugin:
443 * Should now work outside IE as well
445 Mac OS X port:
446 * New script to delete the preferences automatically
448 Windows port:
449 * Fixed bandwidth problems of HTTP streaming
450 * Fixed audio problems with DirectX audio output
452 Translations:
453  The following languages were added:
454  * Galician
455  * Korean
456  * Romanian
457  * Simplified Chinese
458  The following languages were re-added:
459  * Swedish
462 Changes between 0.8.1 and 0.8.2:
463 --------------------------------
465 Core support:
466  * Rewrite of the playlist
467     - Tree structure
468     - Input preparsing (for meta-data)
469     - Grouping (by artist, ...) support 
470  * Preferences improvements: 
471     - New organization, designed to improve usability
472     - New configuration types (list of modules, ...)
473  * XML parsers
474  * Core image manipulation support
475  * Client-side SSL/TLS support
476  * SSL Client certificates checking support (allows for secure VoD)
477  * Renamed --spu-channel to --sub-track
478  * Renamed --spumargin to --sub-margin
479  * Renamed --audio-channel to --audio-track
480  * Renamed --filter to --vout-filter
481  * filters, extra interfaces, visualizations and service discovery modules are
482    now separated by ':' instead of ','
483  * Access filter architecture
484  * Track selection based on preferred language (--sub-language and --audio-language)
485  * Zsh autocompletion for VLC's arguments
486  * Many bugfixes...
488 Input/Demuxers:
489  * Support for SOCKS proxy
490  * Support for Shoutcast Meta-data
491  * Support for (HE-)AAC raw-audio streams
492  * Support for images on a HTTP server that get refreshed on the server
493  * Better support for Kasenna streams
494  * RTSP UDP->TCP rollover support
495  * Massive Matroska improvements
496  * Support for XA and VOC audio files
497  * TiVo demuxer
498  * Samba (Windows shares) access module
499  * Improved CDDAX module (uses several playlist items)
500  * Fixes to Linux DVB support
501  * Fix the "negative subtitles delay" bug
502  * Support for FTP over IPv6
504 Decoders / Encoders:
505  * Dirac decoder and encoder
506  * PNG decoder/encoder
507  * Improvements to DVB subtitles encoder
508  * Support for Apple Lossless Audio Codec
510 Access filters:
511  * New Record and Timeshift filters
513 Services discovery:
514  * New type of modules, that add items to the playlist
515  * Brand new SAP module
516      * To enable SAP, you now need to use "-S sap" or add SAP in 
517        the "Manage->Services Discovery" menu
518      ( IPv6 SAP is now enabled by default )
519      * Non-standard support for HTTP streams SAP announces removed
520  * HAL (Hardware Abstraction Layer) discovery
521  * DAAP (iTunes shares) support
522  * Shoutcast
524 Audio output:
525  * Support for 20/24 bits LPCM
527 Video output:
528  * Video snapshot support (png or jpg)
529  * Image file video output (png)
530  * Motion detection filter (can trigger playlist actions)
531  * Improvements to wall video filter
532  * Support for font color and opacity
534 Stream output:
535  * Muxers
536     - ASF improvements
537  * VLM / VoD
538     - Ability to load a configuration file on startup
539     - Seeking support in VoD streams
540  * Mosaic (picture-in-picture system)
542 Interfaces:
543  * wxWidgets
544     - Redesigned playlist : add playlist, add directory, ...
545     - Improved preferences
546     - Improvements to the wizard
547     - DVD, VCD and Audio CD navigation buttons
548  * MacOS X
549     - Redesigned playlist
550     - Improved preferences
551  * Skins
552     - Support for multiple actions
553     - Fixes
554  * HTTP
555     - Support for the new playlist system
556  * Lirc
557     - Now uses new config settings. See doc/lirc/example.lirc
559 Windows port:
560  * Screensaver disabling fix
561  * DirectShow tuner configuration
562  * Support for no-decoration windows
564 MacOS X port:
565  * Many Mac OS X 10.4 Tiger related fixes
566  * The OpenGL video output is back
567  * A new audio module that should work more reliable for analog audio output in various configurations.
568    - Supports multichannel discrete analog output
569    - Digital audio output requires you to change a preference setting because it
570      is not yet available in the new module
571    - Please read the README.MacOSX.rtf file for more information.
573 BeOS port:
574  * Support for single-buffered overlay
576 Pocket PC port:
577  * Many fixes
578  * New interface
579  * New video output
581 Mozilla Plugin:
582  * Javascript fixes
583  * Mozilla plugin for MacOS X is back (not yet distributed)
585 IE Plugin:
586  * Brand new Internet Explorer ActiveX plugin
588 Translations:
589  The following languages were added:
590  * Catalan
591  * Danish
592  * Turkish
595 Changes between 0.8.0 and 0.8.1:
596 --------------------------------
598 Core support:
599  * Include TLS/SSL API (on plattforms where libgnutls is available)
600  * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
602 Windows port:
603  * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
604  * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
605  * Fixed spurious taskbar item after switching to fullscreen
607 WinCE port:
608  * A few more updates (we still miss an interface and a fast video output).
610 Audio Output:
611  * Portaudio audio output plugin improvements
613 Video Output:
614  * Proper subpictures scaling using the aspect-ratio info when available
616 Demuxers:
617  * Fixed crash with ODML avi files
618  * Fixed autodetection of VCD/SVCD bin files
619  * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
621 Stream Output:
622  * Encoders:
623    * Fixed aspect ratio and interlaced support in ffmpeg encoder module
624  * Stream output:
625    * Support of playlist group announcement
628 Changes between 0.7.2 and 0.8.0:
629 --------------------------------
631 Core support:
632  * Major work on libvlc. Changed/renamed/added functions
633  * Complete switch to the new input core (better seeking, multi-input, ...)
634  * New plugins cache to speed up launch time
635  * New --play-and-stop feature which stops the playlist after each played item
636  * Daemon mode (to run vlc in the background)
637  * Major improvements to the subtitle/OSD subsystem
639 Input:
640  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X 
641     (Stream your desktop)
642  * Improved DVD support:
643     - uses libdvdnav for playing DVDs with menus support
644     - uses libdvdread for simple playback with menus (eg. for streaming)
645  * Experimental multi-input support ( use --input-slave to play with it )
646  * Automatic MTU discovery for UDP streams
647  * More powerful MRL syntax for DVD/VCD/CDDA access 
648     (selection of titles/chapters).
650 Demuxers:
651  * Support for iTunes Music Store previews
652  * Support for MJPEG webcams (i.e. AXIS cams)
653  * Added initial mp4 and mpeg-ts text track support
654  * Windows Media Server RTSP support
655  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
656  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
657  * Skins2 .vlt file loader (only when skins2 is the current interface)
658  * Improved Ogg demuxer
659  * Support for MPEG PS streams with MPEG 4 video.
660  * Support for so called AACPlus webstreams
662 Codecs:
663  * G.726 audio support
664  * 14496-17 MPEG TS text support
665  * MPEG-4 text support
666  * Vastly improved DVB subtitles decoder (ETS 300 743)
667  * Enabled color in DVB subtitles rendering
668  * VobSub supported both externally and in Matroska
670 Stream Output:
671  Encoders:
672   * Re-use audio/video/spu decoders in transcoder module. From now on,
673      everything that is playable by VLC should be transcodable as well
674   * Subtitles overlaying in transcoder
675   * Subpictures overlaying in transcoder (see video output)
676   * Frame rate selection in the transcoder
677   * DVB subtitles encoder
678   * MPEG 1 layer 2 audio encoder using libtoolame
679   * Improved vorbis/theora encoding
680  Muxers: 
681   * Text track muxing for mp4
682   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
683   * 14496-17 text track muxing for MPEG TS
684   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
685   * Teletext (0x56 descriptor) streaming support in MPEG TS.
686   * New WAV muxer (supports multi-channel audio)
687   * Improved ASF muxer
688  Misc:
689   * H.263 RTP streaming support
690   * SDP generation outputs more compliant SDPs and can create SDP files now
691   * Improved RTSP and VoD server (experimental)
693 Audio Output:
694  * New audio equalizer filter
695  * Very trivial volume normalizer
696  * True channel downmixing when playing 5:1 material on Stereo
697  * More gradual resampling which should improve the pitch changing effect
698  * New audio output plugin using portaudio v19
700 Video Output:
701  * Roku HD1000 Video output
702  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
703    with support for effects.
704  * Improved filter and subpictures support :
705         - New filters can be streamed.
706         - "Subpicture filters" to overlay subpictures on video 
707         - Centralized scaling and blending
708  * New filters : 
709         - "time", to display current time 
710         - "marq", to display a marquee
712 Interfaces:
713  * OSD sliders for volume and postition information
714  * OSD icons for Play and Pause
715  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
716  * A few skins2 improvements
717  * Added search, volume, loop and random functions to the ncurses interface
718  * Added a filesystem browser to the ncurses interface
719  * The remote control interface can now listen for commands on sockets
720  * Improved CORBA control module
722 Mac OS X port:
723  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
724  * Major speed improvements to the Quartz video output
725  * The Mac OS X interface is no longer required to display video
727 Linux port:
728  * New galaktos visualization plugin (MilkDrop-compatible)
729  * Experimental SVG rendering module
730  * Support for DVB CAM modules.
732 Windows port:
733  * DirectX Media Object decoder (allows playing some media types, like WMV3)
734  * DirectX Media Object audio and video encoder
735  * Fixed long standing win32 thread handles leak
736  * Fixed problem with CPU usage with subtitles rendering
737  * Wallpaper mode for the DirectX video output (only in overlay mode)
739 WinCE port:
740  * Massive update (we still miss an interface and a fast video output).
742 Mozilla plugin:
743  * Added a lot of Javascript accessible funtionality
744  * Volume, position, length, seek etc etc etc.
746 Misc:
747  * Server/client network synchronization module
748  * VBrick streams fully supported
749  * Cisco IP/TV streams supported
750  * VLM enhancements
753 Changes between 0.7.1 and 0.7.2:
754 --------------------------------
756 Core support:
757  * Bookmarks feature for easier seeking/access inside medias.
758  * Support for video output embedded in interfaces.
759  * Improved HTTP daemon.
760  * Saved playlists now remember VLC-specific options.
762 Codecs:
763  * New Continuous Media Markup Language (CMML) codec.
764    (http://www.annodex.net/overview.html)
765  * New H.261 video decoder using openmash.
766  * H264 encoder, demuxer and packetizer.
767  * Packetizer interfaces between demux and codec when needed
768    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
769  * Support for Theora alpha3 (both decoding and encoding).
771 Input:
772  * --start-time <sec> and --stop-time <sec> to start and stop playing a 
773    file at the specified amount of seconds. Only works with a few
774    fileformats (avi, mov, mkv, mp4 )
775  * Improved directory access module.
776  * New "file-cat" option to play truncated movies.
777  * Better handling of meta info (title, author, description, etc...).
778  * New options to pass meta info to the input.
779  * It is now possible to stream programs from a DVB-S/C/T stream
780    (satellite, cable, or digital terestrial television)
782 Demux:
783  * Annodex (http://www.annodex.net) support.
784  * mmsh streaming fixes.
785  * Fixed infinite loop in the AVI demux on broken/incomplete files.
787 Subtitles:
788  * Subviewer and subviewer v2 subtitles support.
789  * Ability to choose autodetected subtitles path.
790  * Subtitles delay can be changed in real time with hotkeys.
792 Stream output:
793  * Improved session announcement system.
794  * Minimize threads usage by default.
795  * Added faster than realtime stream output (limited by CPU) for file output.
796  * Improved MOV/MP4 muxer.
797  * Improved MPEG TS muxer.
798  * Improved transrater.
799  * Meta info options used by the muxers.
800  * New configuration system.
801  * Better audio channels downmixing when transcoding.
803 VideoLAN manager:
804  * New videolan (media) manager (vlm): a little manager designed to launch
805    and manage multiple streams from within one instance of VLC.
806  * Supports live streams and VoD.
807  * Supports scheduling.
808  * Telnet interface for vlm.
809  * HTTP interface for vlm.
811 Interfaces:
812  * Skins II (Windows and Linux only)
813     - Ability to embed video output.
814     - Support for bitmap fonts.
815     - Lots of improvements.
816  * wxWindows (default Windows and Linux interface)
817     - New design and set of icons.
818     - Ability to embed video output.
819     - Support for hotkeys.
820     - Support for bookmarks.
821  * Mac OS X
822     - Support for 'groups' and playlist item properties.
823     - Better hotkeys handling.
825 Mac OS X port:
826  * OpenGL video output is now the default when available.
827  * Added FAAC encoder (mp4a).
828  * Audio output fix to work with multiple streams on a HAL device.
829  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
831 Win32 port:
832  * DirectShow input plugin should work with more devices.
833  * Disable monitor power down when watching movies.
834  * Improved Windows installer.
836 Linux port:
837  * PowerPC fixes.
839 Misc:
840  * Improvements to the Goom visualisation plugin.
841  * Roku HD1000 audio output.
844 Changes between 0.7.1 and 0.7.1a:
845 ---------------------------------
847 Mac OS X:
848  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
849  * Playing MOD files is working now.
852 Changes between 0.7.0 and 0.7.1:
853 --------------------------------
855 Core support:
856  * Fixed a nasty bug that causes preferences not to be saved some times.
857  * IGMPv3 support for VLC under Windows XP and Linux.
859 Codecs:
860  * Brand new DTS Coherent Acoustics audio decoder based on libdts
861    (http://www.videolan.org/dtsdec.html)
862  * Fixed DTS S/PDIF output
863  * SVCD (Philips OGT) and CVD subtitles
865 Playlist:
866  * Internal improvments
867  * Improved import/export
869 Input:
870  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
871    container formars.
872  * New demux module that uses libavformat from ffmpeg. Adds support for many
873    small and strange formats.
874  * New PVA demux.
875  * New MOD audio demux.
876  * Support for DTS and A52/AC3 wav files.
877  * Support for DTS and A52/AC3 audio CD.
878  * New and experimental DVD input plugin with menus support (using libdvdnav).
879  * Added back DV audio support in raw DV demuxer.
881 Stream output:
882  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
883  * Fixed a nasty bug in the mpeg video packetizer.
884  * Improved transcoding (multithreading, more tuning, etc...).
886 Service discovery:
887  * Fixed sdp in SAP.
889 Mac OS X port:
890  * New opengl video output plugin.
892 Win32 port:
893  * A few improvements to the DirectShow input plugin.
894  * Fixed ipv6 name resolution.
897 Changes between 0.6.2 and 0.7.0:
898 --------------------------------
900 Core support:
901  * Brand new decoder/packetizer api.
902    Adds a lot more flexibility while also simplifying the decoder plugins.
903  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
904  * Video outputs are recycled if possible.
905    This removes any 'flicker' between two similiar video files.
906  * Fixed the video filters. Video should no longer go black when using filters.
907  * New input core. Advantages are: better seeking, more responsive, support for
908    subtitle files at the core, and much much more.
910 Playlist:
911  * Added a repeat mode to repeat a single file over and over.
912  * Playlist sorting 
914 Input:
915  * RTP/RTSP support.
916  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
917  * Support for Flac in Ogg files.
918  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
919  * Rewrite of the Flac demuxer.
920  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
921  * Reworked DVB tuning.
922  * Better Icecast support.
923  * New MPEG video elementary streams demuxer.
924  * New DTS audio elementary streams demuxer.
926 Codecs:
927  * Support for Theora video encoding.
928  * Support for Speex audio decoding/encoding.
929  * Rewrite of the Flac decoder + encoding support.
930  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
931  * Support for AAC + SBR and proper multi-channel re-ordering.
932  * MPEG 2.5 audio support.
933  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
935 Stream output:
936  * Improvements to the MPEG TS muxer.
937  * New transrating module for MPEG2 video.
938  * Added packetization for MPEG AAC ADTS streams.
939  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
940  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
941  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
942  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
943  * --sout-keep option to keep the stream open while changing input.
944  * Preliminary RTP support.
945  * Fixes to SAP announces.
947 Interface:
948  * Skins:
949     - Bugfixes
950     - misc improvements (eg, "stay on top" option).
951  * New standardized and customizable hotkeys.
952  * wxWindows
953     - Playlist improvements (Sort, Search, mode buttons).
954     - Improvements and help in preferences
955     - New streaming wizard
956     - Revised Disc Open menu
957  * HTTP
958     - Improvements of the standard pages
959     - Support for new commands
960  * OSD ( OS X and hotkeys only atm ).
962 Service discovery:
963  * Many fixes to the SAP module
964  * SAP now supports HTTP streams
966 Subtitles:
967  * Text subtitles now have a black outline.
968  * Text subtitles autodetection.
969  * Text subtitles charset autodetection.
970  * Text subtitles for all videofiles. Results may vary.
971  * Text subtitles in Hebrew are supported. Arabic partially.
972  * Automatic fontsize selection for text subtitles.
973  * Fixed SAMI text subtitles support.
974  * Support for subtitles in Matroska files.
975  * Support for subtitles in DVB streams.
977 Mac OS X port:
978  * New controller designed by Max Rudberg from www.maxthemes.com
979  * Save playlist.
980  * Works on 10.1.x again. Apologies for that problem.
981  * Support for Panther.
982  * Support for raw dumping of streams to disk.
983  * Mozilla plugin for Mac OS X (experimental).
985 Win32 port:
986  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
987  * VLC can be installed as a Windows NT service.
988  * Allow on the fly switching of the main interface.
989  * Support for 3F2R in audio output.
990  * New --one-instance option to "force" only one running instance of VLC.
991  * Mozilla plugin for Windows (experimental).
992  * Multimonitor support (untested).
993  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
995 Linux port:
996  * Improved Video4Linux input. Also added support for an audio only input.
997  * Support for real-time priority when running with root privileges.
998  * Allow on the fly switching of the main interface.
1000 iPaq port: 
1001  * Brand new Gtk 2 interface
1003 Miscellaneous:
1004  * Audio visual effects filters (spectrum, scope and random).
1005  * Audio visual effects filter using goom.
1006  * Spanish, Portuguese Brazilian and Hungarian translations.
1007  * libcaca video output (colored ascii)
1010 Changes between 0.6.1 and 0.6.2:
1011 --------------------------------
1013 Core support:
1014  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
1016 Stream output:
1017  * Transcoder now generates proper pts/dts thus should work a lot better.
1018  * Improved MPEG TS muxer.
1020 Access input:
1021  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
1022  * Few fixes to the VCD navigation.
1024 Interfaces:
1025  * Support for DVD menus navigation added to the wxWindows interface.
1027 UNIX ports:
1028  * ALSA multi-channel support fixed and tested.
1029  * Fixed fullscreen with gnome metacity.
1031 Win32 port:
1032  * Fixed VCD support which was broken on some machines.
1034 iPaq port:
1035  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
1037 Miscellaneous:
1038  * Text subtitles now centered on the picture.
1039  * Ffmpeg decoder now generates proper pts and can be used to play
1040    mpeg1/2 videos.
1043 Changes between 0.6.0 and 0.6.1:
1044 --------------------------------
1046 Core support:
1047  * There should be less bogus resampling, particularly on DVDs.
1048  * VLC will now wait for the medium to wake up before starting its clock
1049    after a pause.
1051 Stream output:
1052  * Added vorbis audio support in Ogg streaming.
1053  * Added vorbis audio transcoding support.
1054  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
1055 UNIX ports:
1056  * ALSA multi-channel support fixed and tested.
1057  * Fixed fullscreen with gnome metacity.
1059 Win32 port:
1060  * Fixed VCD support which was broken on some machines.
1062 iPaq port:
1063  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
1065 Miscellaneous:
1066  * Text subtitles now centered on the picture.
1067  * Ffmpeg decoder now generates proper pts and can be used to play
1068    mpeg1/2 videos.
1071 Changes between 0.6.0 and 0.6.1:
1072 --------------------------------
1074 Core support:
1075  * There should be less bogus resampling, particularly on DVDs.
1076  * VLC will now wait for the medium to wake up before starting its clock
1077    after a pause.
1079 Stream output:
1080  * Added vorbis audio support in Ogg streaming.
1081  * Added vorbis audio transcoding support.
1082  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
1083  * PS muxer can create mpeg1 files now and produce streams with system headers.
1084  * You can transcode a52 with more than two channels to mpga now.
1086 Win32 port:
1087  * Fixed DVD support which was partly broken due to a bug in libdvdcss
1088  * Fixed 5.1 audio support for the sblive/audigy soundcards.
1089  * Fixed sound on Windows NT.
1091 UNIX ports:
1092  * Fixed/improved ALSA support and enabled multi-channel audio output.
1093  * X11/Xvideo: Should now work on big endian machines, and you can now
1094    use the arrow keys to browse through the DVD menus.
1096 iPaq port:
1097  * Gtk+2 interface called PDA
1098  * Familiar Gtk+ is now deprecreated
1099  * Codec a52, Faad2 and flac added
1100  * Video4Linux enabled (demux and transcode)
1101  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
1103 Interfaces:
1104  * Small updates/fixes to the wxWindows interface.
1105  * Improved HTTP remote control interface. You can now create your own HTML pages.
1106  * A new CORBA control plugin.
1108 Input demux:
1109  * Improved support for the Matroska container format.
1111 Miscellaneous:
1112  * Improved build system.
1113  * New video filter plugin to overlay logos.
1114  * Added support for Winamp 3 B4S files.
1115  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
1116    Should also work with languages like russion for instance.
1119 Changes between 0.5.3 and 0.6.0:
1120 --------------------------------
1122 Core Support:
1123  * Channel Server support was removed (was deprecated)
1125 Input access:
1126  * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
1127  * Fixed large file support on Windows
1128  * Video 4 Linux support
1129  * CD Digital Audio support
1130  * Fixed IPv6 multicasting on Windows and OSX.
1132 Input demux:
1133  * Better detection of AAC and mp3 files
1134  * Support for OpenDML avi files
1135  * More complete .mp4/.mov support
1136  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
1138 Codecs:
1139  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
1140  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
1141  * OSX support for QDM2 and QDMC sound, often used in QT content.
1142  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
1143  * Updated our theora decoder to use the alpha 2 release of libtheora
1144  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
1145  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
1147 Interfaces:
1148  * The wxWindows interface is now fully useable as well as Unicode safe
1149  * New HTTP remote control interface
1151 Stream output:
1152  * 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.
1153  * The stream output now allows to transcode content on the fly.
1154  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
1155  * SAP/SDP announcing support. (both IPv4 and IPv6)
1157 Miscellaneous:
1158  * New reset option for the preferences
1159  * You can set your language in the prefences
1160  * New video chroma conversion module using ffmpeg
1161  * Added a Gentoo ebuild to the distribution
1162  * Added a new smaller subtitles font (now the default) + scripts to generate your own
1163  * SAP/SDP IPv6 support
1165 UNIX ports:
1166  * Basic support for the X11 Xinerama extension.
1167  * New skinable interface ported to X11.
1168  * Run opie-vlc and zaurus-vlc as GuiServer
1170 Mac OS X port:
1171  * When you add several items to the playlist, they are sorted alphabetically.
1172  * New about panel and revamped preferences panel.
1173  * Fixed the deinterlace menu.
1174  * Float on top, Fit to Screen and a Transparency option for video out.
1175  * New output dialog for transcode and display while stream capabilities.
1176  * New icons by Davor Orel.
1177  * New audio resampler. Should make VLC much faster.
1178  * Fixed disappearing and crackling sound (PTS is out of range bug)
1179  * We no longer automatically save the preferences when you quit the application
1180  * Arrow keys are now use to browse the menus in a DVD
1182 Win32 port:
1183  * the wxWindows interface is now the default interface
1184  * The keyboard shortcuts are now identical to the linux version
1185  * Fixed the "no sound" problem on NT4
1186  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
1187  * Added support for compressed skins files (.vlt files)
1188  * Fixed SVCD chapters support.
1189  * Fixed memory leak with 5.1 audio.
1191 BeOS port:
1192  * Interface localization
1193  * Screensaver disabled if playing in fullscreen
1194  * A few new keyboard shortcuts
1195  * New full-featured Preferences window
1198 Changes between 0.5.2 and 0.5.3:
1199 --------------------------------
1201 Core Support:
1202  * fixed DTS S/PDIF output on little-endian machines
1203  * support for skins at the interface level
1204  * new OSD module using Freetype2
1205  * video outputs are now destroyed when the associated input ends
1206  * the video output takes into account the caching delay introduced at the
1207    input level before dropping out of date frames.
1208  * configuration option to disable the translation of the interface
1210 Input access:
1211  * fixed HTTP redirects
1212  * support for opening an entire directory
1213  * EOF should be detected more reliably
1214  * new video4linux access plug-in
1215  * new kfir access plug-in designed to work around a bug in the kfir driver
1217 Input demux:
1218  * added stream type for some Motorola MPEG-2 video encoders
1219  * fix for some ogg web radio streams
1220  * fixed reading TS streams over HTTP
1222 Codecs:
1223  * support for 3ivx D4 (not previous versions)
1224  * support for '3ivd' and '3vid' encodings
1225  * support for 'MSS1' codec ( same as WMV2 )
1226  * support for SAMI subtitles (untested and incomplete)
1227  * better SSA4 subtitles recognition
1228  * new codec for raw I420 video
1229  * improvements to the libmpeg2-based MPEG video decoder
1231 Interfaces:
1232  * improvements to wxWindows based interface
1233    (although it still misses some important features)
1234  * skeleton for a Gnome2/GTK2 plug-in
1236 Stream output:
1237  * new HTTP output support
1238  * fixed a segfault in the AVI muxer
1239  * fixed AV synchronization issues
1241 Miscellaneous:
1242  * support for oldstyle id3 genres
1244 UNIX ports:
1245  * the SDL vout plug-in will now work on big-endian machines
1247 Mac OS X port:
1248  * reorderable playlist
1249  * fixed the hiding of the mouse on multiple monitors
1250  * fixed a big issue with some USB speakers
1251  * support for mono audio output devices
1252  * reset the audio-device to its default mode before quitting VLC
1253  * fixed several cosmetic issues
1254  * you can drag the controller window by its background (as it should be)
1255  * the messages window remembers more lines
1256  * delay and fps can now be overruled with subtitles files
1257  * http and ogg stream output options
1258  * Apple menu and friends will now be translated as well
1260 Win32 port:
1261  * new skinnable interface
1262  * the directx video output doesn't crash anymore on ctrl+alt+del events.
1264 iPAQ familiar Linux port:
1265  * support for FLAC audio format
1266  * the interface adapts to the screen size/rotation
1267  * playlist
1268  * network tab in the interface
1269  * "apply" handling in preferences
1272 Changes between 0.5.1a and 0.5.2:
1273 ---------------------------------
1275 Core support:
1276  * advanced config options are now hidden by default
1277  * new --spdif option to use the S/PDIF audio output by default
1278  * fixed a 'clicking' sound when switching between streams
1279  * new bandlimited resampler that should improve audio quality on primarily
1280    Mac OS X
1281  * fixed a problem with audio over http that caused some web radios to not work
1282  * DTS S/PDIF support
1284 Codecs:
1285  * support for DV audio through the ffmpeg library
1286  * support for FLAC audio through libflac
1287  * new but basic MPEG video decoder based on libmpeg2
1288  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
1290 Stream output:
1291  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
1292  * new --ttl option for Time To Live
1294 DVD support:
1295  * fixed quite a few problems with the dvd menu support
1297 UNIX ports:
1298  * fixed the GNU-pth support
1300 Win32 port:
1301  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
1302    plugins
1303  * localization support via gettext is now fully working
1304  * rc interface is now fully useable
1305  * fixed the MSVC project files generation
1307 Mac OS X port:
1308  * several fixes for multi channel audio devices. AC3 over SPDIF with
1309    M-Audio Sonica Theater still does not work. this is most likely a driver
1310    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
1311    iMate and MOTU firewire devices should work)
1312  * VLC now uses the default audio device
1313  * new info panel
1314  * very preliminary support for VLC control via applescript
1315  * support for mouse gestures
1316  * new priority scheme allowing to avoid lock-ups on low-end machines
1318 Linupy port:
1319  * there is a whole new port for the linupy distribution used by o.a. the
1320    YOPY PDA. It is still experimental, please test it
1322 Miscellaneous:
1323  * improved ID3 tag detection
1324  * changed several errors into warnings ; the frequently reported "this is
1325    not a PS stream, continuing" is one of these
1326  * mouse gestures work on windows and osx, but there still isn't any useful
1327    gestures
1328  * some support for .pls playlists used by shoutcast
1331 Changes between 0.5.1 and 0.5.1a:
1332 ---------------------------------
1334 Mac OS X port:
1335  * fixed a problem that caused VLC to select the wrong language when
1336    English was set as the preferred language
1339 Changes between 0.5.0 and 0.5.1:
1340 --------------------------------
1342 Core support:
1343  * new mouse gesture interface
1344  * audio volume can now be changed at any time, even when no file is
1345    playing
1347 Input access:
1348  * various minor fixes on the network inputs
1349  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
1350  * VCD: fixed track number and chapter indexing
1352 Input demux:
1353  * fixed a bad initialization in the mp4 plug-in
1354  * new --buggy-psi option for TS streams which do not update their
1355    continuity counter
1357 Codecs:
1358  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
1360 DVD support:
1361  * fixed a bug which turned the default interface command-line only
1362    without the user consent
1364 UNIX ports:
1365  * GTK: fixed a crash when going fullscreen or changing volume from the
1366    popup menu
1367  * X11: new screen saver disabling plug-in (--extraintf screensaver)
1368  * KDE: fixed compilation with KDE 3.1
1369  * ALSA: fixed mono files output
1371 Mac OS X port:
1372  * fixed a crash on start-up on some localized systems
1373  * lowered real-time priorities to avoid lock-ups on slow machines
1374  * VLC can now be made the handler of ftp http mms and udp URLs
1375  * playlist enhancements
1376  * added half, normal and double video window menu items
1377  * new step forward/step backward commands
1378  * the dock should no longer be visible in fullscreen mode
1379  * the Mac OS X binary is now compiled with Ogg/Theora support
1380  * vlc.app is now VLC.app
1382 Win32 port:
1383  * fixed the "RichEdit line insertion error" bug
1384  * VLC can now be run from outside its installation directory
1385  * fixed a bug that prevented to find the default subtitle font
1387 BeOS port:
1388  * smarter BeOS priorities to avoid lock-ups
1389  * few enhancements in the interface (especially the Settings window)
1391 Opie port:
1392  * native video output is working again
1393  * only commandline interface support
1394  * support for MPEG4, DivX through ffmpeg package
1397 Changes between 0.4.6 and 0.5.0:
1398 --------------------------------
1400 Core structure:
1401   * object structure which allows for full re-entrancy, known as libvlc
1402   * new audio output architecture based on filter pipelines, providing
1403     S/PDIF and multi-channel support
1404   * localization support via gettext on most architectures
1405   * new stream output architecture, allowing to use VLC to unicast,
1406     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
1407     and A/52 streams are supported)
1408   * build system now uses autoconf/automake/autopoint
1410 Input access:
1411   * mms:// support
1412   * ftp:// support
1413   * stability fixes in the HTTP access
1414   * auto-detection of RTP encapsulation
1415   * VCD entry points support
1416   * VCD image file support
1418 Input demux:
1419   * support for *.asf format
1420   * improved support for *.avi, especially over an HTTP connection
1421   * support for *.mp4 and *.mov format
1422   * support for ogg encapsulation
1423   * support for raw DV format
1424   * support for *.wav format
1425   * new demuxdump demux allowing to save a stream to a file
1426   * raw AAC support
1428 Stream discovery & playlists:
1429   * support for the SAP/SDP and SLP protocols
1430   * support for .m3u file format
1431   * support for .asx file format
1432   * hack to find the streaming sources in html-pages with embedded wmp
1434 Codecs:
1435   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
1436     (only available with the .avi demux)
1437   * support for ADPCM audio codec
1438   * support for raw PCM data
1439   * support for Cinepak video codec
1440   * support for DV video codec via libdv or ffmpeg
1441   * support for AAC audio codec via libfaad2
1442   * support for Xvid codec
1443   * support for Xiph.org's Vorbis audio codec
1444   * support for Xiph.org's Tremor audio codec (when compiling from sources)
1445   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
1446     from sources)
1447   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
1448     H263i, MJPEG A/B
1449   * fixed an endianness bug in LPCM codec
1451 DVD support:
1452   * experimental preliminary support for DVD menus via libdvdplay
1454 Miscellaneous:
1455   * new WxWindows interface
1456   * all interfaces allow to dynamically change the volume, the audio
1457     device and the channels configuration
1458   * headphone channel mixer with virtual spatialization effect
1459   * Mozilla plugin based on libvlc for embedded playback in webpages of any
1460     format that VLC can play
1461   * new swedish translation
1462   * enhancements of the playlist window
1463   * new messages window to see debug info
1464   * fixed a few crashes
1466 iPaq port:
1467   * slider bar in GTK+/GPE Familiar interface
1468   * fixed crash on directory change in Familiar interface
1469   * added qte_main module for use in all modules that need Opie or Qte support
1470   * native video output module for Qt Embedded/Opie is not working