]> git.sesse.net Git - vlc/blob - NEWS
92c5b5dbdf7fe123362ff9323abf43bd759e58b0
[vlc] / NEWS
1 Changes between 1.0.5 and 1.1.0-git:
2 ------------------------------------
3 Important changes for users:
4
5 Important changes for packagers:
6  * The module cache has moved to ${libdir}/vlc/. The module cache can now be
7    generated at install time except if you use staged installation. In the 
8    later case, you can generate the module cache in your post-inst script
9    by invoking 'vlc-cache-gen'. If the module cache is not present and vlc
10    can't write in ${libdir}/vlc/, it will result it vlc taking a long time to
11    launch each time.
12
13 Access:
14  * Port of the screen module from Xlib to XCB
15  * Support for the sftp protocol
16  * Support for CDDB servers for Audio-CD on the Windows port
17  * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
18  * New memory input (imem) module to feed VLC from data in memory
19  * New avio module to use libavformat capabilities for network streams
20
21 Decoders:
22  * HD dvb subtitles - Display Definition Segment support
23  * PGS subtitles for Blu-Ray
24  * Invmem module improvements
25  * Support for Atrac1 codec
26  * Support for SSE3 and SSE4 capabilities
27  * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
28  * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
29  * Multiple improvements for subtitles styles .SRT and .SSA
30  * Audio/Video decoder using OpenMAX IL components
31
32 Demuxers:
33  * Support for ADPCM in .flv streams
34  * EXPERIMENTAL support for .aob files from DVD-Audio (MLP and LPCM)
35    (Full disc support is NOT present yet)
36  * Support for TwinVQ (.vqf) and AMV (.amv) files
37  * Various EGP improvements
38  * Support for embedded subtitles in OpenDML and legacy .avi files
39
40 Playlist:
41  * WPL playlist support
42  * ZPL playlist support
43  * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios
44  * New Play-And-Pause function to stop playback on latest video image
45  * Podcast images are now displayed
46
47 Video Output:
48  * Rewrite of the video output core and most video outputs
49  * Added desktop mode to the Direct3D output module. It differs from DirectX
50    desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
51  * New x11, glx and xv modules based on XCB
52  * New deinterlacing modes based on yadif and yadif(x2)
53  * New audio/video filter to show audio level on the video output
54  * Enhanced AtmoLight filter with hardware support for
55      Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
56      Quattro AtmoLight (use just 4 Classic AtmoLights as one)
57      MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
58      Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
59
60 Extensions:
61  * new content extensions lua framework
62  * IMDb extension
63
64 Audio filters:
65  * Chorus/Flanger audio filter
66  * 3F1R to stereo down-mix filter
67  * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited 
68    resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF 
69    and A/52 to SPDIF filters have been upgraded to the "audio filter2" API
70  * NEON assembly audio converter module
71  * Converter filters have been rewritten and extended to support s32 as input
72
73 Visualization:
74  * Support of .milk visualization files using projectM libraries
75
76 Service discovery:
77  * Service discovery for Picture/Music/Video user directories
78  * Service discovery based on libudev
79
80 Encoders:
81  * x264, add psy-rd parameter and change default settings
82  * x264, add profile-limitter same way as x264.exe has, for example
83     #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
84  * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
85    uses ABR and if qp-value is set uses CQP
86  * libx264-version 0.76 or higher is required
87
88 Stream output:
89  * New smem module, streaming to memory
90  * Allow duplicate outputs to be merged, like:
91    --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
92
93 Interfaces:
94  * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
95    and oldhttp.
96  * rc, telnet and http are now implemented using the lua interface system.
97
98 Mac OS X Port:
99  * Vastly improved VLCKit framework
100  * A new dialog provider for libvlc-internal interaction without full interface
101  * Improved update detection and installation by using the Sparkle framework
102    by Andy Matuschak et al.
103  * New CoreText based text renderer replacing the former ATSUI renderer
104  * New Video output module (mostly targetting VLCKit)
105
106 Windows port:
107  * Integration in Windows 7 taskbar
108  * Playback of .Midi files is supported through fluidsynth's module
109
110 Maemo port:
111  * Multiple improvements for N900 compliance and efficiency
112  * Support for HW accelerated video decoding on N900
113  * Improvements to the maemo interface
114
115 Misc:
116  * new sqlite module
117  * --save-config command line option not supported anymore.
118  * Fixed and reenabled netsync module.
119
120 Bindings:
121  * new C++ wrapper around libVLC: libVLCpp
122
123 Removed modules:
124  * csri codec. Use the libass module instead.
125  * galaktos. Use the new projectM module instead.
126  * showintf. Useless in Qt and on Mac OS X
127  * transrate
128  * Xlib x11, Xlib xvideo, Xlib glx. Use the new XCB modules instead.
129  * HAL. Use libudev instead.
130  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
131  * WinCE, BeOS and qnx interfaces
132  * opie, qte and qte_main
133  * linear_resampler and trivial_resampler are removed. Use the ugly one.
134  * XvMC accelerated modules. Use VAAPI instead.
135  * MGA (Matroska) for Linux. Use Linux Framebuffer (or X) instead.
136  * opengllayer. Use macosx_video instead.
137  * cddax. Use cdda instead.
138  * cmml and tarkin codecs are removed because they are dead codecs.
139  * realaudio codecs are removed in favor of libavcodec
140  * access_file removed in favor of filesystem
141
142
143 Changes between 1.0.4 and 1.0.5:
144 --------------------------------
145
146 Decoders:
147  * SubRip extra styles improvements
148  * Fix potential crashes in SSA and svg decoders
149
150 Mac OS X Interface:
151  * Improved support for the 2009 Apple Remote
152
153 Windows port:
154  * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
155    increase performance and fix x264 issues
156
157 Translations:
158  * Portuguese Brazilian, Lithuanian, Romanian, Ukrainian, Japanese, Bengali,
159    Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
160    Russian, Slovak translation updates
161  * New Malayalam, Macedoninan, Nynorsk translations
162
163
164 Changes between 1.0.3 and 1.0.4:
165 --------------------------------
166
167 Audio outputs:
168  * Fix deadlocks in the audio output core
169  * Make PulseAudio the default output if available
170
171 Video outputs:
172  * Fix fullscreen mode with KDE 4.3.3 and other window managers
173  * Fix incompatibility with cairo-dock and compositing
174
175 Input:
176  * Fix DVB scanning regression from VLC 1.0.3
177  * Support for XZ-compressed byte stream (LZMA algorithm)
178
179 Playlist:
180  * Support for .m3u8 playlist files (UTF-8 M3U)
181
182 Unix:
183  * Support for xcb-keysyms version 0.3.4 or higher
184  * Fix globalhotkeys on FreeBSD
185
186 Qt4 interface:
187  * Fix opening V4L version 1 devices
188  * Fix default destination ports in the streaming wizard
189
190 Translations:
191   * New Walloon translation
192   * Swedish, Ukrainian and French translation updates
193
194
195 Changes between 1.0.2 and 1.0.3:
196 --------------------------------
197
198 Video outputs:
199  * Fix video quality when resizing the video on Windows Vista and 7, due to
200    regressions in most popular drivers
201  * New deinterlacers modules based on yadif and yadif(x2) algorithms
202
203 Decoders:
204  * Windows version supports now natively the WMA Professional codec, as it
205    didn't work in the packaged version of 1.0.2
206  * Fix downmixing of particual 4.0 AC-3 audio tracks
207
208 Encoders:
209  * x264 has profile-limitter, like:
210     #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
211
212 Input:
213  * Update for appletrailers lua script
214  * Fixes on the RAR stream filter
215  * Fix for E-AC3 in ATSC/TS streams
216  * Various fixes for v4l and v4l2
217  * Fix a crash in mjpeg demuxer
218
219 Service discovery:
220  * New udev module for linux
221
222 Qt4 interface:
223  * Fixes on the playlist and the stream output panels
224
225 Translations:
226  * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
227
228
229 Changes between 1.0.1 and 1.0.2:
230 --------------------------------
231
232 Decoders:
233  * Native support for WMA Professional, without the use of the Win32 dlls
234  * Fix issues in subtitles, especially SSA ones
235  * Various fixes on theora and ogg
236
237 Demuxers:
238  * Various fixes for EPG support in MPEG-TS demuxer
239  * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
240
241 Access:
242  * Fixes for v4l2 devices
243  * Fixes for dvb-c channels-scanning
244
245 Qt Interface:
246  * Fix some playlist sorting issues
247
248 Mac OS X Interface:
249  * Fixed a crash when updating VLC
250  * Fixed a crash related to QTKit when opening video files (10.6 only)
251  * Added the ability to play 2nd media in sync to the primary item (input-slave)
252  * Added the "Quit after Playback" feature
253
254 Mac OS X Port:
255  * The "Delete Preferences" script is now delivered as a Universal Binary
256    with native code for PowerPC, Intel and Intel 64bit
257  * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
258    - no support for Goom and SDL
259    - limited text rendering support
260    - This port is still considered as EXPERIMENTAL despite its binary release.
261
262 Encoders:
263  * MPEG2 transrate stream output removed
264  * x264 default-values closer to x264.exe defaults.
265  * x264 rc-behaviour fixes:
266    - if user defines qp-value, CQP-mode is used
267    - otherwise if user defines vb=0, CRF-mode is used
268    - otherwise ABR-mode is used
269  * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
270    - ABR mode set vbv-max-bitrate=bitrate
271    - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
272
273
274 Playlist:
275  * Lua scripts for Mpora and Vimeo playback
276
277 Unix builds:
278  * Various fixes to enable 1.0 to build on Solaris and OpenBSD
279
280 Translations:
281  * New Kazakh and Croatian translations
282  * Lithunanian translation is available on Windows
283  * Galician, Korean, Nepali, Vietnamese, Ukrainian, Portuguese Brazilian,
284    Arabic and French translation updates
285
286
287 Changes between 1.0.0 and 1.0.1:
288 --------------------------------
289
290 Demuxers:
291  * Fix wmv/asf issues that caused audio to drop
292  * Various fixes for ac3, mp3, dts and stability for wav format
293  * Fix seek in RTSP in conformity to RFC 2326
294  * Fix Dailymotion access script
295  * Fix crashes in xspf files handler
296  * Fix seeking and timing issues in some flv files on Windows version
297
298 Access:
299  * Add extra caching for files on network shares
300  * Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ, DZCORE Labs, Algeria
301
302 Decoders:
303  * Fix seeking in mpeg2 video files
304  * Improve SSA subtitles rendering
305  * Update most codecs for the Windows and Mac version
306
307 Muxers:
308  * Fix sound recording of .flv files with mp3 audio
309
310 Qt Interface:
311  * Possibility to change the opacity level of the Fullscreen controller
312  * Fix various crashes and VIDEO_TS folders opening
313
314 Mac OS X Interface:
315  * Added options to disable support for Apple Remote and Media Keys
316  * Fixed options for Volume, Last.fm password and Subtitle Encoding
317  * Fixed redraw issues when autosizing the video window
318  * Preferences panel now includes help through tool-tips
319  * More reliable Information and Messages panels
320  * Fix various crashes
321
322 Windows port:
323  * The ZVBI module is now available for Windows, for complete teletext support
324
325 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk, Lithuanian
326
327
328 Changes between 0.9.10 and 1.0.0:
329 ---------------------------------
330
331 Important notes:
332 ----------------
333  * Alsa and OSS audio capture has been removed from the v4l and v4l2 accesses.
334    See 'Access:' for more info.
335  * Support for Mac OS X 10.4.x was dropped due to its technical limitations
336
337 Playback:
338  * Instantaneous pausing
339  * Frame-by-Frame playback
340  * Finer speed control
341  * On-the-fly recording for all medias
342  * Timeshift for most medias
343  * RTSP trickplay support
344  * Subtitles core improvements and fixes
345
346 Decoders:
347  * New AES3 (SMPTE 302M) decoder
348  * New Dolby Digital Plus - E-AC-3 (A/52b) decoder
349  * New True HD/MLP decoder and parser
350  * New Blu-Ray Linear PCM decoder
351  * New QCELP (Qualcomm PureVoice) decoder
352  * Improved Real Video 3.0 & 4.0 decoder
353  * New WMA v1/2 fixed point integer decoder
354  * Closed Captions using the SCTE-20 standard are now correctly decoded
355  * Improvement of WavPack decoder to support all integer modes and float mode
356  * Corrections on 5.1 and 7.1 channel decoding and ordering
357
358 Demuxers:
359  * Support for Dirac, MLP and RealVideo in Matroska files
360  * Major improvements in RealMedia files opening (.rm and .rmvb)
361  * Improvements of the TS demuxer for M2TS files from Blu-Ray and AVCHD
362  * Metadata for mod files are supported
363  * GSM codecs in Wav files are supported
364  * New raw audio demuxer supporting raw PCM streams
365  * New Dirac demuxer for raw Dirac streams
366
367 Encoders:
368  * Dirac encoding using libdirac (supported in Ogg and in TS)
369  * Shine mp3 fixed-point encoder
370
371 Access:
372  * RTSP authentication with Darwin Streaming Server
373  * On-the-fly gzip and bzip2 file decompression (except on Windows)
374  * Playback for video in uncompressed multi-RAR archives
375  * DVB-S and ATSC cards support on Windows
376  * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
377    OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
378  * DVB scanning on linux
379  * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
380  * On-the-fly zip file decompression and browsing (MRL of the form
381    zip://file.zip!/file.avi to specify the file - the development form of
382    zip://file.zip|file.avi is not supported anymore)
383  * Opening of any file descriptor using 'fd://'
384  * MTP device access on Unix
385  * CD-Text support on the cdda module (CD-Audio)
386  * :start-time and :stop-time can handle sub-second values
387
388 Inputs:
389  * Mouse cursor support in x11 and win32 screen modules
390  * Screen module now features partial screen capture and mouse following on
391    Windows and Mac OS X.
392
393 Playlist:
394  * Export the playlist in HTML
395  * Lua script for BBC radio playback
396  * Better metadata handling and reading
397
398 Linux/Windows interface:
399  * Global Hotkeys on Windows and Linux
400  * Various fixes for skins2 interface
401  * Recently played items list
402  * Interface toolbar customizations
403  * Various Improvements on the Qt interface:
404     - More menus actions
405     - Finer speed slider
406     - Improvements on many dialogs
407     - New dialog for plugins listing
408     - Fixed-size mode for videos
409     - Better Teletext, trickplay and encrypted streams control
410  * Better integration in GTK environments
411
412 Mac OS X Interface:
413  * Controllable by the Media Keys on modern Apple keyboards (brushed Aluminium)
414  * Reveal-in-Finder functionality for locally stored items.
415  * Easy addition of subtitles through the Video menu
416  * Additional usability improvements
417
418 Stream output:
419  * Restored the old mpeg2 transrating module.
420  * Multiple bridge-in instances are now possible.
421  * bridge-in can be used to configure a placeholder stream.
422  * Remote Audio Output Protocol (AirTunes) module.
423  * Fixed mosaic memleak. Mosaics are now usable again.
424
425 Maemo Port:
426  * New Maemo port with:
427    - an interface based on Hildon framework.
428    - scaler based on the swscale_nokia770 library.
429
430 Windows CE Port:
431  EXPERIMENTAL work for the winCE port has been done.
432
433 Mac OS X Port:
434  * EXPERIMENTAL 64bit support
435  * Speed improvements by using llvm-gcc
436  * New document icons by Dominic Spitaler
437  * Support for latest iSight models
438
439 Audio output:
440  * Removed obsolete Esound and aRts plugins
441  * Surround support for PulseAudio
442
443 Video output:
444  * Effects (cube, torus, etc.) removed from OpenGL video output
445  * Video is able to stay in original size and to zoom in fullscreen
446    (hotkey 'o') while keeping black borders
447  * Image video output has been rewritten into a video-filter named 'scene'.
448    The old image video output has been removed.
449  * Support for scaling and converting video chromas with FFMPEG imgresample was
450    withdrawn due to bugs. Please use the newer FFMPEG swscale instead.
451
452 Miscellaneous:
453  * Invmem, a fake codec to display images from external applications
454
455 New Localization:
456  * Khmer
457  * Mongolian
458  * Sorani
459
460
461 Changes between 0.9.9a and 0.9.10:
462 --------------------------------------
463
464 HTTP Interface:
465  * Fixed default ACL
466
467 Mac OS X:
468  * Fixed crashes on multi-screen setups
469  * Corrected volume and subtitle encoding options in the Preferences
470  * Improved Information panel behavior, when playlist is not displayed
471  * Fixed QTCapture input support for the latest iSight models
472  * Added a menu-item to unlock the video window's aspect ratio
473  * Fixed redraw issues when autosizing the video window
474  * Updated libpng, libgpg-error, libgcrypt, fribidi
475
476 Various fixes to the following modules:
477  * access:
478    - HTTP, SMB
479    - updated and additional access scripts (BBC radio, dailymotion, ...)
480    - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
481      DZCORE Labs, Algeria
482  * stream out:
483    - RTP, RTSP VoD, Mosaic Bridge
484  * decoder:
485    - TSCC
486
487
488 Changes between 0.9.9 and 0.9.9a:
489 ---------------------------------
490
491 Mac OS X:
492  * Updated multiple 3rd party libraries to keep in sync with the Win32 port
493  * Playback fixes for PowerPC-based Macs
494
495
496 Changes between 0.9.8a and 0.9.9:
497 ---------------------------------
498
499 Decoders:
500  * Experimental new decoder for Real Video 3.0 & 4.0
501
502 Demuxers:
503  * Various fixes related to real demuxer
504
505 Mac OS X Interface:
506  * Fixed circumstances, which could lead to an empty Information panel
507    - Note that VLC will show information on the currently _selected_ item 
508      instead of the currently _playing_ item, if the playlist is visible in the
509      main controller window.
510  * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
511
512 Mac OS X Port:
513  * Improved video playback performance on Intel-based Macs
514
515 New Localizations:
516  * Indonesian
517  * Bengali
518  * Updates of other localizations
519
520 Various bugfixes:
521  * Support for receiving RTP packets on odd port numbers.
522  * Lots of small bugfixes.
523  * Correct Fullscreen behaviour on Multi-Screen setups on Windows
524  * Telnet fixes on Windows
525  * Resampling fixes when transcoding
526
527
528 Changes between 0.9.6 and 0.9.8a:
529 ---------------------------------
530
531 Security update:
532  * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
533
534 Bunch of small bugfixes.
535
536
537 Changes between 0.9.5 and 0.9.6:
538 --------------------------------
539 New Localizations:
540  * Ukranian
541
542 Security updates:
543  * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-5032)
544  * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-5036)
545
546
547 Changes between 0.9.4 and 0.9.5:
548 --------------------------------
549 Security updates:
550  * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
551  * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
552
553 Features:
554  * Closed Caption EIA 608/708 parsing enabled for libmpeg2
555
556 Various bugfixes:
557  * Fixed various potential crashes and memleaks
558  * Fixed issues with reading from files (especially non-local)
559
560 Windows port:
561  * Fix bug where interface was "eating" some media keys
562  * Fix some crashes in DirectShow access
563
564 Qt Interface:
565  * Fix bug when the resetting of preferences didn't reset the dialog states
566  * Right-click menu to select playlist columns reenabled
567  * Various fixed in playlist
568
569 Access:
570  * MMAP module is now deactivated by default
571
572 Translations:
573  * Update of Brazillian, Swedish translation
574
575
576 Changes between 0.9.3 and 0.9.4:
577 ------------------------------------
578 Various bugfixes:
579  * Crashes fixed in ogg, vobsub, dvdread
580  * Fixes several memory leaks.
581
582 Mac OS X port:
583  * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
584  * Fixed a crash with deletion of old preferences.
585  * Fixed targetname for downloaded updates
586
587 Windows port:
588  * Stability fix for the video output.
589
590
591 Changes between 0.9.2 and 0.9.3:
592 --------------------------------
593
594 Various bugfixes:
595  * Fixed DTS channel order on 5.1 systems
596  * Fixed pausing behavior for subtitles and for Audio-CD
597  * Multiple subtitles and podcast fixes
598  * Various crashes fixed in PS, SSA, mkv, xspf, freetype
599  * Fixed update system bugs
600  * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
601
602 Mac OS X port:
603  * Fixed ffmpeg slowness on PowerPC-based Macs
604  * Fixed crash on startup when installed on old preferences
605  * Fixed bug in directory opening on Mac OS X
606  * Fixed font selection in the Simple Preferences
607  * Thicker border to the subtitle renderer
608  * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
609  * Fixed AC3 passthrough on Mac OS X
610  * Fixed behavior of the Volume Normalizer settings on Mac OS X
611  * Removed the deprecated QuickDraw video output module to avoid crashes on
612    modern Mac OS X versions
613
614 Windows port:
615  * Fixed sensitivity of Fullscreen Controller
616  * Fixed error messages on startup when VLC wasn't correctly uninstalled
617    before installation
618  * Fix showing of controller when returning from fullscreen playback
619  * Multiple directory and path location fixes.
620
621 Qt4 interface:
622  * Added Faster/Slower icons to the controller panel
623  * Fixed lost playlist columns when switching the playlist view
624  * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
625  * Fullscreen controller: added time label, remembering of last position
626  * Fixed drag'n drop behaviour on the playlist
627  * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
628
629
630 Changes between 0.9.1 and 0.9.2:
631 --------------------------------
632
633  * Restored the old behavior of --sout-keep. It is now de-activated by default.
634  * Skins2 interface repaired on Windows.
635  * Multiple bugfixes.
636
637
638 Changes between 0.9.1 and 0.9.0:
639 --------------------------------
640
641  * Multiple bug fixes.
642
643
644 Changes between 0.8.6i and 0.9.0:
645 ---------------------------------
646
647 Important notes:
648 ----------------
649  * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
650    recent to work correctly
651  * The HTTP interface is now only available on the local machine by default.
652    If you want to make it available from other machines, you will have to
653    edit the ".hosts" file.
654    - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
655      If you're using the old http interface, it's located in
656      /usr/share/vlc/http/old/.hosts
657    - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
658      C:\Program Files\VideoLAN\VLC\http\old\.hosts
659    - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
660      and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
661  * This version of VLC contains a new interface for Windows and Linux.
662    This interface has a fullscreen controller and simplified preferences.
663    This interface lacks the "Streaming Wizard" that used to be present in VLC
664    0.8.6, but provides basic profiles.
665  * The behavior of --sout-keep was changed. It's now activated by default.
666  * The marq, mosaic and logo commands in the rc interface changed. They
667    now require a target name as their first argument. Example:
668    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
669    You can then use commands like: @test marq-marquee Goodbye
670    If you didn't name the object using @test, its name will default to the
671    plugin name (hence 'marq') in this example.
672    These new commands are also available in the telnet interface.
673  * The "rtp" access output module has been removed.
674    Please use the RTP stream output instead, e.g.:
675      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
676      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
677  * You now need to append --m3u-extvlcopt to your command line to enable
678    EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
679    of options is available to m3u playlists (CVE-2007-6683).
680  * The old access:url syntax is no longer supported to resolve ambiguities
681    with some file names. Use access://url instead.
682     E.g.:  vlc:quit -> vlc://quit ;
683            udp:@239.255.12.12 -> udp://@239.255.12.12
684  * The ffmpeg module has been removed and replaced by the new avcodec,
685    avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
686    and postproc modules.
687  * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
688    following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
689    STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
690    BACKWARD being reserved for future implementations and are thus not
691    functional atm.
692  * Croping and padding in transcode are now done using the croppadd video
693    filter. For example:
694    transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
695  * Canvas setting in transcode is now done using the canvas video filter.
696    For example:
697    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
698  * Glide video output module has been removed.
699
700 Changes:
701 --------
702
703 Security updates:
704  * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
705    CVE-2008-1807)
706  * TTA Parser improvements (CVE-2008-3732)
707  * MMS Access Module improvements (CVE-2008-3794 )
708
709 Playlist:
710  * Vastly improved playlist support:
711     * Media library creation to save all your playlist items
712     * "Live search"
713     * Shoutcast TV listings
714     * Audioscrobbler/Last.FM support
715  * Album art support
716  * User definable Lua playlist scripts. See share/lua/playlist/README.txt
717    (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
718    lots of other URLs)
719  * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
720
721 Inputs:
722  * Video for Linux 2 (V4L2) input support
723  * UDP-Lite transport for RTP/AVP
724  * DCCP transport for RTP/AVP
725  * Proxy support for MMSH stream
726  * JACK audio input support
727  * Input run time option (improved live stream recording)
728  * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
729  * Re-written Screen access module for Mac OS X 
730    using OpenGL instead of QuickDraw
731  * Screen module now supports partial screen capture and mouse following on X11.
732  * Experimental EyeTV access module
733    This requires the user to install a plugin to EyeTV.app
734    (available as a separate download).
735  * Simple RTP input (with MPEG A/V, G.711 and PCM support).
736  * RTMP input support
737  * QTKit-based Input module for Mac OS X allowing display and streaming of video
738    taken from all iSight-labelled video cameras (no audio support)
739  * HTTP access now supports gzip compressed data and Digest Access
740    Authentication.
741  * New options to reduce latency between arrival of raw data and display of
742    frames. (--auto-adjust-pts-delay and --use-stream-immediate)
743
744 Demuxers:
745  * MP4 gpac and Apple chapter support
746  * Fixed playback of AIFF stereo files
747  * Fixed audio glitch on seek
748  * Improved FLAC demuxer (duration / current time / meta data)
749  * AAC tags support
750  * APEv1/2 tags support
751  * Improved ID3v2 tags support
752  * Improved Ogg/Vorbis tags support
753  * Raw video support
754  * Standard MIDI File (types 0 & 1) support
755  * TiVo Series 2 support
756  * CD+G karaoke Files support
757  * MXF files support
758  * OMA support
759
760 Decoders:
761  * VP60/VP61/VP6F/VP62 support
762  * Flash Screen Video support
763  * CamStudio Screen Video support
764  * DosBox Capture support
765  * Karl Morton's Video support
766  * limited atrac3 support
767  * Fraps support
768  * Fluidsynth MIDI software synthesis (with external sound fonts)
769  * New codec FOURCCs to support more specific files:
770    Avid, FCP, Sony, Samsung, ...
771  * H.264 PAFF support
772  * DNxHD / VC-3 support
773  * NellyMoser ASAO support
774  * APE (Monkey audio) support
775  * RealVideo support (with the RealVideo run-time)
776  * Dirac video support using libschroedinger
777
778 Subtitles:
779  * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
780  * VBI & EBU (Teletext) support (*nix, Mac OS)
781  * Ogg/Kate subtitles support
782  * AQTitle subtitles support
783  * MKV USF subtitles support
784  * HTML-based subtitles support
785  * MPSub subtitles support
786  * JacoSub subtitles basic support
787  * MPL2 subtitles support
788  * Rewrite of ASS/SSA scripts and subtitles support
789  * PowerDivx (.psb) Subtitles support
790  * Realtext subtitle support
791  * DKS subtitle support
792  * SubViewer 1.0 (SubRip09) subtitles support
793  * Correct Right-to-left languages in subtitles support
794
795 Encoders:
796  * Flash Screen Video support
797  * Improved H.264 encoding speed
798
799 Video outputs and filters:
800  * New CoreAnimation-based output module (VLCKit framework on OS X only)
801  * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
802    Psychedelic) video filters can now be streamed
803  * New puzzle video output filter
804  * Re-written motion detection video filter
805  * New extract video filter (extract Red, Green and Blue components from a
806    video)
807  * New sharpen video filter (increase the contrast of adjacent pixels)
808  * New erase video filter (removes logos from a video)
809  * Enhanced subtitles' renderer to support bold, italic and some HTML tags
810    (Google Summer of Code Student project)
811  * Support for RGBA and I420 blending.
812    The latter improves Mosaic CPU usage *a lot*.
813  * New transparency mask video filter (for use with the mosaic_bridge module).
814  * New bluescreen video filter (for use with the mosaic_bridge module). 
815    This was previously part of the mosaic module.
816  * Fixed random characters problem in RSS filter.
817  * Add rotate-deciangle for more precision on rotate filter
818  * Support for Intel SSE2 instruction set in chroma converters
819  * Improved use of Intel MMX instruction set in chroma converters
820  * New croppadd and canvas video filters.
821
822 Audio outputs and filters:
823  * Replay gain support
824  * Audio playback when going slower/faster (with pitch correction via
825    new scaletempo audio filter)
826  * New spatializer audio filter
827  * Correct DTS output via S/PDIF
828
829 Stream output:
830  * RTSP for TS-multiplexed broadcast streams
831  * New RTP payload formats:
832    * Speex voice audio codec
833    * ITU T.140 (for text, subtitles) output
834    * G.711 (both A-law and Âµ-law) output
835  * UDP-Lite transport for RTP
836  * DCCP transport for RTP
837  * Lots of fixes for RTSP broadcasting
838  * RTMP output
839
840 Interfaces:
841  * All
842    * New Simple Preferences dialogs showing the most important settings in an
843      end-user suitable way.
844    * Improved user interaction
845    * Improved mouse gestures
846    * Vastly improved Update checker
847    * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
848  * Windows/Linux
849    * Brand new interface for Linux and Windows, based on the Qt toolkit
850    * Fullscreen controller (transparency on Linux+Composite)
851  * Mac OS X
852    * Improved video output features
853    * Online access to VideoLAN's Help Wiki within VLC
854    * New setting to disable the "Recent Items" service
855    * When playing Radio (live) streams, the current track is shown correctly
856    * Correct appearance on Macs using Aqua's graphite theme
857    * Simplified Extended Controls panel
858  * Ncurses:
859    * Correctly displays wide characters when using an UTF-8 locale, 
860      if libncursesw is available.
861    * Some nice colors if the terminal supports it (most do)
862  * Experimental Lua interface modules. See vlc -I lua and
863    share/lua/intf/README.txt for more info.
864  * Unix
865    * Option to allow only one running instance, using D-Bus interface.
866    * D-Bus Interface implementing the MPRIS 
867      (Media Player Remote Interfacing specification), a common dbus control 
868      interface for media players that intends to become an xdg standard when 
869      finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
870    * Motion module using disk accelerometers to keep video horizontal
871    * Plugin to set Telepathy presence message using MissionControl
872  * Fixed VLM schedule time on Linux
873
874 Linux Port:
875  * VLC now complies with the XDG Base Directory Specification version 0.6
876    http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
877    (which means that VLC doesn't use the $HOME/.vlc directory anymore)
878
879 Mac OS X Port:
880  * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
881    applications (Google Summer of Code Student project, Mac OS X 10.5 only)
882  * New text renderer based on Quartz replacing the existing Freetype solution
883  * Complete compatibility with Mac OS X 10.5 Leopard
884    * It is now required to compile a fully featured build
885  * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
886
887 LibVLC:
888  * Event management and various improvements in libvlc
889    (Part of a Google Summer of Code Student project)
890
891 New Localizations:
892  * Finnish
893  * Persian
894  * Polish
895  * Punjabi
896  * Bulgarian
897
898 Developers:
899   * LibVLC now supports externally built plugins properly.
900     A "vlc-plugin" pkg-config package is provided.
901   * Java bindings are now built from a separate source.
902
903
904 Changes between 0.8.6h and 0.8.6i:
905 ----------------------------------
906
907 Security updates:
908  * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
909
910 Various bugfixes:
911  * Fixed option to use shared memory within the GLX video output module
912  * Improved galaktos-based audio visualizations on FreeBSD 
913  * Miscellaneous bugfixes in multiple modules and in libvlc
914    (transcode stream output, OSD menu video filter, VCD input, 
915     SAP services discovery, http control interface)
916  * Updated Polish translation
917
918
919 Changes between 0.8.6g and 0.8.6h:
920 ----------------------------------
921
922 Security updates:
923  * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948, 
924    CVE-2008-1949, CVE-2008-1950)
925  * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
926
927 Goodies:
928  * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
929  * Miscellaneous bugfixes in multiple modules and in libvlc
930    (ftp access, record access filter, video filters, RC interface, 
931     playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
932  * Improved support for MPEG2 content created by Final Cut Pro
933  * More reliable audio reception for MPEG TS streams
934  * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
935    to an unexpected application termination
936  * New Serbian translation
937  * Updated Romanian translation
938
939
940 Changes between 0.8.6f and 0.8.6g:
941 ----------------------------------
942
943 Security updates:
944  * Removed VLC variable settings from Mozilla and ActiveX 
945    (CVE-2007-6683, VideoLAN-SA-0804)
946  * Removed loading plugins from the current directory 
947    (CVE-2008-2147, VideoLAN-SA-0805)
948  * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
949  * Fixed libid3tag denial of service (CVE-2008-2109)
950  * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
951  * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
952
953 Various bugfixes:
954  * Fixed various memory leaks, improving stability when running as a server
955  * Fixed compilation with recent versions of FFmpeg
956  * Correctly parses SAP announcements from MPEG-TS
957  * Fixed AAC resampling
958  * The Fullscreen Controller appears correctly on Mac OS X, 
959    if the 'Always-on-top' video option was selected.
960
961
962 Changes between 0.8.6e and 0.8.6f:
963 ----------------------------------
964
965 Security updates:
966  * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
967  * Fixed Real RTSP code execution problem (CVE-2008-0073)
968  * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
969  * Fixed cinepak vulnerabilities (CVE-2008-1769)
970  - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
971
972 Various bugfixes:
973  * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
974  * Improved VLC's video output behavior on multi-screen setups running Mac OS X
975  * Fixed crashes in H264 packetizer
976  * Close MMS access on network timeout
977  * Fix some problems with AAC decoder & packetizer
978
979
980 Changes between 0.8.6d and 0.8.6e:
981 ----------------------------------
982
983 Various bugfixes:
984  * Resume playback for viewing content over FTP
985  * Fixed XShm detection with remote X11
986
987 Security updates:
988  * Subtitle demuxers overflow (CVE-2007-6681)
989  * HTTP listener format string injection (CVE-2007-6682)
990  * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
991  * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
992    VideoLAN-SA-0801)
993  * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130, 
994    VideoLAN-SA-0802)
995
996 Audio filter:
997  * Fixed DTS to S/PDIF converter
998
999 Audio output:
1000  * Fixed 5.1 audio on ALSA
1001
1002 Access:
1003  * Fixed some RTSP hanging and user/password passing through RTSP URLs
1004
1005 Stream output:
1006  * Fixed waiting for SPS/PPS problem in H.264 packetizer
1007
1008 Encoders:
1009  * Improved compatibility for creating H.264 video files playable on iPhones
1010  * Improved detection of optimal amount of threads for multi-threaded H.264 
1011    encoding on multi-cpu systems
1012     - Note that this is used when transcode threads is set to 0 (default)
1013     - Not supported on Windows (multiple threads require manual configuration)
1014
1015 Mac OS X Interface & Port:
1016  * Restored compatibility with Mac OS X 10.3.9
1017  * Corrected behavior of the Preferences panel
1018  * VLC no longer crashes on quit while playing
1019
1020 Localization:
1021  * Updated Romanian and Polish translations
1022
1023
1024 Changes between 0.8.6c and 0.8.6d:
1025 ----------------------------------
1026
1027 Various bugfixes:
1028  * Mozilla plugin: supports a reasonable amount of MIME types on Windows
1029  * Linux: Fixed S/PDIF passthrough with ALSA
1030  * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
1031    in input
1032  * Use field order (top/bottom) for correct bob/linear deinterlacing
1033  * Fix invalid free in bookmarks loading code
1034
1035 Windows and Mac OS Binaries
1036  * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows 
1037
1038 Active X plugin:
1039  * Security update (VideoLAN-SA-0703, CVE-2007-6262)
1040  
1041 Mac OS X Interface & Port:
1042  * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
1043  * Improved Video Output compatibility for Mac OS X 10.5 Leopard
1044  * Improved behavior of the Fullscreen Controller and mode changes between 
1045    Fullscreen and Windowed Video Output
1046  * Softened the white flash artifacts that may appear during the transition of 
1047    two different movies
1048  * Support for current Ogg file formats
1049  NOTE: This release requires Mac OS X 10.4 or higher. 
1050        Mac OS X 10.3.9 is not supported anymore.
1051
1052 Encoders:
1053  * Improved H.264 encoding speed on Mac OS X
1054
1055 Other changes:
1056  * The automatic updating facility was removed
1057  * You now need to append --m3u-extvlcopt to your command line to enable
1058    EXTVLCOPT options parsing in m3u playlists.
1059  * RTSP server remote denial of service fixed (CVE-2007-6684).
1060
1061
1062 Changes between 0.8.6b and 0.8.6c:
1063 ----------------------------------
1064
1065 Various bugfixes, notably:
1066  * Windows Vista compatibility
1067  * Cropping in Direct3D
1068  * Fullscreen change crash on Mac OS X
1069  * RSS filter string overflow
1070  * Few memory leaks
1071  * MKV demuxer crash (related to seeking)
1072
1073 CDDA / Vorbis / Theora / SAP plugins:
1074  * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
1075
1076 Demuxers:
1077  * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
1078  * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
1079
1080 Decoders:
1081  * Updated FLAC API compatibility
1082
1083 Input:
1084  * Support for new v4l2 encoder API
1085
1086 Localisation:
1087  * New localisation: Arabic, Persian
1088
1089
1090 Changes between 0.8.6a and 0.8.6b:
1091 ----------------------------------
1092
1093 Various bugfixes, notably:
1094  * Out-of-bound read in demuxers
1095  * Demuxers crashes (incl. CVE-2007-0256)
1096  * Mac OS X Interface crashes
1097  * VP31 decoding on Windows platforms
1098  * Direct3D Video Output modifications for Vista compatibility
1099  * Correct behaviour for feeding streams to Icecast or Shoutcast servers
1100
1101 Decoders:
1102  * Enhanced Flash Video support incl. VP61 and VP60
1103  * Teletext subtitles (telx) support
1104
1105 Webbrowser plugins:
1106  * Rectified behaviour and improved usability
1107
1108 Mac OS X Interface & Port:
1109  * Diverse usability improvements
1110  * New wizard option to embed subtitles
1111  * Screensaver/automatic sleep mode is enabled when a video is paused
1112  * Improved Delete-Preferences-Script
1113
1114
1115 Changes between 0.8.6 and 0.8.6a:
1116 ---------------------------------
1117
1118 CDDA / VCDX plugins:
1119  * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
1120
1121 Mac OS X Interface:
1122  * Fullscreen controller improvements
1123
1124
1125 Changes between 0.8.5 and 0.8.6:
1126 --------------------------------
1127
1128 Playlist:
1129  * Shoutcast TV listings support
1130
1131 Input:
1132  * Support for RTSP authentication
1133  * Support for adding subtitles on the fly
1134  * Fixed MPEG-PS duration calculation
1135  * ATSC support for DVB input
1136  * Partial reading support for DVR-ms recordings
1137  * Partial reading support for MXF and GXF fileformat
1138  * Improved support for Flash Video files
1139
1140 Decoders:
1141  * Native WMV9/VC-1 support
1142  * WMA Speech support (through binary codecs)
1143  * VP5/VP6 - Flash Video support (not VP61)
1144  * The True Audio Lossless codec support
1145  * Matroska WavPack support
1146  * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
1147  * Fixed a problem with MPEG2 field pictures
1148  * Fixed swapped colors on DVB subtitles
1149  
1150 Video output:
1151  * Additional OpenGL effects (cylinder, torus, sphere, ...)
1152  * Experimental Direct3D 9 video output (win32). Best served on Vista :)
1153  * Improved libcaca support
1154
1155 Interfaces:
1156  * All
1157    * New hotkeys for crop and zoom
1158    * Support for snapshots from the HTTP interface
1159  * Windows
1160    * Systray support in skins
1161  * OS X
1162    * Support for Apple Remote control
1163    * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
1164    * New playmode buttons (artwork by Simon Damkjær Andersen)
1165    * right/ctrl-click menu in video outputs
1166    * Main Menu uses autohide when playing videos in fullscreen mode
1167  * Linux
1168    * Notifications using notification-daemon
1169
1170 Windows port:
1171  * Support for Unicode filenames (Windows NT and above)
1172    Windows 9x/ME users: 
1173      - Please note that these versions of Windows are not officially supported
1174      - Unicode support for Windows 9x/ME applications is available through the
1175        Microsoft Layer for Unicode available from the following location:
1176        http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
1177        Download the MSLU package (unicows) and extract the content into the folder
1178        C:\Windows\System
1179  * Fixed IPv6 support on the client side
1180  * Fixed disable screensaver (Direct3D and DirectX video output)
1181
1182 Localization:
1183  * Add Czech
1184  * Add Slovak
1185  * Add Malay
1186  * Add Slovenian
1187
1188 Developers:
1189  * Updates to the libvlc API
1190  * Fixes for the mozilla and activeX plugins
1191
1192
1193 Changes between 0.8.4a and 0.8.5
1194 --------------------------------
1195
1196 Core support:
1197  * Statistics collection (bitrates, packets, connections, ...)
1198  * Support for downloading updates
1199  * Updated strings
1200
1201 Input:
1202  * Initial support for RTSP-over-HTTP (to allow NAT traversal)
1203  * Linux DV (Digital Video - Firewire) input
1204  * Improvements to the Audio CD input
1205      - Separate playlist entries for the tracks 
1206      - Support for CDDB 
1207  * Support for more DVB (satellite) encryption modules
1208  * Improved subtitles encoding support
1209  * Improved support for playing MP4 files from the Web
1210
1211 Decoders:
1212  * Cook (Real audio) support
1213
1214 Playlist / Services discovery:
1215  * XSPF playlist support
1216  * Podcast support
1217  * Updated Shoutcast to use new listing
1218
1219 Audio output:
1220  * New JACK audio output
1221
1222 Video output:
1223  * New video filters: 
1224     - magnify: allows you to zoom on part of the image
1225     - gradient and edge detection: "cartoon-like" effect
1226     - bluescreen: overlay parts of a video transparently on another one
1227  * Logo video filter: can now loop through multiple images
1228  * RSS video filter: display feed images. Support for Atom feeds.
1229  * Improvements to the subtitles rendering
1230
1231 Stream output:
1232  * Initial support for throttling users on VOD streams
1233
1234 Interfaces:
1235  * System to inform the user and request information 
1236     - HTTP authentication
1237     - Fatal errors
1238     - ...
1239  * wxWidgets
1240     - VLM (VideoLAN Media Manager) control panel
1241     - Improved media information panel (shows statistics, metadata, ...)
1242     - Drag & Drop support in the playlist
1243  * Skins2 
1244     - New default skin
1245     - Support for Winamp 2 skins
1246     - Improved playlist handling
1247     - Support for popup menus, animated bitmaps, equalizer, ...
1248  * OS X
1249     - Embedded Video output
1250     - new Go-To-Specific-Time feature
1251     - Video cropping and aspect ratio changing while playing
1252     - Improved media information panel (shows statistics, metadata, ...)
1253     - support for processing multiple items with the wizard in a single run
1254     - option to save selections in the wizard for a session (default enabled)
1255  * HTTP
1256     - New default interface pages for VLC and VLM (including a mosaic wizard)
1257     - A bunch of new RPN functions
1258
1259 Windows Port:
1260  * MSN messenger "Now playing" support
1261
1262 OS X Port:
1263  * Mac-Intel compatibility
1264  * Enhanced support of various audio output devices 
1265  * Growl "Now playing" support
1266
1267 *Nix port:
1268  * Ability to log to syslog
1269  * Root wrapper to avoid running VLC as root
1270
1271 Developers:
1272  * New libvlc API (not finished yet)
1273  * Java bindings
1274  * A bit more automatic testing
1275
1276
1277 Changes between 0.8.4 and 0.8.4a:
1278 ---------------------------------
1279
1280 Audio output:
1281  * Fix a52 over spdif in alsa
1282  * SPDIF output available again in the Mac OS X Audio menu.
1283
1284 Decoder:
1285  * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
1286  * Add support for some non-standard FOURCCs used for H.264/H.263
1287
1288 Demux:
1289  * Fix bug with some HE-AAC audio tracks
1290
1291 Services Discovery:
1292  * HAL fixes, should now work with new API
1293  * SAP, fix 20 second freeze on windows
1294  * UPnP fixes
1295  * Avahi 0.6 support
1296  
1297 Interfaces:
1298  * Mac OS X
1299     - fixed encoding of H.264/H.263 content when using the wizard 
1300
1301
1302 Changes between 0.8.2 and 0.8.4:
1303 --------------------------------
1304
1305 Core support:
1306  * Internal strings handling is now UTF-8 based
1307  * New OSD system
1308
1309 Video output:
1310  * Fixed problems with OpenGL output
1311  * New --monitor-par (pixel aspect ratio) option
1312  * Fixed display problems with HDTV-1080 format
1313
1314 Input:
1315  * Improved DVB support for satellite bands other than Ku-band
1316  * IPv6 and Extended passive mode support for FTP
1317  * IPv6 Source Specific Multicast support
1318  * GnomeVFS input module
1319  * Support for RTP packet reordering
1320  * Fixed syntax for FTP URLs
1321
1322 Decoders:
1323  * Support for libSDL_image to import different image types
1324  * Musepack decoder using libmpdec
1325  * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
1326
1327 Services discovery:
1328  * UPnP service discovery (Linux only at the moment)
1329  * Bonjour service discovery using avahi (Linux only)
1330
1331 Video filters:
1332  * RSS feed overlay
1333
1334 Audio filters:
1335 * Fixes, enhancements and new options related to the Headphone Channel
1336   Mixer and Dolby Surround
1337
1338 Stream output:
1339  * New shout output module to forward streams to icecast servers
1340  * Fixed several SAP and SDP announcement bugs
1341  * Fixed MTU handling to avoid IP fragments
1342  
1343 Interfaces:
1344 - new cone icon by Richard Â¯iestad (Eurodata, retron.info)
1345  * Mac OS X
1346     - New streaming and transcoding wizard
1347     - New extended controls panel
1348     - New bookmarks window
1349     - Fixed playlist sorting
1350     - Fixed drag-and-drop inside the playlist
1351  * wxWidgets
1352     - Rename wxWindows interface in wxWidgets.
1353     - All the --wxwin-* options are now --wx-*
1354     - Support for RTP streaming in Stream Ouput dialog
1355     - Now require wx2.6 with Unicode support
1356  * Skins2
1357     - Tree playlist
1358  * HTTP
1359     - New RPN functions to control VLC features (see play-howto)
1360     - Facilities to correctly handle non-ASCII characters and spaces in
1361       the names of files
1362     - Include macro to include other files
1363     - CGI 1.0 support
1364
1365 ActiveX plugin:
1366 * Should now work outside IE as well
1367
1368 Mac OS X port:
1369 * New script to delete the preferences automatically
1370
1371 Windows port:
1372 * Fixed bandwidth problems of HTTP streaming
1373 * Fixed audio problems with DirectX audio output
1374
1375 Translations:
1376  The following languages were added:
1377  * Galician
1378  * Korean
1379  * Romanian
1380  * Simplified Chinese
1381  The following languages were re-added:
1382  * Swedish
1383
1384
1385 Changes between 0.8.1 and 0.8.2:
1386 --------------------------------
1387
1388 Core support:
1389  * Rewrite of the playlist
1390     - Tree structure
1391     - Input preparsing (for meta-data)
1392     - Grouping (by artist, ...) support 
1393  * Preferences improvements: 
1394     - New organization, designed to improve usability
1395     - New configuration types (list of modules, ...)
1396  * XML parsers
1397  * Core image manipulation support
1398  * Client-side SSL/TLS support
1399  * SSL Client certificates checking support (allows for secure VoD)
1400  * Renamed --spu-channel to --sub-track
1401  * Renamed --spumargin to --sub-margin
1402  * Renamed --audio-channel to --audio-track
1403  * Renamed --filter to --vout-filter
1404  * filters, extra interfaces, visualizations and service discovery modules are
1405    now separated by ':' instead of ','
1406  * Access filter architecture
1407  * Track selection based on preferred language (--sub-language and --audio-language)
1408  * Zsh autocompletion for VLC's arguments
1409  * Many bugfixes...
1410
1411 Input/Demuxers:
1412  * Support for SOCKS proxy
1413  * Support for Shoutcast Meta-data
1414  * Support for (HE-)AAC raw-audio streams
1415  * Support for images on a HTTP server that get refreshed on the server
1416  * Better support for Kasenna streams
1417  * RTSP UDP->TCP rollover support
1418  * Massive Matroska improvements
1419  * Support for XA and VOC audio files
1420  * TiVo demuxer
1421  * Samba (Windows shares) access module
1422  * Improved CDDAX module (uses several playlist items)
1423  * Fixes to Linux DVB support
1424  * Fix the "negative subtitles delay" bug
1425  * Support for FTP over IPv6
1426
1427 Decoders / Encoders:
1428  * Dirac decoder and encoder
1429  * PNG decoder/encoder
1430  * Improvements to DVB subtitles encoder
1431  * Support for Apple Lossless Audio Codec
1432
1433 Access filters:
1434  * New Record and Timeshift filters
1435
1436 Services discovery:
1437  * New type of modules, that add items to the playlist
1438  * Brand new SAP module
1439      * To enable SAP, you now need to use "-S sap" or add SAP in 
1440        the "Manage->Services Discovery" menu
1441      ( IPv6 SAP is now enabled by default )
1442      * Non-standard support for HTTP streams SAP announces removed
1443  * HAL (Hardware Abstraction Layer) discovery
1444  * DAAP (iTunes shares) support
1445  * Shoutcast
1446
1447 Audio output:
1448  * Support for 20/24 bits LPCM
1449
1450 Video output:
1451  * Video snapshot support (png or jpg)
1452  * Image file video output (png)
1453  * Motion detection filter (can trigger playlist actions)
1454  * Improvements to wall video filter
1455  * Support for font color and opacity
1456
1457 Stream output:
1458  * Muxers
1459     - ASF improvements
1460  * VLM / VoD
1461     - Ability to load a configuration file on startup
1462     - Seeking support in VoD streams
1463  * Mosaic (picture-in-picture system)
1464
1465 Interfaces:
1466  * wxWidgets
1467     - Redesigned playlist : add playlist, add directory, ...
1468     - Improved preferences
1469     - Improvements to the wizard
1470     - DVD, VCD and Audio CD navigation buttons
1471  * MacOS X
1472     - Redesigned playlist
1473     - Improved preferences
1474  * Skins
1475     - Support for multiple actions
1476     - Fixes
1477  * HTTP
1478     - Support for the new playlist system
1479  * Lirc
1480     - Now uses new config settings. See doc/lirc/example.lirc
1481
1482 Windows port:
1483  * Screensaver disabling fix
1484  * DirectShow tuner configuration
1485  * Support for no-decoration windows
1486
1487 MacOS X port:
1488  * Many Mac OS X 10.4 Tiger related fixes
1489  * The OpenGL video output is back
1490  * A new audio module that should work more reliable for analog audio output in various configurations.
1491    - Supports multichannel discrete analog output
1492    - Digital audio output requires you to change a preference setting because it
1493      is not yet available in the new module
1494    - Please read the README.MacOSX.rtf file for more information.
1495
1496 BeOS port:
1497  * Support for single-buffered overlay
1498
1499 Pocket PC port:
1500  * Many fixes
1501  * New interface
1502  * New video output
1503
1504 Mozilla Plugin:
1505  * Javascript fixes
1506  * Mozilla plugin for MacOS X is back (not yet distributed)
1507
1508 IE Plugin:
1509  * Brand new Internet Explorer ActiveX plugin
1510
1511 Translations:
1512  The following languages were added:
1513  * Catalan
1514  * Danish
1515  * Turkish
1516
1517
1518 Changes between 0.8.0 and 0.8.1:
1519 --------------------------------
1520
1521 Core support:
1522  * Include TLS/SSL API (on plattforms where libgnutls is available)
1523  * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
1524
1525 Windows port:
1526  * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
1527  * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
1528  * Fixed spurious taskbar item after switching to fullscreen
1529
1530 WinCE port:
1531  * A few more updates (we still miss an interface and a fast video output).
1532
1533 Audio Output:
1534  * Portaudio audio output plugin improvements
1535
1536 Video Output:
1537  * Proper subpictures scaling using the aspect-ratio info when available
1538
1539 Demuxers:
1540  * Fixed crash with ODML avi files
1541  * Fixed autodetection of VCD/SVCD bin files
1542  * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
1543
1544 Stream Output:
1545  * Encoders:
1546    * Fixed aspect ratio and interlaced support in ffmpeg encoder module
1547  * Stream output:
1548    * Support of playlist group announcement
1549
1550
1551 Changes between 0.7.2 and 0.8.0:
1552 --------------------------------
1553
1554 Core support:
1555  * Major work on libvlc. Changed/renamed/added functions
1556  * Complete switch to the new input core (better seeking, multi-input, ...)
1557  * New plugins cache to speed up launch time
1558  * New --play-and-stop feature which stops the playlist after each played item
1559  * Daemon mode (to run vlc in the background)
1560  * Major improvements to the subtitle/OSD subsystem
1561
1562 Input:
1563  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X 
1564     (Stream your desktop)
1565  * Improved DVD support:
1566     - uses libdvdnav for playing DVDs with menus support
1567     - uses libdvdread for simple playback with menus (eg. for streaming)
1568  * Experimental multi-input support ( use --input-slave to play with it )
1569  * Automatic MTU discovery for UDP streams
1570  * More powerful MRL syntax for DVD/VCD/CDDA access 
1571     (selection of titles/chapters).
1572
1573 Demuxers:
1574  * Support for iTunes Music Store previews
1575  * Support for MJPEG webcams (i.e. AXIS cams)
1576  * Added initial mp4 and mpeg-ts text track support
1577  * Windows Media Server RTSP support
1578  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
1579  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
1580  * Skins2 .vlt file loader (only when skins2 is the current interface)
1581  * Improved Ogg demuxer
1582  * Support for MPEG PS streams with MPEG 4 video.
1583  * Support for so called AACPlus webstreams
1584
1585 Codecs:
1586  * G.726 audio support
1587  * 14496-17 MPEG TS text support
1588  * MPEG-4 text support
1589  * Vastly improved DVB subtitles decoder (ETS 300 743)
1590  * Enabled color in DVB subtitles rendering
1591  * VobSub supported both externally and in Matroska
1592
1593 Stream Output:
1594  Encoders:
1595   * Re-use audio/video/spu decoders in transcoder module. From now on,
1596      everything that is playable by VLC should be transcodable as well
1597   * Subtitles overlaying in transcoder
1598   * Subpictures overlaying in transcoder (see video output)
1599   * Frame rate selection in the transcoder
1600   * DVB subtitles encoder
1601   * MPEG 1 layer 2 audio encoder using libtoolame
1602   * Improved vorbis/theora encoding
1603  Muxers: 
1604   * Text track muxing for mp4
1605   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
1606   * 14496-17 text track muxing for MPEG TS
1607   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
1608   * Teletext (0x56 descriptor) streaming support in MPEG TS.
1609   * New WAV muxer (supports multi-channel audio)
1610   * Improved ASF muxer
1611  Misc:
1612   * H.263 RTP streaming support
1613   * SDP generation outputs more compliant SDPs and can create SDP files now
1614   * Improved RTSP and VoD server (experimental)
1615
1616 Audio Output:
1617  * New audio equalizer filter
1618  * Very trivial volume normalizer
1619  * True channel downmixing when playing 5:1 material on Stereo
1620  * More gradual resampling which should improve the pitch changing effect
1621  * New audio output plugin using portaudio v19
1622
1623 Video Output:
1624  * Roku HD1000 Video output
1625  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
1626    with support for effects.
1627  * Improved filter and subpictures support :
1628     - New filters can be streamed.
1629     - "Subpicture filters" to overlay subpictures on video 
1630     - Centralized scaling and blending
1631  * New filters : 
1632     - "time", to display current time 
1633     - "marq", to display a marquee
1634
1635 Interfaces:
1636  * OSD sliders for volume and postition information
1637  * OSD icons for Play and Pause
1638  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
1639  * A few skins2 improvements
1640  * Added search, volume, loop and random functions to the ncurses interface
1641  * Added a filesystem browser to the ncurses interface
1642  * The remote control interface can now listen for commands on sockets
1643  * Improved CORBA control module
1644
1645 Mac OS X port:
1646  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
1647  * Major speed improvements to the Quartz video output
1648  * The Mac OS X interface is no longer required to display video
1649
1650 Linux port:
1651  * New galaktos visualization plugin (MilkDrop-compatible)
1652  * Experimental SVG rendering module
1653  * Support for DVB CAM modules.
1654
1655 Windows port:
1656  * DirectX Media Object decoder (allows playing some media types, like WMV3)
1657  * DirectX Media Object audio and video encoder
1658  * Fixed long standing win32 thread handles leak
1659  * Fixed problem with CPU usage with subtitles rendering
1660  * Wallpaper mode for the DirectX video output (only in overlay mode)
1661
1662 WinCE port:
1663  * Massive update (we still miss an interface and a fast video output).
1664
1665 Mozilla plugin:
1666  * Added a lot of Javascript accessible funtionality
1667  * Volume, position, length, seek etc etc etc.
1668
1669 Misc:
1670  * Server/client network synchronization module
1671  * VBrick streams fully supported
1672  * Cisco IP/TV streams supported
1673  * VLM enhancements
1674
1675
1676 Changes between 0.7.1 and 0.7.2:
1677 --------------------------------
1678
1679 Core support:
1680  * Bookmarks feature for easier seeking/access inside medias.
1681  * Support for video output embedded in interfaces.
1682  * Improved HTTP daemon.
1683  * Saved playlists now remember VLC-specific options.
1684
1685 Codecs:
1686  * New Continuous Media Markup Language (CMML) codec.
1687    (http://www.annodex.net/overview.html)
1688  * New H.261 video decoder using openmash.
1689  * H264 encoder, demuxer and packetizer.
1690  * Packetizer interfaces between demux and codec when needed
1691    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
1692  * Support for Theora alpha3 (both decoding and encoding).
1693
1694 Input:
1695  * --start-time <sec> and --stop-time <sec> to start and stop playing a 
1696    file at the specified amount of seconds. Only works with a few
1697    fileformats (avi, mov, mkv, mp4 )
1698  * Improved directory access module.
1699  * New "file-cat" option to play truncated movies.
1700  * Better handling of meta info (title, author, description, etc...).
1701  * New options to pass meta info to the input.
1702  * It is now possible to stream programs from a DVB-S/C/T stream
1703    (satellite, cable, or digital terestrial television)
1704
1705 Demux:
1706  * Annodex (http://www.annodex.net) support.
1707  * mmsh streaming fixes.
1708  * Fixed infinite loop in the AVI demux on broken/incomplete files.
1709
1710 Subtitles:
1711  * Subviewer and subviewer v2 subtitles support.
1712  * Ability to choose autodetected subtitles path.
1713  * Subtitles delay can be changed in real time with hotkeys.
1714
1715 Stream output:
1716  * Improved session announcement system.
1717  * Minimize threads usage by default.
1718  * Added faster than realtime stream output (limited by CPU) for file output.
1719  * Improved MOV/MP4 muxer.
1720  * Improved MPEG TS muxer.
1721  * Improved transrater.
1722  * Meta info options used by the muxers.
1723  * New configuration system.
1724  * Better audio channels downmixing when transcoding.
1725
1726 VideoLAN manager:
1727  * New videolan (media) manager (vlm): a little manager designed to launch
1728    and manage multiple streams from within one instance of VLC.
1729  * Supports live streams and VoD.
1730  * Supports scheduling.
1731  * Telnet interface for vlm.
1732  * HTTP interface for vlm.
1733
1734 Interfaces:
1735  * Skins II (Windows and Linux only)
1736     - Ability to embed video output.
1737     - Support for bitmap fonts.
1738     - Lots of improvements.
1739  * wxWindows (default Windows and Linux interface)
1740     - New design and set of icons.
1741     - Ability to embed video output.
1742     - Support for hotkeys.
1743     - Support for bookmarks.
1744  * Mac OS X
1745     - Support for 'groups' and playlist item properties.
1746     - Better hotkeys handling.
1747
1748 Mac OS X port:
1749  * OpenGL video output is now the default when available.
1750  * Added FAAC encoder (mp4a).
1751  * Audio output fix to work with multiple streams on a HAL device.
1752  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
1753
1754 Win32 port:
1755  * DirectShow input plugin should work with more devices.
1756  * Disable monitor power down when watching movies.
1757  * Improved Windows installer.
1758
1759 Linux port:
1760  * PowerPC fixes.
1761
1762 Misc:
1763  * Improvements to the Goom visualisation plugin.
1764  * Roku HD1000 audio output.
1765
1766
1767 Changes between 0.7.1 and 0.7.1a:
1768 ---------------------------------
1769
1770 Mac OS X:
1771  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
1772  * Playing MOD files is working now.
1773
1774
1775 Changes between 0.7.0 and 0.7.1:
1776 --------------------------------
1777
1778 Core support:
1779  * Fixed a nasty bug that causes preferences not to be saved some times.
1780  * IGMPv3 support for VLC under Windows XP and Linux.
1781
1782 Codecs:
1783  * Brand new DTS Coherent Acoustics audio decoder based on libdts
1784    (http://www.videolan.org/dtsdec.html)
1785  * Fixed DTS S/PDIF output
1786  * SVCD (Philips OGT) and CVD subtitles
1787
1788 Playlist:
1789  * Internal improvments
1790  * Improved import/export
1791
1792 Input:
1793  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
1794    container formars.
1795  * New demux module that uses libavformat from ffmpeg. Adds support for many
1796    small and strange formats.
1797  * New PVA demux.
1798  * New MOD audio demux.
1799  * Support for DTS and A52/AC3 wav files.
1800  * Support for DTS and A52/AC3 audio CD.
1801  * New and experimental DVD input plugin with menus support (using libdvdnav).
1802  * Added back DV audio support in raw DV demuxer.
1803
1804 Stream output:
1805  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
1806  * Fixed a nasty bug in the mpeg video packetizer.
1807  * Improved transcoding (multithreading, more tuning, etc...).
1808
1809 Service discovery:
1810  * Fixed sdp in SAP.
1811
1812 Mac OS X port:
1813  * New opengl video output plugin.
1814
1815 Win32 port:
1816  * A few improvements to the DirectShow input plugin.
1817  * Fixed ipv6 name resolution.
1818
1819
1820 Changes between 0.6.2 and 0.7.0:
1821 --------------------------------
1822
1823 Core support:
1824  * Brand new decoder/packetizer api.
1825    Adds a lot more flexibility while also simplifying the decoder plugins.
1826  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
1827  * Video outputs are recycled if possible.
1828    This removes any 'flicker' between two similiar video files.
1829  * Fixed the video filters. Video should no longer go black when using filters.
1830  * New input core. Advantages are: better seeking, more responsive, support for
1831    subtitle files at the core, and much much more.
1832
1833 Playlist:
1834  * Added a repeat mode to repeat a single file over and over.
1835  * Playlist sorting 
1836
1837 Input:
1838  * RTP/RTSP support.
1839  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
1840  * Support for Flac in Ogg files.
1841  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
1842  * Rewrite of the Flac demuxer.
1843  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
1844  * Reworked DVB tuning.
1845  * Better Icecast support.
1846  * New MPEG video elementary streams demuxer.
1847  * New DTS audio elementary streams demuxer.
1848
1849 Codecs:
1850  * Support for Theora video encoding.
1851  * Support for Speex audio decoding/encoding.
1852  * Rewrite of the Flac decoder + encoding support.
1853  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
1854  * Support for AAC + SBR and proper multi-channel re-ordering.
1855  * MPEG 2.5 audio support.
1856  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
1857
1858 Stream output:
1859  * Improvements to the MPEG TS muxer.
1860  * New transrating module for MPEG2 video.
1861  * Added packetization for MPEG AAC ADTS streams.
1862  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
1863  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
1864  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
1865  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
1866  * --sout-keep option to keep the stream open while changing input.
1867  * Preliminary RTP support.
1868  * Fixes to SAP announces.
1869
1870 Interface:
1871  * Skins:
1872     - Bugfixes
1873     - misc improvements (eg, "stay on top" option).
1874  * New standardized and customizable hotkeys.
1875  * wxWindows
1876     - Playlist improvements (Sort, Search, mode buttons).
1877     - Improvements and help in preferences
1878     - New streaming wizard
1879     - Revised Disc Open menu
1880  * HTTP
1881     - Improvements of the standard pages
1882     - Support for new commands
1883  * OSD ( OS X and hotkeys only atm ).
1884
1885 Service discovery:
1886  * Many fixes to the SAP module
1887  * SAP now supports HTTP streams
1888
1889 Subtitles:
1890  * Text subtitles now have a black outline.
1891  * Text subtitles autodetection.
1892  * Text subtitles charset autodetection.
1893  * Text subtitles for all videofiles. Results may vary.
1894  * Text subtitles in Hebrew are supported. Arabic partially.
1895  * Automatic fontsize selection for text subtitles.
1896  * Fixed SAMI text subtitles support.
1897  * Support for subtitles in Matroska files.
1898  * Support for subtitles in DVB streams.
1899
1900 Mac OS X port:
1901  * New controller designed by Max Rudberg from www.maxthemes.com
1902  * Save playlist.
1903  * Works on 10.1.x again. Apologies for that problem.
1904  * Support for Panther.
1905  * Support for raw dumping of streams to disk.
1906  * Mozilla plugin for Mac OS X (experimental).
1907
1908 Win32 port:
1909  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
1910  * VLC can be installed as a Windows NT service.
1911  * Allow on the fly switching of the main interface.
1912  * Support for 3F2R in audio output.
1913  * New --one-instance option to "force" only one running instance of VLC.
1914  * Mozilla plugin for Windows (experimental).
1915  * Multimonitor support (untested).
1916  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
1917
1918 Linux port:
1919  * Improved Video4Linux input. Also added support for an audio only input.
1920  * Support for real-time priority when running with root privileges.
1921  * Allow on the fly switching of the main interface.
1922
1923 iPaq port: 
1924  * Brand new Gtk 2 interface
1925
1926 Miscellaneous:
1927  * Audio visual effects filters (spectrum, scope and random).
1928  * Audio visual effects filter using goom.
1929  * Spanish, Portuguese Brazilian and Hungarian translations.
1930  * libcaca video output (colored ascii)
1931
1932
1933 Changes between 0.6.1 and 0.6.2:
1934 --------------------------------
1935
1936 Core support:
1937  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
1938
1939 Stream output:
1940  * Transcoder now generates proper pts/dts thus should work a lot better.
1941  * Improved MPEG TS muxer.
1942
1943 Access input:
1944  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
1945  * Few fixes to the VCD navigation.
1946
1947 Interfaces:
1948  * Support for DVD menus navigation added to the wxWindows interface.
1949
1950 UNIX ports:
1951  * ALSA multi-channel support fixed and tested.
1952  * Fixed fullscreen with gnome metacity.
1953
1954 Win32 port:
1955  * Fixed VCD support which was broken on some machines.
1956
1957 iPaq port:
1958  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
1959
1960 Miscellaneous:
1961  * Text subtitles now centered on the picture.
1962  * Ffmpeg decoder now generates proper pts and can be used to play
1963    mpeg1/2 videos.
1964
1965
1966 Changes between 0.6.0 and 0.6.1:
1967 --------------------------------
1968
1969 Core support:
1970  * There should be less bogus resampling, particularly on DVDs.
1971  * VLC will now wait for the medium to wake up before starting its clock
1972    after a pause.
1973
1974 Stream output:
1975  * Added vorbis audio support in Ogg streaming.
1976  * Added vorbis audio transcoding support.
1977  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
1978 UNIX ports:
1979  * ALSA multi-channel support fixed and tested.
1980  * Fixed fullscreen with gnome metacity.
1981
1982 Win32 port:
1983  * Fixed VCD support which was broken on some machines.
1984
1985 iPaq port:
1986  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
1987
1988 Miscellaneous:
1989  * Text subtitles now centered on the picture.
1990  * Ffmpeg decoder now generates proper pts and can be used to play
1991    mpeg1/2 videos.
1992
1993
1994 Changes between 0.6.0 and 0.6.1:
1995 --------------------------------
1996
1997 Core support:
1998  * There should be less bogus resampling, particularly on DVDs.
1999  * VLC will now wait for the medium to wake up before starting its clock
2000    after a pause.
2001
2002 Stream output:
2003  * Added vorbis audio support in Ogg streaming.
2004  * Added vorbis audio transcoding support.
2005  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2006  * PS muxer can create mpeg1 files now and produce streams with system headers.
2007  * You can transcode a52 with more than two channels to mpga now.
2008
2009 Win32 port:
2010  * Fixed DVD support which was partly broken due to a bug in libdvdcss
2011  * Fixed 5.1 audio support for the sblive/audigy soundcards.
2012  * Fixed sound on Windows NT.
2013
2014 UNIX ports:
2015  * Fixed/improved ALSA support and enabled multi-channel audio output.
2016  * X11/Xvideo: Should now work on big endian machines, and you can now
2017    use the arrow keys to browse through the DVD menus.
2018
2019 iPaq port:
2020  * Gtk+2 interface called PDA
2021  * Familiar Gtk+ is now deprecreated
2022  * Codec a52, Faad2 and flac added
2023  * Video4Linux enabled (demux and transcode)
2024  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
2025
2026 Interfaces:
2027  * Small updates/fixes to the wxWindows interface.
2028  * Improved HTTP remote control interface. You can now create your own HTML pages.
2029  * A new CORBA control plugin.
2030
2031 Input demux:
2032  * Improved support for the Matroska container format.
2033
2034 Miscellaneous:
2035  * Improved build system.
2036  * New video filter plugin to overlay logos.
2037  * Added support for Winamp 3 B4S files.
2038  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
2039    Should also work with languages like russion for instance.
2040
2041
2042 Changes between 0.5.3 and 0.6.0:
2043 --------------------------------
2044
2045 Core Support:
2046  * Channel Server support was removed (was deprecated)
2047
2048 Input access:
2049  * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
2050  * Fixed large file support on Windows
2051  * Video 4 Linux support
2052  * CD Digital Audio support
2053  * Fixed IPv6 multicasting on Windows and OSX.
2054
2055 Input demux:
2056  * Better detection of AAC and mp3 files
2057  * Support for OpenDML avi files
2058  * More complete .mp4/.mov support
2059  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
2060
2061 Codecs:
2062  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
2063  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
2064  * OSX support for QDM2 and QDMC sound, often used in QT content.
2065  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
2066  * Updated our theora decoder to use the alpha 2 release of libtheora
2067  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
2068  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
2069
2070 Interfaces:
2071  * The wxWindows interface is now fully useable as well as Unicode safe
2072  * New HTTP remote control interface
2073
2074 Stream output:
2075  * 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.
2076  * The stream output now allows to transcode content on the fly.
2077  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
2078  * SAP/SDP announcing support. (both IPv4 and IPv6)
2079
2080 Miscellaneous:
2081  * New reset option for the preferences
2082  * You can set your language in the prefences
2083  * New video chroma conversion module using ffmpeg
2084  * Added a Gentoo ebuild to the distribution
2085  * Added a new smaller subtitles font (now the default) + scripts to generate your own
2086  * SAP/SDP IPv6 support
2087
2088 UNIX ports:
2089  * Basic support for the X11 Xinerama extension.
2090  * New skinable interface ported to X11.
2091  * Run opie-vlc and zaurus-vlc as GuiServer
2092
2093 Mac OS X port:
2094  * When you add several items to the playlist, they are sorted alphabetically.
2095  * New about panel and revamped preferences panel.
2096  * Fixed the deinterlace menu.
2097  * Float on top, Fit to Screen and a Transparency option for video out.
2098  * New output dialog for transcode and display while stream capabilities.
2099  * New icons by Davor Orel.
2100  * New audio resampler. Should make VLC much faster.
2101  * Fixed disappearing and crackling sound (PTS is out of range bug)
2102  * We no longer automatically save the preferences when you quit the application
2103  * Arrow keys are now use to browse the menus in a DVD
2104
2105 Win32 port:
2106  * the wxWindows interface is now the default interface
2107  * The keyboard shortcuts are now identical to the linux version
2108  * Fixed the "no sound" problem on NT4
2109  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
2110  * Added support for compressed skins files (.vlt files)
2111  * Fixed SVCD chapters support.
2112  * Fixed memory leak with 5.1 audio.
2113
2114 BeOS port:
2115  * Interface localization
2116  * Screensaver disabled if playing in fullscreen
2117  * A few new keyboard shortcuts
2118  * New full-featured Preferences window
2119
2120
2121 Changes between 0.5.2 and 0.5.3:
2122 --------------------------------
2123
2124 Core Support:
2125  * fixed DTS S/PDIF output on little-endian machines
2126  * support for skins at the interface level
2127  * new OSD module using Freetype2
2128  * video outputs are now destroyed when the associated input ends
2129  * the video output takes into account the caching delay introduced at the
2130    input level before dropping out of date frames.
2131  * configuration option to disable the translation of the interface
2132
2133 Input access:
2134  * fixed HTTP redirects
2135  * support for opening an entire directory
2136  * EOF should be detected more reliably
2137  * new video4linux access plug-in
2138  * new kfir access plug-in designed to work around a bug in the kfir driver
2139
2140 Input demux:
2141  * added stream type for some Motorola MPEG-2 video encoders
2142  * fix for some ogg web radio streams
2143  * fixed reading TS streams over HTTP
2144
2145 Codecs:
2146  * support for 3ivx D4 (not previous versions)
2147  * support for '3ivd' and '3vid' encodings
2148  * support for 'MSS1' codec ( same as WMV2 )
2149  * support for SAMI subtitles (untested and incomplete)
2150  * better SSA4 subtitles recognition
2151  * new codec for raw I420 video
2152  * improvements to the libmpeg2-based MPEG video decoder
2153
2154 Interfaces:
2155  * improvements to wxWindows based interface
2156    (although it still misses some important features)
2157  * skeleton for a Gnome2/GTK2 plug-in
2158
2159 Stream output:
2160  * new HTTP output support
2161  * fixed a segfault in the AVI muxer
2162  * fixed AV synchronization issues
2163
2164 Miscellaneous:
2165  * support for oldstyle id3 genres
2166
2167 UNIX ports:
2168  * the SDL vout plug-in will now work on big-endian machines
2169
2170 Mac OS X port:
2171  * reorderable playlist
2172  * fixed the hiding of the mouse on multiple monitors
2173  * fixed a big issue with some USB speakers
2174  * support for mono audio output devices
2175  * reset the audio-device to its default mode before quitting VLC
2176  * fixed several cosmetic issues
2177  * you can drag the controller window by its background (as it should be)
2178  * the messages window remembers more lines
2179  * delay and fps can now be overruled with subtitles files
2180  * http and ogg stream output options
2181  * Apple menu and friends will now be translated as well
2182
2183 Win32 port:
2184  * new skinnable interface
2185  * the directx video output doesn't crash anymore on ctrl+alt+del events.
2186
2187 iPAQ familiar Linux port:
2188  * support for FLAC audio format
2189  * the interface adapts to the screen size/rotation
2190  * playlist
2191  * network tab in the interface
2192  * "apply" handling in preferences
2193
2194
2195 Changes between 0.5.1a and 0.5.2:
2196 ---------------------------------
2197
2198 Core support:
2199  * advanced config options are now hidden by default
2200  * new --spdif option to use the S/PDIF audio output by default
2201  * fixed a 'clicking' sound when switching between streams
2202  * new bandlimited resampler that should improve audio quality on primarily
2203    Mac OS X
2204  * fixed a problem with audio over http that caused some web radios to not work
2205  * DTS S/PDIF support
2206
2207 Codecs:
2208  * support for DV audio through the ffmpeg library
2209  * support for FLAC audio through libflac
2210  * new but basic MPEG video decoder based on libmpeg2
2211  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
2212
2213 Stream output:
2214  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
2215  * new --ttl option for Time To Live
2216
2217 DVD support:
2218  * fixed quite a few problems with the dvd menu support
2219
2220 UNIX ports:
2221  * fixed the GNU-pth support
2222
2223 Win32 port:
2224  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
2225    plugins
2226  * localization support via gettext is now fully working
2227  * rc interface is now fully useable
2228  * fixed the MSVC project files generation
2229
2230 Mac OS X port:
2231  * several fixes for multi channel audio devices. AC3 over SPDIF with
2232    M-Audio Sonica Theater still does not work. this is most likely a driver
2233    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
2234    iMate and MOTU firewire devices should work)
2235  * VLC now uses the default audio device
2236  * new info panel
2237  * very preliminary support for VLC control via applescript
2238  * support for mouse gestures
2239  * new priority scheme allowing to avoid lock-ups on low-end machines
2240
2241 Linupy port:
2242  * there is a whole new port for the linupy distribution used by o.a. the
2243    YOPY PDA. It is still experimental, please test it
2244
2245 Miscellaneous:
2246  * improved ID3 tag detection
2247  * changed several errors into warnings ; the frequently reported "this is
2248    not a PS stream, continuing" is one of these
2249  * mouse gestures work on windows and osx, but there still isn't any useful
2250    gestures
2251  * some support for .pls playlists used by shoutcast
2252
2253
2254 Changes between 0.5.1 and 0.5.1a:
2255 ---------------------------------
2256
2257 Mac OS X port:
2258  * fixed a problem that caused VLC to select the wrong language when
2259    English was set as the preferred language
2260
2261
2262 Changes between 0.5.0 and 0.5.1:
2263 --------------------------------
2264
2265 Core support:
2266  * new mouse gesture interface
2267  * audio volume can now be changed at any time, even when no file is
2268    playing
2269
2270 Input access:
2271  * various minor fixes on the network inputs
2272  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
2273  * VCD: fixed track number and chapter indexing
2274
2275 Input demux:
2276  * fixed a bad initialization in the mp4 plug-in
2277  * new --buggy-psi option for TS streams which do not update their
2278    continuity counter
2279
2280 Codecs:
2281  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
2282
2283 DVD support:
2284  * fixed a bug which turned the default interface command-line only
2285    without the user consent
2286
2287 UNIX ports:
2288  * GTK: fixed a crash when going fullscreen or changing volume from the
2289    popup menu
2290  * X11: new screen saver disabling plug-in (--extraintf screensaver)
2291  * KDE: fixed compilation with KDE 3.1
2292  * ALSA: fixed mono files output
2293
2294 Mac OS X port:
2295  * fixed a crash on start-up on some localized systems
2296  * lowered real-time priorities to avoid lock-ups on slow machines
2297  * VLC can now be made the handler of ftp http mms and udp URLs
2298  * playlist enhancements
2299  * added half, normal and double video window menu items
2300  * new step forward/step backward commands
2301  * the dock should no longer be visible in fullscreen mode
2302  * the Mac OS X binary is now compiled with Ogg/Theora support
2303  * vlc.app is now VLC.app
2304
2305 Win32 port:
2306  * fixed the "RichEdit line insertion error" bug
2307  * VLC can now be run from outside its installation directory
2308  * fixed a bug that prevented to find the default subtitle font
2309
2310 BeOS port:
2311  * smarter BeOS priorities to avoid lock-ups
2312  * few enhancements in the interface (especially the Settings window)
2313
2314 Opie port:
2315  * native video output is working again
2316  * only commandline interface support
2317  * support for MPEG4, DivX through ffmpeg package
2318
2319
2320 Changes between 0.4.6 and 0.5.0:
2321 --------------------------------
2322
2323 Core structure:
2324   * object structure which allows for full re-entrancy, known as libvlc
2325   * new audio output architecture based on filter pipelines, providing
2326     S/PDIF and multi-channel support
2327   * localization support via gettext on most architectures
2328   * new stream output architecture, allowing to use VLC to unicast,
2329     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
2330     and A/52 streams are supported)
2331   * build system now uses autoconf/automake/autopoint
2332
2333 Input access:
2334   * mms:// support
2335   * ftp:// support
2336   * stability fixes in the HTTP access
2337   * auto-detection of RTP encapsulation
2338   * VCD entry points support
2339   * VCD image file support
2340
2341 Input demux:
2342   * support for *.asf format
2343   * improved support for *.avi, especially over an HTTP connection
2344   * support for *.mp4 and *.mov format
2345   * support for ogg encapsulation
2346   * support for raw DV format
2347   * support for *.wav format
2348   * new demuxdump demux allowing to save a stream to a file
2349   * raw AAC support
2350
2351 Stream discovery & playlists:
2352   * support for the SAP/SDP and SLP protocols
2353   * support for .m3u file format
2354   * support for .asx file format
2355   * hack to find the streaming sources in html-pages with embedded wmp
2356
2357 Codecs:
2358   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
2359     (only available with the .avi demux)
2360   * support for ADPCM audio codec
2361   * support for raw PCM data
2362   * support for Cinepak video codec
2363   * support for DV video codec via libdv or ffmpeg
2364   * support for AAC audio codec via libfaad2
2365   * support for Xvid codec
2366   * support for Xiph.org's Vorbis audio codec
2367   * support for Xiph.org's Tremor audio codec (when compiling from sources)
2368   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
2369     from sources)
2370   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
2371     H263i, MJPEG A/B
2372   * fixed an endianness bug in LPCM codec
2373
2374 DVD support:
2375   * experimental preliminary support for DVD menus via libdvdplay
2376
2377 Miscellaneous:
2378   * new WxWindows interface
2379   * all interfaces allow to dynamically change the volume, the audio
2380     device and the channels configuration
2381   * headphone channel mixer with virtual spatialization effect
2382   * Mozilla plugin based on libvlc for embedded playback in webpages of any
2383     format that VLC can play
2384   * new swedish translation
2385   * enhancements of the playlist window
2386   * new messages window to see debug info
2387   * fixed a few crashes
2388
2389 iPaq port:
2390   * slider bar in GTK+/GPE Familiar interface
2391   * fixed crash on directory change in Familiar interface
2392   * added qte_main module for use in all modules that need Opie or Qte support
2393   * native video output module for Qt Embedded/Opie is not working
2394