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