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