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