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