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