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