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