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