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