DVDnav: fix .ifo files opening
[vlc/vlc-skelet.git] / NEWS
blobe8b549bbb8b86e98f7e6869998a9ae7ed7b014d9
1 Changes between 1.1.x 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.
8    Non-UTF-8 file systems support will be removed in future versions.
9  * The VLC plugins path can be overriden with the VLC_PLUGIN_PATH environment
10    variable. The --plugin-path command line option was removed.
11  * The default tarballs are now compressed with XZ/LZMA: .tar.xz
12  * OSS support is not compiled on Linux by default, pass --enable-oss to the
13    configure script if you use OSSv4 or really want to use OSS emulation.
15  * The NPAPI webplugin has moved to git://git.videolan.org/npapi-vlc.git
16  * The ActiveX webplugin has moved to git://git.videolan.org/activex-vlc.git
19 Core:
20  * Major Video Core and Outputs rework and rewrite:
21    Subtitles, subpictures and OSD can now be sized and blent inside video outputs
22    x11 (Unix) and Direct3D (Windows) are such video outputs.
23  * Almost every video filter can now be transcoded
24  * Playback rate doesn't get resetted to 1 between items anymore
25  * Option --sub-filter was renamed --sub-source
27 Access:
28  * Multiple files are now supported inside RAR files
29  * BDA: experimental support for ClearQam devices
30  * DVB-S scanning support on Unix
31  * DVB-C scanning on Unix scans correct modulation/symbolrate if needed
32  * DShow: support for freq and video standard selection
33  * Support for VDR recordings (http://www.tvdr.de/) folders
34  * Blu-Ray Discs integration using libbluray
35  * HTTP Live Streaming (IETF draft) playback support
36  * Blackmagic DeckLink SDI cards input support (Linux only currently)
37  * Linear Systems (HD-)SDI cards input support (Linux)
38  * RTP: support for dynamic payload types by specifying the payload format
39    in an option (no autodetection): only Theora supported for now
40  * Basic HTCPCP implementation for Coffee Pot control
41  * QTCapture: added support for all QTKit-compatible video input devices
43 Codecs:
44  * You can now use ffmpeg-mt in conjunction with vlc
45  * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
46  * Experimental Hardware decoding using Broadcom CrystalHD cards
47  * New module for Dirac encoding, using the faster libschroedinger
48    The Schroedinger module should be prefered to the Dirac one
50 Demuxers:
51  * new images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
52  * Ogg seeking improvements
53  * C64 SID file playback support using sidplay2
55 Interfaces:
56  * Skins2 / Qt: misc improvements and usability fixes
57  * Qt: effects dialogs rework
58  * Qt: new CoverFlow-like view of the playlist
59  * Qt: port to MacOS X platform
60  * Skins2: fullscreen controller support, relative placement support
61    and important cleanups and optimisations
62  * ncurses: heavy refactor of the complete interface
63  * Mac OS X: new Audio Effects panel adding Compressor and Spatializer filters
64  * Mac OS X: new Track Synchronization panel
65  * The rc and telnet lua interfaces were merged into a new "cli" interface
67 Video Output:
68  * New video output based on Direct2D for Windows 7 and Vista (with Platform Update)
69  * New video output for iOS platform
70  * Experimental work in progress on a video output using EGL
71  * Adaptation of the OpenGL layer for OpenGL ES 1.1
72  * Various vmem improvements
74 Audio Output:
75  * New audio output based on AudioQueue API for iOS
77 Video Filter:
78  * New gradfun filter for debanding videos using dithering
79  * Rewrite of the grain filter, faster and with better quality
80  * New posterize filter for lowering the number of colors
81  * Atmo ambilight: improve Fnordlicht up to 254 channels
82  * New sepia filter for creating sepia effect in videos
83  * New deinterlacer mode Phosphor, a framerate doubling CRT TV simulator
84  * New deinterlacer mode IVTC, to do live inverse telecine for NTSC films
85  * New subsdelay filter to change subtitles delay
87 Audio Filter:
88  * New Compressor filter, a dynamic range compressor
90 Stream output:
91  * New livehttp-module for HTTP Live Streaming (IETF draft) output
92    example: vlc inputfile :sout="#transcode{vcodec=h264,acodec=mp3,
93     venc=x264{profile=baseline},width=320,vb=256,ab=96}:std{
94     access=livehttp{index=public_html/iphonestream.m3u8,
95     index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames},
96     dst=public_html/iphonestreamfile-###.ts}"
97  * RTP: support for Vorbis and Theora
98  * Major rework of VoD support
99  * New delay module, to introduce delays of one ES, when streaming:
100        #delay{id=12,delay=500}:standard...
101  * New setlang, setid modules to change lang or id of one ES, when streaming:
102        #setid{id=12,new-id=42}:std...
103  * New langfromtelx module, to change lang of one ES, when streaming, based on
104    a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std...
105  * New select module, to replace an existing ES with another ES in the same track
106       #duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio}
107       #transcode{...}:bridge-in{id-offset=0}:select{disable=0}:setid{id=0,newid=0xa3}:autodel:std{...}
109 Services Discovery:
110  * Search API to be able to query distant search APIs from the interfaces
111  * Upnp module was ported to Win32
113 libVLC:
114  * New capabilities for libVLC:
115   ** libvlc_media_player_navigate for DVD navigation
116   ** libvlc_audio_filter_list_get, libvlc_video_filter_list_get to get the
117      list of available audio and video filters
119 Removed modules:
120  * asademux: use libass only
121  * subsass: use libass
122  * fake, invmem: use the new image demuxers
123  * hal, v4l, gapi, omapfb, hd1000a, hd1000v: obsolete unmaintained modules
124  * id3tag: use taglib
125  * upnp: use upnp_intel
126  * removal of old telnet interface in favor of the new lua CLI
127  * removal of http interface in favor of luahttp
130 Changes between 1.1.8 and 1.1.9:
131 --------------------------------
133 Windows and Mac OS X:
134  * Update of external library modplug, to address a security issue
136 Demuxers:
137  * mp4: Fix heap-based buffer overflow (VideoLAN-SA-1103)
139 Mac OS X Interface:
140  * Miscellaneous interface look adjustments
141  * Improve Apple Remote handling
142  * Fixe bugs in the Streaming / Transcoding wizard
143  * Layout fixes in the Preferences and Controls windows
144  * Fix incomplete list of hotkeys in the Preferences dialog
145  * Fix quitting through Apple Events (Dock menu, App Switcher, AppleScript, etc.)
147 Mac OS X Port:
148  * Fix Growl local notification plugin
149  * VLC bundle now includes the Growl framework
150  * Fixes for eyeTV
152 Translations:
153  * Updates of Lithuanian, Estonian, Chinese, Japanese, Bengali, Dutch, Polish,
154    German, Galician, Traditional Chinese translations
155  * New Luganda Translation
158 Changes between 1.1.7 and 1.1.8:
159 --------------------------------
161 Mac OS X Interface:
162  * New UI graphics by Damien Erambert
164 Interfaces:
165  * Oldrc interface is again the default RC interface, on Windows
166  * Luarc, luahttp and luatelnet fixes
167  * Qt and Mac OS X fixes
168  * numerous Skins2 fixes, notably winamp2 skins
170 Encoder:
171  * new libschroedinger-based Dirac codec encoder, faster than the current one
173 Access/Demuxers/Codecs:
174  * Subtitles auto-detection is back for .txt files
175  * vod/rtsp server and rtsp input fixes
176  * mp4 demuxer improvements
177  * ogg, rstp input, video filters minor fixes
178  * taglib's replaygain is fixed for mp3
179  * vobsub support has an improved auto-detection
180  * fix a crash in malformed ape files
182 Miscellaneous fixes in:
183  * Pulseaudio audio output, notably for usb cards
184  * Stacktraces are now limited in size on Windows
185  * Video resolution is now limited to 8192x8192, for security reasons
186    See CORE-2011-0208, CVE-2010-3275, CVE-2010-3276
187  * Configure and build system improvements
188  * DirectShow and BDA build headers have been updated
190 Translations:
191  * Update for Finnish, Galician, Dutch, Chinese, German, Japanese, Lithuanian,
192    Slovak, French, Polish, Estonian, Brazillian Portuguese and Hebrew
193  * New icelandic translation
196 Changes between 1.1.6 and 1.1.7:
197 --------------------------------
199 Linux port:
200  * Integration with the KDE GUI platform is disabled due to KDE bugs
201    #234484 and #260719.
203 Mac OS X port:
204  * Updated live555 library to fix playback of RTSP and Freebox streams
205  * Running VLC in 64bit mode requires Mac OS X 10.6.0 or later for speed
206    and stability reasons
208 Demuxers:
209  * Fix for Matroska / WebM remote code execution vulnerability.
210    VideoLAN-SA-1102
212 Translations:
213  * Update for Hebrew, Japanese, Danish and Russian translations
216 Changes between 1.1.6 and 1.1.6.1:
217 ----------------------------------
219 Source:
220  * Fix libnotify, lirc, pulse compilation and packaging for Unix/Linux
223 Changes between 1.1.5 and 1.1.6:
224 ---------------------------------
226 Audio output:
227  * Multiple fixes and improvements on PulseAudio output
228    PACKAGERS are VERY STRONGLY advised to update libpulse to 0.9.22.
229    Update is required to use PulseAudio with the Phonon-VLC backend (KDE)
230    and with the Mozilla VLC web browser plugin.
232 Access:
233  * Fix the Audio CD crash when looking for CDDB metadata on Windows
235 Decoders:
236  * Support for MPC SV7 and SV8 on Windows and Mac OS X (Unix was already working)
237  * Enabled FluidSynth MIDI playback plugin on Mac OS X
238  * Faster VP8/Webm decoding with recent codecs libraries
239  * Fix heap corruption in CD+G decoder - CVE-2011-0021 / VideoLAN-SA-1101
241 Demuxers:
242  * Fix Buffer overflow in Real demuxer - CVE-2010-3907 / VideoLAN-SA-1007
243  * Fix some asf/wmv seeking issues, notably when seek didn't go to a keyframe
244  * Support for 24-bits PCM over RTP (audio/L24)
246 Subtitles and renderer:
247  * Do not auto-detect .txt files for subtitles
248  * Mark more freetype options as safe
249  * Mac OS X: fixed fontconfig cache creation
250  * Fix heap corruption in subtitle decoders, potentially exploitable,
251    discovered by Harry Sintonen - sintonen at iki.fi - CVE-2011-0522
253 Visualization:
254  * Fix projectM visualization for Linux in all locales
255  * Fix projectM visualization support for Windows
256  * Various projectM improvements: the module should be working now
257  * Fix goom crash on Windows XP and Mac OS X
259 Interfaces:
260  * Qt4: fixes for media keys processing and MCE remotes
261  * Qt4: various fixes and portability improvements
263 Miscellaneous fixes:
264  * KDE device solid actions
265  * XDG screensaver
266  * Transcode integer overflow
267  * HTTP Icy metadata reading
268  * Windows: revert to 1.1.4 performance timers
270 Translations:
271  * Update translations for Chinese, Nippon, Slovak, Estonian, Spanish, Galician,
272    Swedish, Bulgarian, French, Bengalese, German, Slovak, Japanese, Dutch,
273    Polish, Hungarian, Indonesian, Sinhala and Irish
276 Changes between 1.1.4.1 and 1.1.5:
277 ----------------------------------
279 Security:
280  * Fix a Windows crash on accessing Network Shared files/drives,
281    VideoLAN-SA-1006
283 Access:
284  * Support for RTP access for H264 streams by specifying the demux in the MRL
286 Services Discovery:
287  * Integration in the playlist, of a list of web shows, provided by channels.com
289 Demuxers:
290  * Game Music Emu (GME) plugin rewritten, using the proper C API
291  * DVDnav and DVDread fixes for encoding and misc issues
292  * Playback of live http .Webm streams
293  * Taglib thread-safety fix
295 Decoders:
296  * Fix decoding of H264 using DxVA2 using Intel IGP, thanks to the donation from
297    "Puget Systems"
299 Skins:
300  * Add an icon to VLC on Linux
302 Video Output:
303  * fix a bug that could lead to 100% CPU usage on XCB
305 Interfaces:
306  * fix for Qt bug where VLC didn't exit properly on some Windows XP configuration
307  * fixes on luatelnet and luarc
309 Miscellaneous crashes and fixes in various plugins (telnet, live555, theora and
310  TS-mux, Qt)
312 libLVC:
313  * add libvlc_media_new_fd() to play directly file descriptors (not Win32/Win64)
314  * Miscellaneous fixes
316 Translations:
317  * Update translations for Walloon, Lithuanian, Spanish, Turkish, Estonian, Dutch,
318    Bengali, German, Polish, Brazillian Portuguese, Japanese, Italian, Galician,
319    French and Ukrainian
320  * Major update and activation on Windows of Modern Greek
321  * New Asturian translation
324 Changes between 1.1.4 and 1.1.4.1:
325 ----------------------------------
327 Mac OS X:
328  * Fixed video output on PowerPC-based Macs for videos with widths divisible
329    by 16
330  * Fixed an issue with the Equalizer's 170Hz slider
332 Demuxer:
333  * Fix crash when closing rtsp streams
335 Qt interface:
336  * Fix Windows 7 jumplists with Unicode files
337  * Various fixes for Windows
339 Translations:
340  * New Armenian translation
341  * Update translations for Dutch, Estonian, Lithuanian, Japanese, Nynorsk,
342    Brazillian Portuguese, Armenian, Wallon
345 Changes between 1.1.3 and 1.1.4:
346 --------------------------------
348 Win32:
349  * Fix a security issue when loading DLLs, especially in Qt4 and dmo modules,
350    See VideoLAN-SA-1005
351  * Fix folders opening from the interface
353 Translations:
354  * Update translations for Lithuanian, Bengali, Slovak, French, Dutch, Ukranian
355    Polish, Simplified Chinese, German and Galician
358 Changes between 1.1.2 and 1.1.3:
359 --------------------------------
361 Access and demuxers:
362  * fixes for FTP relatives path and FTP directory support
363  * fix for podcasts parsing
364  * DVD: fix an assert error and various memory leaks
366 Taglib:
367  * fix NULL dereferences, as reported by FortiGuard Lab,
368    CVE-2010-2937 / VideoLAN-SA-1004
370 Playlist:
371  * fix a regression where the wrong entry was played
372  * fix m3u playlists exports
374 Skins2:
375  * fix video autoresize behaviour
377 Translations:
378  * Update translations for Dutch, Sinhala, Hebrew, Estonian, Spanish and Bengali
380 Windows and Mac:
381  * Update of many codecs libraries, fixing bugs and improving speed
383 Mac:
384  * architecture-specific installations will now be replaced by specific updates
386 BSD:
387  * Add AltiVec detetion for OpenBSD/powerpc
390 Changes between 1.1.1 and 1.1.2:
391 --------------------------------
393 Demuxers:
394  * Avformat fps displaying fix
395  * TS, fix an issue where some programs would get dropped (fixes DVB issues too)
397 Audio filters:
398  * fix timestamps handling on some filters that provoked issues when playback
399    of mono streams, especially on Windows
401 Windows:
402  * fix a bug in direct3d video output with old nVidia drivers that broke video
403    playback with overlay (YUV->RGB)
404  * fix console output encoding
406 Interface and extensions:
407  * Youtube and other scripts updates
408  * Misc fixes in Qt4 (especially VLM and EPG dialogs) and MacOS interface
411 Changes between 1.1.0 and 1.1.1:
412 --------------------------------
414 libVLC:
415  * New capabilities for libVLC:
416    * Adjust video filter control: libvlc_adjust_Enable,
417      libvlc_adjust_Contrast, libvlc_adjust_Brightness, libvlc_adjust_Hue,
418      libvlc_adjust_Saturation, libvlc_adjust_Gamma
419    * libvlc_media_player_set_pause() can force the pause state, whereas
420      libvlc_media_player_pause() would only toggle it.
421    * libvlc_set_user_agent() configures the "user agent" strings used for some
422      protocols (HTTP, PulseAudio...). This replaces the --http-user-agent and
423      the former --user-agent libvlc_new() parameters.
424    * libvlc_video_set_callbacks() and libvlc_video_set_format() allow grabbing
425      video frames from a chosen memory location in real-time. This replace the
426      ugly --vmem-* libvlc_new() parameters in previous versions.
427      See http://wiki.videolan.org/LibVLC_SampleCode_SDL as an example.
428    * libvlc_audio_get_delay() and libvlc_audio_set_delay() configure the delay
429      between audio and video/subpictures for the current input.
430  * Various fixes and crash preventions, especially when video functions were
431    called early
433 Decoders/Demuxers:
434  * Fix performance issues with GPU decoding using DxVA2 using ATI graphic cards
435    You NEED ATI Catalyst 10.7
436  * Fix :program selection in TS and DVB-T
437  * Fixes and improvements for MKV, Avformat and Avcodec modules
438  * Fix mod (.xm, .s3m, .it) files support on Windows and Mac builds
440 Stream output:
441  * Fix h264 streaming in ts
443 Interfaces:
444  * Qt: fix preferences, hotkeys, messages and some fulscreen behaviour
445  * Skins: support for mousewheel in fullscreen, fix radialsliders
446  * Http: fix fullscreen toggle
448 Linux:
449  * Fix pulse closing
450  * VAAPI small improvements, notably for extraction mode selection
452 MacOS:
453  * Multiple interface and crash fixes
454  * Deinterlace selection is repaired
455  * Crashes when playing multi-channel tracks fixes
457 Windows:
458  * Activation of DEP on XP SP3
459  * Fix opening of .m3u and .pls playlists
460  * Fix crash when My Document isn't available
461  * Fix crash when Windows was getting into standby while playing video
463 Translations:
464  * Update translations for Spanish, Polish, German, Sinhala, Hungarian, Khmer,
465    Brazilian Portuguese, Chinese, Hebrew, Slovak, Galician
468 Changes between 1.0.6 and 1.1.0:
469 --------------------------------
471 Important changes for users:
472  * On Linux, known bugs in the ALSA library might prevent audio output.
473    Update to alsa-lib 1.0.24 or later, or use the PulseAudio output instead.
475 Important changes for packagers:
476  * The module cache has moved to ${libdir}/vlc/. The module cache can now be
477    generated at install time except if you use staged installation. In the
478    later case, you can generate the module cache in your post-inst script
479    by invoking 'vlc-cache-gen'. If the module cache is not present and vlc
480    can't write in ${libdir}/vlc/, it will result it vlc taking a long time to
481    launch each time.
482  * Most X11-related plugins now use XCB instead of Xlib. VLC now uses
483    - xproto,
484    - xcb, xcb-shm, xcb-xv, xcb-randr (from libxcb),
485    - xcb-keysyms (from xcb-utils),
486    - x11-xcb (from libx11) - only for GLX support.
487  * On X11 platforms, a _working_ version of xdg-screensaver is typically
488    required to inhibit the screensaver during video playback.
490 Access:
491  * Support for the sftp protocol
492  * Support for CDDB servers for Audio-CD on the Windows port
493  * New memory input (imem) access and access_demux module to feed VLC from data in memory
494  * New avio module to use libavformat capabilities for network streams, like rtmp://
495  * Port of the screen module from Xlib to XCB
496  * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
498 Decoders:
499  * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
500  * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
501  * Support for Audio/Video decoders and encoders using OpenMAX IL components for DSP
503  * Support PGS subtitles for Blu-Ray
504  * Support for HD-DVB subtitles - Display Definition Segment
505  * Invmem module improvements
506  * Support for Atrac1 audio codec
507  * Support for SSE3 and SSE4 capabilities in some codecs
508  * Multiple improvements for subtitles styles in .SRT and .SSA
509  * Support for native decoding of Windows Media Speech (Voice) audio codec
510  * Support for AMR-NB audio codec on the Windows and Mac port
511  * Support for Indeo5 video codec
512  * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
513  * Direct rendering is used more often with H.264 in avcodec module
514  * Support for MPEG-4 ALS lossless audio codec
515  * Support for VP8 codec
516  * Support for 7.1 channels in vorbis audio
518 Demuxers:
519  * Many fixes on Matroska support (notably seeking) and support for Webm format
520  * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
521  * Support for ADPCM in .flv streams
522  * Support for TwinVQ (.vqf) and AMV (.amv) files
523  * Various EGP improvements
524  * Support for embedded subtitles in OpenDML and legacy .avi files
525  * Metadata and cover art improvements
527 Playlist:
528  * WPL and ZPL playlist support
529  * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios
530  * New Play-And-Pause function to stop playback on latest video image
531  * Podcast images are now displayed
533 Video Output:
534  * Rewrite of the video output core and most video outputs
535  * Added desktop mode to the Direct3D output module. It differs from DirectX
536    desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
537  * New x11, glx and xv modules based on XCB
538  * New deinterlacing modes based on yadif and yadif(x2)
539  * New audio/video filter to show audio level on the video output
540  * Enhanced AtmoLight filter with hardware support for
541      Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
542      Quattro AtmoLight (use just 4 Classic AtmoLights as one)
543      MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
544      Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
546 Extensions:
547  * New content extensions lua framework
549 Audio filters:
550  * Chorus/Flanger audio filter
551  * 3F1R to stereo down-mix filter
552  * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited 
553    resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF 
554    and A/52 to SPDIF filters have been upgraded to the "audio filter2" API
555  * NEON assembly audio converter module
556  * Converter filters have been rewritten and extended to support s32 as input
558 Service discovery:
559  * Service discoveries can now be written in lua
560  * Service discovery for Picture/Music/Video user directories
561  * Service discovery based on libudev
562  * Shoutcast Service discoveries are now removed
564 Encoders:
565  * x264, add psy-rd parameter and change default settings
566  * x264, add profile-limitter same way as x264.exe has, for example
567     #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
568  * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
569    uses ABR and if qp-value is set uses CQP
570  * libx264-version 0.76 or higher is required
571  * x264 has tune/preset parameters supported
573 Stream output:
574  * New smem module, streaming to memory
575  * Allow duplicate outputs to be merged, like:
576    --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
578 Interfaces:
579  * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
580    and oldhttp.
581  * rc, telnet and http are now implemented using the lua interface system.
582  * qt4 interface contains new iconview and listview mode for playlist
584 Visualization:
585  * Support of .milk visualization files using projectM libraries
587 Mac OS X Port:
588  * Vastly improved VLCKit framework
589  * A new dialog provider for libvlc-internal interaction without full interface
590  * Improved update detection and installation by using the Sparkle framework
591    by Andy Matuschak et al.
592  * New CoreText based text renderer replacing the former ATSUI renderer
593  * New Video output module (mostly targetting VLCKit)
594  * Optimised behavior when using the 2009 Apple Remote
596 Windows port:
597  * Integration in Windows 7 taskbar
598  * Playback of .Midi files is supported through fluidsynth's module
600 Maemo port:
601  * Multiple improvements for N900 compliance and efficiency
602  * Support for HW accelerated video decoding on N900
603  * Improvements to the maemo/hildon interface
605 Misc:
606  * new sqlite module
607  * --save-config command line option not supported anymore.
608  * Fixed and reenabled netsync module.
609  * Improved Solaris port
611 Bindings:
612  * new C++ wrapper around libVLC: libVLCpp
613  * phonon-VLC backend is now usable
615 Removed modules:
616  * csri codec: use the libass module instead.
617  * galaktos visualisation: use the new projectM module instead.
618  * showintf: Useless in Qt and on Mac OS X
619  * transrate: broken since too long
620  * Xlib x11, Xlib xvideo, Xlib glx: Use the new XCB modules instead.
621  * HAL: Use libudev instead.
622  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
623  * WinCE, BeOS and qnx interfaces
624  * opie, qte and qte_main interfaces
625  * linear_resampler and trivial_resampler are removed: use the ugly one.
626  * XvMC accelerated modules: use VAAPI instead.
627  * MGA (Matroska) for Linux: use Linux Framebuffer (or X) instead.
628  * opengllayer: use macosx_video instead.
629  * cddax: use cdda instead.
630  * cmml and tarkin codecs are removed because they are dead codecs.
631  * realaudio codecs: use libavcodec
632  * access_file removed in favor of filesystem
633  * RTMP input and output: use avio module
636 Changes between 1.0.5 and 1.0.6:
637 --------------------------------
639 Access:
640  * Fix crash on FTP URI with no file path
642 Decoders/Packetizers:
643  * Fix overflows in A/52, DTS, MPEG Audio and subtitles support
645 Demuxers:
646  * Update LUA script for Youtube pages
647  * Fix crashes in AVI, ASF and Matroska files
648  * Fix crashes on malformatted ZIP archives
649  * Fix crashes and leaks in the FFmpeg/avformat plugin
650  * Fix crash on invalid XSPF playlist
652 X11 port:
653  * Partial Xlib threading fixes
654    More complete fixes are available in VLC 1.1.0. Please update!
656 Interfaces:
657  * Fix crash (use after free) in Qt4 bookmarks
658  * Fix a few crashes in Qt4 playlist
660 Translations:
661  * Simplified Chinese, Estonian, French, Japanese, Korean, Spanish, Swedish
662    and Walloon translations updated
663  * Sinhala translation started
665 Removed modules:
666  * RTMP input and output are removed due to security problems. Please update
667    to VLC 1.1.0 which provides an FFmpeg-based RTMP input if needed.
670 Changes between 1.0.4 and 1.0.5:
671 --------------------------------
673 Decoders:
674  * SubRip extra styles improvements
675  * Fix potential crashes in SSA and svg decoders
677 Mac OS X Interface:
678  * Improved support for the 2009 Apple Remote
680 Windows port:
681  * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
682    increase performance and fix x264 issues
684 Translations:
685  * Portuguese Brazilian, Lithuanian, Romanian, Ukrainian, Japanese, Bengali,
686    Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
687    Russian, Slovak translation updates
688  * New Malayalam, Macedoninan, Nynorsk translations
691 Changes between 1.0.3 and 1.0.4:
692 --------------------------------
694 Audio outputs:
695  * Fix deadlocks in the audio output core
696  * Make PulseAudio the default output if available
698 Video outputs:
699  * Fix fullscreen mode with KDE 4.3.3 and other window managers
700  * Fix incompatibility with cairo-dock and compositing
702 Input:
703  * Fix DVB scanning regression from VLC 1.0.3
704  * Support for XZ-compressed byte stream (LZMA algorithm)
706 Playlist:
707  * Support for .m3u8 playlist files (UTF-8 M3U)
709 Unix:
710  * Support for xcb-keysyms version 0.3.4 or higher
711  * Fix globalhotkeys on FreeBSD
713 Qt4 interface:
714  * Fix opening V4L version 1 devices
715  * Fix default destination ports in the streaming wizard
717 Translations:
718   * New Walloon translation
719   * Swedish, Ukrainian and French translation updates
722 Changes between 1.0.2 and 1.0.3:
723 --------------------------------
725 Video outputs:
726  * Fix video quality when resizing the video on Windows Vista and 7, due to
727    regressions in most popular drivers
728  * New deinterlacers modules based on yadif and yadif(x2) algorithms
730 Decoders:
731  * Windows version supports now natively the WMA Professional codec, as it
732    didn't work in the packaged version of 1.0.2
733  * Fix downmixing of particual 4.0 AC-3 audio tracks
735 Encoders:
736  * x264 has profile-limitter, like:
737     #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
739 Input:
740  * Update for appletrailers lua script
741  * Fixes on the RAR stream filter
742  * Fix for E-AC3 in ATSC/TS streams
743  * Various fixes for v4l and v4l2
744  * Fix a crash in mjpeg demuxer
746 Service discovery:
747  * New udev module for linux
749 Qt4 interface:
750  * Fixes on the playlist and the stream output panels
752 Translations:
753  * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
756 Changes between 1.0.1 and 1.0.2:
757 --------------------------------
759 Decoders:
760  * Native support for WMA Professional, without the use of the Win32 dlls
761  * Fix issues in subtitles, especially SSA ones
762  * Various fixes on theora and ogg
764 Demuxers:
765  * Various fixes for EPG support in MPEG-TS demuxer
766  * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
768 Access:
769  * Fixes for v4l2 devices
770  * Fixes for dvb-c channels-scanning
772 Qt Interface:
773  * Fix some playlist sorting issues
775 Mac OS X Interface:
776  * Fixed a crash when updating VLC
777  * Fixed a crash related to QTKit when opening video files (10.6 only)
778  * Added the ability to play 2nd media in sync to the primary item (input-slave)
779  * Added the "Quit after Playback" feature
781 Mac OS X Port:
782  * The "Delete Preferences" script is now delivered as a Universal Binary
783    with native code for PowerPC, Intel and Intel 64bit
784  * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
785    - no support for Goom and SDL
786    - limited text rendering support
787    - This port is still considered as EXPERIMENTAL despite its binary release.
789 Encoders:
790  * MPEG2 transrate stream output removed
791  * x264 default-values closer to x264.exe defaults.
792  * x264 rc-behaviour fixes:
793    - if user defines qp-value, CQP-mode is used
794    - otherwise if user defines vb=0, CRF-mode is used
795    - otherwise ABR-mode is used
796  * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
797    - ABR mode set vbv-max-bitrate=bitrate
798    - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
801 Playlist:
802  * Lua scripts for Mpora and Vimeo playback
804 Unix builds:
805  * Various fixes to enable 1.0 to build on Solaris and OpenBSD
807 Translations:
808  * New Kazakh and Croatian translations
809  * Lithunanian translation is available on Windows
810  * Galician, Korean, Nepali, Vietnamese, Ukrainian, Portuguese Brazilian,
811    Arabic and French translation updates
814 Changes between 1.0.0 and 1.0.1:
815 --------------------------------
817 Demuxers:
818  * Fix wmv/asf issues that caused audio to drop
819  * Various fixes for ac3, mp3, dts and stability for wav format
820  * Fix seek in RTSP in conformity to RFC 2326
821  * Fix Dailymotion access script
822  * Fix crashes in xspf files handler
823  * Fix seeking and timing issues in some flv files on Windows version
825 Access:
826  * Add extra caching for files on network shares
827  * Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ, DZCORE Labs, Algeria
829 Decoders:
830  * Fix seeking in mpeg2 video files
831  * Improve SSA subtitles rendering
832  * Update most codecs for the Windows and Mac version
834 Muxers:
835  * Fix sound recording of .flv files with mp3 audio
837 Qt Interface:
838  * Possibility to change the opacity level of the Fullscreen controller
839  * Fix various crashes and VIDEO_TS folders opening
841 Mac OS X Interface:
842  * Added options to disable support for Apple Remote and Media Keys
843  * Fixed options for Volume, Last.fm password and Subtitle Encoding
844  * Fixed redraw issues when autosizing the video window
845  * Preferences panel now includes help through tool-tips
846  * More reliable Information and Messages panels
847  * Fix various crashes
849 Windows port:
850  * The ZVBI module is now available for Windows, for complete teletext support
852 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk, Lithuanian
855 Changes between 0.9.10 and 1.0.0:
856 ---------------------------------
858 Important notes:
859 ----------------
860  * Alsa and OSS audio capture has been removed from the v4l and v4l2 accesses.
861    See 'Access:' for more info.
862  * Support for Mac OS X 10.4.x was dropped due to its technical limitations
864 Playback:
865  * Instantaneous pausing
866  * Frame-by-Frame playback
867  * Finer speed control
868  * On-the-fly recording for all medias
869  * Timeshift for most medias
870  * RTSP trickplay support
871  * Subtitles core improvements and fixes
873 Decoders:
874  * New AES3 (SMPTE 302M) decoder
875  * New Dolby Digital Plus - E-AC-3 (A/52b) decoder
876  * New True HD/MLP decoder and parser
877  * New Blu-Ray Linear PCM decoder
878  * New QCELP (Qualcomm PureVoice) decoder
879  * Improved Real Video 3.0 & 4.0 decoder
880  * New WMA v1/2 fixed point integer decoder
881  * Closed Captions using the SCTE-20 standard are now correctly decoded
882  * Improvement of WavPack decoder to support all integer modes and float mode
883  * Corrections on 5.1 and 7.1 channel decoding and ordering
885 Demuxers:
886  * Support for Dirac, MLP and RealVideo in Matroska files
887  * Major improvements in RealMedia files opening (.rm and .rmvb)
888  * Improvements of the TS demuxer for M2TS files from Blu-Ray and AVCHD
889  * Metadata for mod files are supported
890  * GSM codecs in Wav files are supported
891  * New raw audio demuxer supporting raw PCM streams
892  * New Dirac demuxer for raw Dirac streams
894 Encoders:
895  * Dirac encoding using libdirac (supported in Ogg and in TS)
896  * Shine mp3 fixed-point encoder
898 Access:
899  * RTSP authentication with Darwin Streaming Server
900  * On-the-fly gzip and bzip2 file decompression (except on Windows)
901  * Playback for video in uncompressed multi-RAR archives
902  * DVB-S and ATSC cards support on Windows
903  * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
904    OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
905  * DVB scanning on linux
906  * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
907  * On-the-fly zip file decompression and browsing (MRL of the form
908    zip://file.zip!/file.avi to specify the file - the development form of
909    zip://file.zip|file.avi is not supported anymore)
910  * Opening of any file descriptor using 'fd://'
911  * MTP device access on Unix
912  * CD-Text support on the cdda module (CD-Audio)
913  * :start-time and :stop-time can handle sub-second values
915 Inputs:
916  * Mouse cursor support in x11 and win32 screen modules
917  * Screen module now features partial screen capture and mouse following on
918    Windows and Mac OS X.
920 Playlist:
921  * Export the playlist in HTML
922  * Lua script for BBC radio playback
923  * Better metadata handling and reading
925 Linux/Windows interface:
926  * Global Hotkeys on Windows and Linux
927  * Various fixes for skins2 interface
928  * Recently played items list
929  * Interface toolbar customizations
930  * Various Improvements on the Qt interface:
931     - More menus actions
932     - Finer speed slider
933     - Improvements on many dialogs
934     - New dialog for plugins listing
935     - Fixed-size mode for videos
936     - Better Teletext, trickplay and encrypted streams control
937  * Better integration in GTK environments
939 Mac OS X Interface:
940  * Controllable by the Media Keys on modern Apple keyboards (brushed Aluminium)
941  * Reveal-in-Finder functionality for locally stored items.
942  * Easy addition of subtitles through the Video menu
943  * Additional usability improvements
945 Stream output:
946  * Restored the old mpeg2 transrating module.
947  * Multiple bridge-in instances are now possible.
948  * bridge-in can be used to configure a placeholder stream.
949  * Remote Audio Output Protocol (AirTunes) module.
950  * Fixed mosaic memleak. Mosaics are now usable again.
952 Maemo Port:
953  * New Maemo port with:
954    - an interface based on Hildon framework.
955    - scaler based on the swscale_nokia770 library.
957 Windows CE Port:
958  EXPERIMENTAL work for the winCE port has been done.
960 Mac OS X Port:
961  * EXPERIMENTAL 64bit support
962  * Speed improvements by using llvm-gcc
963  * New document icons by Dominic Spitaler
964  * Support for latest iSight models
966 Audio output:
967  * Removed obsolete Esound and aRts plugins
968  * Surround support for PulseAudio
970 Video output:
971  * Effects (cube, torus, etc.) removed from OpenGL video output
972  * Video is able to stay in original size and to zoom in fullscreen
973    (hotkey 'o') while keeping black borders
974  * Image video output has been rewritten into a video-filter named 'scene'.
975    The old image video output has been removed.
976  * Support for scaling and converting video chromas with FFMPEG imgresample was
977    withdrawn due to bugs. Please use the newer FFMPEG swscale instead.
979 Miscellaneous:
980  * Invmem, a fake codec to display images from external applications
982 New Localization:
983  * Khmer
984  * Mongolian
985  * Sorani
988 Changes between 0.9.9a and 0.9.10:
989 --------------------------------------
991 HTTP Interface:
992  * Fixed default ACL
994 Mac OS X:
995  * Fixed crashes on multi-screen setups
996  * Corrected volume and subtitle encoding options in the Preferences
997  * Improved Information panel behavior, when playlist is not displayed
998  * Fixed QTCapture input support for the latest iSight models
999  * Added a menu-item to unlock the video window's aspect ratio
1000  * Fixed redraw issues when autosizing the video window
1001  * Updated libpng, libgpg-error, libgcrypt, fribidi
1003 Various fixes to the following modules:
1004  * access:
1005    - HTTP, SMB
1006    - updated and additional access scripts (BBC radio, dailymotion, ...)
1007    - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
1008      DZCORE Labs, Algeria
1009  * stream out:
1010    - RTP, RTSP VoD, Mosaic Bridge
1011  * decoder:
1012    - TSCC
1015 Changes between 0.9.9 and 0.9.9a:
1016 ---------------------------------
1018 Mac OS X:
1019  * Updated multiple 3rd party libraries to keep in sync with the Win32 port
1020  * Playback fixes for PowerPC-based Macs
1023 Changes between 0.9.8a and 0.9.9:
1024 ---------------------------------
1026 Decoders:
1027  * Experimental new decoder for Real Video 3.0 & 4.0
1029 Demuxers:
1030  * Various fixes related to real demuxer
1032 Mac OS X Interface:
1033  * Fixed circumstances, which could lead to an empty Information panel
1034    - Note that VLC will show information on the currently _selected_ item 
1035      instead of the currently _playing_ item, if the playlist is visible in the
1036      main controller window.
1037  * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
1039 Mac OS X Port:
1040  * Improved video playback performance on Intel-based Macs
1042 New Localizations:
1043  * Indonesian
1044  * Bengali
1045  * Updates of other localizations
1047 Various bugfixes:
1048  * Support for receiving RTP packets on odd port numbers.
1049  * Lots of small bugfixes.
1050  * Correct Fullscreen behaviour on Multi-Screen setups on Windows
1051  * Telnet fixes on Windows
1052  * Resampling fixes when transcoding
1055 Changes between 0.9.6 and 0.9.8a:
1056 ---------------------------------
1058 Security update:
1059  * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
1061 Bunch of small bugfixes.
1064 Changes between 0.9.5 and 0.9.6:
1065 --------------------------------
1066 New Localizations:
1067  * Ukranian
1069 Security updates:
1070  * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-5032)
1071  * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-5036)
1074 Changes between 0.9.4 and 0.9.5:
1075 --------------------------------
1076 Security updates:
1077  * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
1078  * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
1080 Features:
1081  * Closed Caption EIA 608/708 parsing enabled for libmpeg2
1083 Various bugfixes:
1084  * Fixed various potential crashes and memleaks
1085  * Fixed issues with reading from files (especially non-local)
1087 Windows port:
1088  * Fix bug where interface was "eating" some media keys
1089  * Fix some crashes in DirectShow access
1091 Qt Interface:
1092  * Fix bug when the resetting of preferences didn't reset the dialog states
1093  * Right-click menu to select playlist columns reenabled
1094  * Various fixed in playlist
1096 Access:
1097  * MMAP module is now deactivated by default
1099 Translations:
1100  * Update of Brazillian, Swedish translation
1103 Changes between 0.9.3 and 0.9.4:
1104 ------------------------------------
1105 Various bugfixes:
1106  * Crashes fixed in ogg, vobsub, dvdread
1107  * Fixes several memory leaks.
1109 Mac OS X port:
1110  * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
1111  * Fixed a crash with deletion of old preferences.
1112  * Fixed targetname for downloaded updates
1114 Windows port:
1115  * Stability fix for the video output.
1118 Changes between 0.9.2 and 0.9.3:
1119 --------------------------------
1121 Various bugfixes:
1122  * Fixed DTS channel order on 5.1 systems
1123  * Fixed pausing behavior for subtitles and for Audio-CD
1124  * Multiple subtitles and podcast fixes
1125  * Various crashes fixed in PS, SSA, mkv, xspf, freetype
1126  * Fixed update system bugs
1127  * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
1129 Mac OS X port:
1130  * Fixed ffmpeg slowness on PowerPC-based Macs
1131  * Fixed crash on startup when installed on old preferences
1132  * Fixed bug in directory opening on Mac OS X
1133  * Fixed font selection in the Simple Preferences
1134  * Thicker border to the subtitle renderer
1135  * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
1136  * Fixed AC3 passthrough on Mac OS X
1137  * Fixed behavior of the Volume Normalizer settings on Mac OS X
1138  * Removed the deprecated QuickDraw video output module to avoid crashes on
1139    modern Mac OS X versions
1141 Windows port:
1142  * Fixed sensitivity of Fullscreen Controller
1143  * Fixed error messages on startup when VLC wasn't correctly uninstalled
1144    before installation
1145  * Fix showing of controller when returning from fullscreen playback
1146  * Multiple directory and path location fixes.
1148 Qt4 interface:
1149  * Added Faster/Slower icons to the controller panel
1150  * Fixed lost playlist columns when switching the playlist view
1151  * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
1152  * Fullscreen controller: added time label, remembering of last position
1153  * Fixed drag'n drop behaviour on the playlist
1154  * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
1157 Changes between 0.9.1 and 0.9.2:
1158 --------------------------------
1160  * Restored the old behavior of --sout-keep. It is now de-activated by default.
1161  * Skins2 interface repaired on Windows.
1162  * Multiple bugfixes.
1165 Changes between 0.9.1 and 0.9.0:
1166 --------------------------------
1168  * Multiple bug fixes.
1171 Changes between 0.8.6i and 0.9.0:
1172 ---------------------------------
1174 Important notes:
1175 ----------------
1176  * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
1177    recent to work correctly
1178  * The HTTP interface is now only available on the local machine by default.
1179    If you want to make it available from other machines, you will have to
1180    edit the ".hosts" file.
1181    - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
1182      If you're using the old http interface, it's located in
1183      /usr/share/vlc/http/old/.hosts
1184    - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
1185      C:\Program Files\VideoLAN\VLC\http\old\.hosts
1186    - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
1187      and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
1188  * This version of VLC contains a new interface for Windows and Linux.
1189    This interface has a fullscreen controller and simplified preferences.
1190    This interface lacks the "Streaming Wizard" that used to be present in VLC
1191    0.8.6, but provides basic profiles.
1192  * The behavior of --sout-keep was changed. It's now activated by default.
1193  * The marq, mosaic and logo commands in the rc interface changed. They
1194    now require a target name as their first argument. Example:
1195    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
1196    You can then use commands like: @test marq-marquee Goodbye
1197    If you didn't name the object using @test, its name will default to the
1198    plugin name (hence 'marq') in this example.
1199    These new commands are also available in the telnet interface.
1200  * The "rtp" access output module has been removed.
1201    Please use the RTP stream output instead, e.g.:
1202      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
1203      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
1204  * You now need to append --m3u-extvlcopt to your command line to enable
1205    EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
1206    of options is available to m3u playlists (CVE-2007-6683).
1207  * The old access:url syntax is no longer supported to resolve ambiguities
1208    with some file names. Use access://url instead.
1209     E.g.:  vlc:quit -> vlc://quit ;
1210            udp:@239.255.12.12 -> udp://@239.255.12.12
1211  * The ffmpeg module has been removed and replaced by the new avcodec,
1212    avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
1213    and postproc modules.
1214  * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
1215    following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
1216    STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
1217    BACKWARD being reserved for future implementations and are thus not
1218    functional atm.
1219  * Croping and padding in transcode are now done using the croppadd video
1220    filter. For example:
1221    transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
1222  * Canvas setting in transcode is now done using the canvas video filter.
1223    For example:
1224    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
1225  * Glide video output module has been removed.
1227 Changes:
1228 --------
1230 Security updates:
1231  * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
1232    CVE-2008-1807)
1233  * TTA Parser improvements (CVE-2008-3732)
1234  * MMS Access Module improvements (CVE-2008-3794 )
1236 Playlist:
1237  * Vastly improved playlist support:
1238     * Media library creation to save all your playlist items
1239     * "Live search"
1240     * Shoutcast TV listings
1241     * Audioscrobbler/Last.FM support
1242  * Album art support
1243  * User definable Lua playlist scripts. See share/lua/playlist/README.txt
1244    (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
1245    lots of other URLs)
1246  * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
1248 Inputs:
1249  * Video for Linux 2 (V4L2) input support
1250  * UDP-Lite transport for RTP/AVP
1251  * DCCP transport for RTP/AVP
1252  * Proxy support for MMSH stream
1253  * JACK audio input support
1254  * Input run time option (improved live stream recording)
1255  * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
1256  * Re-written Screen access module for Mac OS X 
1257    using OpenGL instead of QuickDraw
1258  * Screen module now supports partial screen capture and mouse following on X11.
1259  * Experimental EyeTV access module
1260    This requires the user to install a plugin to EyeTV.app
1261    (available as a separate download).
1262  * Simple RTP input (with MPEG A/V, G.711 and PCM support).
1263  * RTMP input support
1264  * QTKit-based Input module for Mac OS X allowing display and streaming of video
1265    taken from all iSight-labelled video cameras (no audio support)
1266  * HTTP access now supports gzip compressed data and Digest Access
1267    Authentication.
1268  * New options to reduce latency between arrival of raw data and display of
1269    frames. (--auto-adjust-pts-delay and --use-stream-immediate)
1271 Demuxers:
1272  * MP4 gpac and Apple chapter support
1273  * Fixed playback of AIFF stereo files
1274  * Fixed audio glitch on seek
1275  * Improved FLAC demuxer (duration / current time / meta data)
1276  * AAC tags support
1277  * APEv1/2 tags support
1278  * Improved ID3v2 tags support
1279  * Improved Ogg/Vorbis tags support
1280  * Raw video support
1281  * Standard MIDI File (types 0 & 1) support
1282  * TiVo Series 2 support
1283  * CD+G karaoke Files support
1284  * MXF files support
1285  * OMA support
1287 Decoders:
1288  * VP60/VP61/VP6F/VP62 support
1289  * Flash Screen Video support
1290  * CamStudio Screen Video support
1291  * DosBox Capture support
1292  * Karl Morton's Video support
1293  * limited atrac3 support
1294  * Fraps support
1295  * Fluidsynth MIDI software synthesis (with external sound fonts)
1296  * New codec FOURCCs to support more specific files:
1297    Avid, FCP, Sony, Samsung, ...
1298  * H.264 PAFF support
1299  * DNxHD / VC-3 support
1300  * NellyMoser ASAO support
1301  * APE (Monkey audio) support
1302  * RealVideo support (with the RealVideo run-time)
1303  * Dirac video support using libschroedinger
1305 Subtitles:
1306  * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
1307  * VBI & EBU (Teletext) support (*nix, Mac OS)
1308  * Ogg/Kate subtitles support
1309  * AQTitle subtitles support
1310  * MKV USF subtitles support
1311  * HTML-based subtitles support
1312  * MPSub subtitles support
1313  * JacoSub subtitles basic support
1314  * MPL2 subtitles support
1315  * Rewrite of ASS/SSA scripts and subtitles support
1316  * PowerDivx (.psb) Subtitles support
1317  * Realtext subtitle support
1318  * DKS subtitle support
1319  * SubViewer 1.0 (SubRip09) subtitles support
1320  * Correct Right-to-left languages in subtitles support
1322 Encoders:
1323  * Flash Screen Video support
1324  * Improved H.264 encoding speed
1326 Video outputs and filters:
1327  * New CoreAnimation-based output module (VLCKit framework on OS X only)
1328  * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
1329    Psychedelic) video filters can now be streamed
1330  * New puzzle video output filter
1331  * Re-written motion detection video filter
1332  * New extract video filter (extract Red, Green and Blue components from a
1333    video)
1334  * New sharpen video filter (increase the contrast of adjacent pixels)
1335  * New erase video filter (removes logos from a video)
1336  * Enhanced subtitles' renderer to support bold, italic and some HTML tags
1337    (Google Summer of Code Student project)
1338  * Support for RGBA and I420 blending.
1339    The latter improves Mosaic CPU usage *a lot*.
1340  * New transparency mask video filter (for use with the mosaic_bridge module).
1341  * New bluescreen video filter (for use with the mosaic_bridge module). 
1342    This was previously part of the mosaic module.
1343  * Fixed random characters problem in RSS filter.
1344  * Add rotate-deciangle for more precision on rotate filter
1345  * Support for Intel SSE2 instruction set in chroma converters
1346  * Improved use of Intel MMX instruction set in chroma converters
1347  * New croppadd and canvas video filters.
1349 Audio outputs and filters:
1350  * Replay gain support
1351  * Audio playback when going slower/faster (with pitch correction via
1352    new scaletempo audio filter)
1353  * New spatializer audio filter
1354  * Correct DTS output via S/PDIF
1356 Stream output:
1357  * RTSP for TS-multiplexed broadcast streams
1358  * New RTP payload formats:
1359    * Speex voice audio codec
1360    * ITU T.140 (for text, subtitles) output
1361    * G.711 (both A-law and Âµ-law) output
1362  * UDP-Lite transport for RTP
1363  * DCCP transport for RTP
1364  * Lots of fixes for RTSP broadcasting
1365  * RTMP output
1367 Interfaces:
1368  * All
1369    * New Simple Preferences dialogs showing the most important settings in an
1370      end-user suitable way.
1371    * Improved user interaction
1372    * Improved mouse gestures
1373    * Vastly improved Update checker
1374    * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
1375  * Windows/Linux
1376    * Brand new interface for Linux and Windows, based on the Qt toolkit
1377    * Fullscreen controller (transparency on Linux+Composite)
1378  * Mac OS X
1379    * Improved video output features
1380    * Online access to VideoLAN's Help Wiki within VLC
1381    * New setting to disable the "Recent Items" service
1382    * When playing Radio (live) streams, the current track is shown correctly
1383    * Correct appearance on Macs using Aqua's graphite theme
1384    * Simplified Extended Controls panel
1385  * Ncurses:
1386    * Correctly displays wide characters when using an UTF-8 locale, 
1387      if libncursesw is available.
1388    * Some nice colors if the terminal supports it (most do)
1389  * Experimental Lua interface modules. See vlc -I lua and
1390    share/lua/intf/README.txt for more info.
1391  * Unix
1392    * Option to allow only one running instance, using D-Bus interface.
1393    * D-Bus Interface implementing the MPRIS 
1394      (Media Player Remote Interfacing specification), a common dbus control 
1395      interface for media players that intends to become an xdg standard when 
1396      finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
1397    * Motion module using disk accelerometers to keep video horizontal
1398    * Plugin to set Telepathy presence message using MissionControl
1399  * Fixed VLM schedule time on Linux
1401 Linux Port:
1402  * VLC now complies with the XDG Base Directory Specification version 0.6
1403    http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
1404    (which means that VLC doesn't use the $HOME/.vlc directory anymore)
1406 Mac OS X Port:
1407  * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
1408    applications (Google Summer of Code Student project, Mac OS X 10.5 only)
1409  * New text renderer based on Quartz replacing the existing Freetype solution
1410  * Complete compatibility with Mac OS X 10.5 Leopard
1411    * It is now required to compile a fully featured build
1412  * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
1414 LibVLC:
1415  * Event management and various improvements in libvlc
1416    (Part of a Google Summer of Code Student project)
1418 New Localizations:
1419  * Finnish
1420  * Persian
1421  * Polish
1422  * Punjabi
1423  * Bulgarian
1425 Developers:
1426   * LibVLC now supports externally built plugins properly.
1427     A "vlc-plugin" pkg-config package is provided.
1428   * Java bindings are now built from a separate source.
1431 Changes between 0.8.6h and 0.8.6i:
1432 ----------------------------------
1434 Security updates:
1435  * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
1437 Various bugfixes:
1438  * Fixed option to use shared memory within the GLX video output module
1439  * Improved galaktos-based audio visualizations on FreeBSD 
1440  * Miscellaneous bugfixes in multiple modules and in libvlc
1441    (transcode stream output, OSD menu video filter, VCD input, 
1442     SAP services discovery, http control interface)
1443  * Updated Polish translation
1446 Changes between 0.8.6g and 0.8.6h:
1447 ----------------------------------
1449 Security updates:
1450  * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948, 
1451    CVE-2008-1949, CVE-2008-1950)
1452  * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
1454 Goodies:
1455  * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
1456  * Miscellaneous bugfixes in multiple modules and in libvlc
1457    (ftp access, record access filter, video filters, RC interface, 
1458     playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
1459  * Improved support for MPEG2 content created by Final Cut Pro
1460  * More reliable audio reception for MPEG TS streams
1461  * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
1462    to an unexpected application termination
1463  * New Serbian translation
1464  * Updated Romanian translation
1467 Changes between 0.8.6f and 0.8.6g:
1468 ----------------------------------
1470 Security updates:
1471  * Removed VLC variable settings from Mozilla and ActiveX 
1472    (CVE-2007-6683, VideoLAN-SA-0804)
1473  * Removed loading plugins from the current directory 
1474    (CVE-2008-2147, VideoLAN-SA-0805)
1475  * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
1476  * Fixed libid3tag denial of service (CVE-2008-2109)
1477  * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
1478  * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
1480 Various bugfixes:
1481  * Fixed various memory leaks, improving stability when running as a server
1482  * Fixed compilation with recent versions of FFmpeg
1483  * Correctly parses SAP announcements from MPEG-TS
1484  * Fixed AAC resampling
1485  * The Fullscreen Controller appears correctly on Mac OS X, 
1486    if the 'Always-on-top' video option was selected.
1489 Changes between 0.8.6e and 0.8.6f:
1490 ----------------------------------
1492 Security updates:
1493  * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
1494  * Fixed Real RTSP code execution problem (CVE-2008-0073)
1495  * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
1496  * Fixed cinepak vulnerabilities (CVE-2008-1769)
1497  - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
1499 Various bugfixes:
1500  * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
1501  * Improved VLC's video output behavior on multi-screen setups running Mac OS X
1502  * Fixed crashes in H264 packetizer
1503  * Close MMS access on network timeout
1504  * Fix some problems with AAC decoder & packetizer
1507 Changes between 0.8.6d and 0.8.6e:
1508 ----------------------------------
1510 Various bugfixes:
1511  * Resume playback for viewing content over FTP
1512  * Fixed XShm detection with remote X11
1514 Security updates:
1515  * Subtitle demuxers overflow (CVE-2007-6681)
1516  * HTTP listener format string injection (CVE-2007-6682)
1517  * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
1518  * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
1519    VideoLAN-SA-0801)
1520  * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130, 
1521    VideoLAN-SA-0802)
1523 Audio filter:
1524  * Fixed DTS to S/PDIF converter
1526 Audio output:
1527  * Fixed 5.1 audio on ALSA
1529 Access:
1530  * Fixed some RTSP hanging and user/password passing through RTSP URLs
1532 Stream output:
1533  * Fixed waiting for SPS/PPS problem in H.264 packetizer
1535 Encoders:
1536  * Improved compatibility for creating H.264 video files playable on iPhones
1537  * Improved detection of optimal amount of threads for multi-threaded H.264 
1538    encoding on multi-cpu systems
1539     - Note that this is used when transcode threads is set to 0 (default)
1540     - Not supported on Windows (multiple threads require manual configuration)
1542 Mac OS X Interface & Port:
1543  * Restored compatibility with Mac OS X 10.3.9
1544  * Corrected behavior of the Preferences panel
1545  * VLC no longer crashes on quit while playing
1547 Localization:
1548  * Updated Romanian and Polish translations
1551 Changes between 0.8.6c and 0.8.6d:
1552 ----------------------------------
1554 Various bugfixes:
1555  * Mozilla plugin: supports a reasonable amount of MIME types on Windows
1556  * Linux: Fixed S/PDIF passthrough with ALSA
1557  * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
1558    in input
1559  * Use field order (top/bottom) for correct bob/linear deinterlacing
1560  * Fix invalid free in bookmarks loading code
1562 Windows and Mac OS Binaries
1563  * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows 
1565 Active X plugin:
1566  * Security update (VideoLAN-SA-0703, CVE-2007-6262)
1568 Mac OS X Interface & Port:
1569  * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
1570  * Improved Video Output compatibility for Mac OS X 10.5 Leopard
1571  * Improved behavior of the Fullscreen Controller and mode changes between 
1572    Fullscreen and Windowed Video Output
1573  * Softened the white flash artifacts that may appear during the transition of 
1574    two different movies
1575  * Support for current Ogg file formats
1576  NOTE: This release requires Mac OS X 10.4 or higher. 
1577        Mac OS X 10.3.9 is not supported anymore.
1579 Encoders:
1580  * Improved H.264 encoding speed on Mac OS X
1582 Other changes:
1583  * The automatic updating facility was removed
1584  * You now need to append --m3u-extvlcopt to your command line to enable
1585    EXTVLCOPT options parsing in m3u playlists.
1586  * RTSP server remote denial of service fixed (CVE-2007-6684).
1589 Changes between 0.8.6b and 0.8.6c:
1590 ----------------------------------
1592 Various bugfixes, notably:
1593  * Windows Vista compatibility
1594  * Cropping in Direct3D
1595  * Fullscreen change crash on Mac OS X
1596  * RSS filter string overflow
1597  * Few memory leaks
1598  * MKV demuxer crash (related to seeking)
1600 CDDA / Vorbis / Theora / SAP plugins:
1601  * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
1603 Demuxers:
1604  * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
1605  * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
1607 Decoders:
1608  * Updated FLAC API compatibility
1610 Input:
1611  * Support for new v4l2 encoder API
1613 Localisation:
1614  * New localisation: Arabic, Persian
1617 Changes between 0.8.6a and 0.8.6b:
1618 ----------------------------------
1620 Various bugfixes, notably:
1621  * Out-of-bound read in demuxers
1622  * Demuxers crashes (incl. CVE-2007-0256)
1623  * Mac OS X Interface crashes
1624  * VP31 decoding on Windows platforms
1625  * Direct3D Video Output modifications for Vista compatibility
1626  * Correct behaviour for feeding streams to Icecast or Shoutcast servers
1628 Decoders:
1629  * Enhanced Flash Video support incl. VP61 and VP60
1630  * Teletext subtitles (telx) support
1632 Webbrowser plugins:
1633  * Rectified behaviour and improved usability
1635 Mac OS X Interface & Port:
1636  * Diverse usability improvements
1637  * New wizard option to embed subtitles
1638  * Screensaver/automatic sleep mode is enabled when a video is paused
1639  * Improved Delete-Preferences-Script
1642 Changes between 0.8.6 and 0.8.6a:
1643 ---------------------------------
1645 CDDA / VCDX plugins:
1646  * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
1648 Mac OS X Interface:
1649  * Fullscreen controller improvements
1652 Changes between 0.8.5 and 0.8.6:
1653 --------------------------------
1655 Playlist:
1656  * Shoutcast TV listings support
1658 Input:
1659  * Support for RTSP authentication
1660  * Support for adding subtitles on the fly
1661  * Fixed MPEG-PS duration calculation
1662  * ATSC support for DVB input
1663  * Partial reading support for DVR-ms recordings
1664  * Partial reading support for MXF and GXF fileformat
1665  * Improved support for Flash Video files
1667 Decoders:
1668  * Native WMV9/VC-1 support
1669  * WMA Speech support (through binary codecs)
1670  * VP5/VP6 - Flash Video support (not VP61)
1671  * The True Audio Lossless codec support
1672  * Matroska WavPack support
1673  * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
1674  * Fixed a problem with MPEG2 field pictures
1675  * Fixed swapped colors on DVB subtitles
1677 Video output:
1678  * Additional OpenGL effects (cylinder, torus, sphere, ...)
1679  * Experimental Direct3D 9 video output (win32). Best served on Vista :)
1680  * Improved libcaca support
1682 Interfaces:
1683  * All
1684    * New hotkeys for crop and zoom
1685    * Support for snapshots from the HTTP interface
1686  * Windows
1687    * Systray support in skins
1688  * OS X
1689    * Support for Apple Remote control
1690    * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
1691    * New playmode buttons (artwork by Simon Damkjær Andersen)
1692    * right/ctrl-click menu in video outputs
1693    * Main Menu uses autohide when playing videos in fullscreen mode
1694  * Linux
1695    * Notifications using notification-daemon
1697 Windows port:
1698  * Support for Unicode filenames (Windows NT and above)
1699    Windows 9x/ME users: 
1700      - Please note that these versions of Windows are not officially supported
1701      - Unicode support for Windows 9x/ME applications is available through the
1702        Microsoft Layer for Unicode available from the following location:
1703        http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
1704        Download the MSLU package (unicows) and extract the content into the folder
1705        C:\Windows\System
1706  * Fixed IPv6 support on the client side
1707  * Fixed disable screensaver (Direct3D and DirectX video output)
1709 Localization:
1710  * Add Czech
1711  * Add Slovak
1712  * Add Malay
1713  * Add Slovenian
1715 Developers:
1716  * Updates to the libvlc API
1717  * Fixes for the mozilla and activeX plugins
1720 Changes between 0.8.4a and 0.8.5
1721 --------------------------------
1723 Core support:
1724  * Statistics collection (bitrates, packets, connections, ...)
1725  * Support for downloading updates
1726  * Updated strings
1728 Input:
1729  * Initial support for RTSP-over-HTTP (to allow NAT traversal)
1730  * Linux DV (Digital Video - Firewire) input
1731  * Improvements to the Audio CD input
1732      - Separate playlist entries for the tracks 
1733      - Support for CDDB 
1734  * Support for more DVB (satellite) encryption modules
1735  * Improved subtitles encoding support
1736  * Improved support for playing MP4 files from the Web
1738 Decoders:
1739  * Cook (Real audio) support
1741 Playlist / Services discovery:
1742  * XSPF playlist support
1743  * Podcast support
1744  * Updated Shoutcast to use new listing
1746 Audio output:
1747  * New JACK audio output
1749 Video output:
1750  * New video filters: 
1751     - magnify: allows you to zoom on part of the image
1752     - gradient and edge detection: "cartoon-like" effect
1753     - bluescreen: overlay parts of a video transparently on another one
1754  * Logo video filter: can now loop through multiple images
1755  * RSS video filter: display feed images. Support for Atom feeds.
1756  * Improvements to the subtitles rendering
1758 Stream output:
1759  * Initial support for throttling users on VOD streams
1761 Interfaces:
1762  * System to inform the user and request information 
1763     - HTTP authentication
1764     - Fatal errors
1765     - ...
1766  * wxWidgets
1767     - VLM (VideoLAN Media Manager) control panel
1768     - Improved media information panel (shows statistics, metadata, ...)
1769     - Drag & Drop support in the playlist
1770  * Skins2 
1771     - New default skin
1772     - Support for Winamp 2 skins
1773     - Improved playlist handling
1774     - Support for popup menus, animated bitmaps, equalizer, ...
1775  * OS X
1776     - Embedded Video output
1777     - new Go-To-Specific-Time feature
1778     - Video cropping and aspect ratio changing while playing
1779     - Improved media information panel (shows statistics, metadata, ...)
1780     - support for processing multiple items with the wizard in a single run
1781     - option to save selections in the wizard for a session (default enabled)
1782  * HTTP
1783     - New default interface pages for VLC and VLM (including a mosaic wizard)
1784     - A bunch of new RPN functions
1786 Windows Port:
1787  * MSN messenger "Now playing" support
1789 OS X Port:
1790  * Mac-Intel compatibility
1791  * Enhanced support of various audio output devices 
1792  * Growl "Now playing" support
1794 *Nix port:
1795  * Ability to log to syslog
1796  * Root wrapper to avoid running VLC as root
1798 Developers:
1799  * New libvlc API (not finished yet)
1800  * Java bindings
1801  * A bit more automatic testing
1804 Changes between 0.8.4 and 0.8.4a:
1805 ---------------------------------
1807 Audio output:
1808  * Fix a52 over spdif in alsa
1809  * SPDIF output available again in the Mac OS X Audio menu.
1811 Decoder:
1812  * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
1813  * Add support for some non-standard FOURCCs used for H.264/H.263
1815 Demux:
1816  * Fix bug with some HE-AAC audio tracks
1818 Services Discovery:
1819  * HAL fixes, should now work with new API
1820  * SAP, fix 20 second freeze on windows
1821  * UPnP fixes
1822  * Avahi 0.6 support
1824 Interfaces:
1825  * Mac OS X
1826     - fixed encoding of H.264/H.263 content when using the wizard 
1829 Changes between 0.8.2 and 0.8.4:
1830 --------------------------------
1832 Core support:
1833  * Internal strings handling is now UTF-8 based
1834  * New OSD system
1836 Video output:
1837  * Fixed problems with OpenGL output
1838  * New --monitor-par (pixel aspect ratio) option
1839  * Fixed display problems with HDTV-1080 format
1841 Input:
1842  * Improved DVB support for satellite bands other than Ku-band
1843  * IPv6 and Extended passive mode support for FTP
1844  * IPv6 Source Specific Multicast support
1845  * GnomeVFS input module
1846  * Support for RTP packet reordering
1847  * Fixed syntax for FTP URLs
1849 Decoders:
1850  * Support for libSDL_image to import different image types
1851  * Musepack decoder using libmpdec
1852  * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
1854 Services discovery:
1855  * UPnP service discovery (Linux only at the moment)
1856  * Bonjour service discovery using avahi (Linux only)
1858 Video filters:
1859  * RSS feed overlay
1861 Audio filters:
1862 * Fixes, enhancements and new options related to the Headphone Channel
1863   Mixer and Dolby Surround
1865 Stream output:
1866  * New shout output module to forward streams to icecast servers
1867  * Fixed several SAP and SDP announcement bugs
1868  * Fixed MTU handling to avoid IP fragments
1870 Interfaces:
1871 - new cone icon by Richard Â¯iestad (Eurodata, retron.info)
1872  * Mac OS X
1873     - New streaming and transcoding wizard
1874     - New extended controls panel
1875     - New bookmarks window
1876     - Fixed playlist sorting
1877     - Fixed drag-and-drop inside the playlist
1878  * wxWidgets
1879     - Rename wxWindows interface in wxWidgets.
1880     - All the --wxwin-* options are now --wx-*
1881     - Support for RTP streaming in Stream Ouput dialog
1882     - Now require wx2.6 with Unicode support
1883  * Skins2
1884     - Tree playlist
1885  * HTTP
1886     - New RPN functions to control VLC features (see play-howto)
1887     - Facilities to correctly handle non-ASCII characters and spaces in
1888       the names of files
1889     - Include macro to include other files
1890     - CGI 1.0 support
1892 ActiveX plugin:
1893 * Should now work outside IE as well
1895 Mac OS X port:
1896 * New script to delete the preferences automatically
1898 Windows port:
1899 * Fixed bandwidth problems of HTTP streaming
1900 * Fixed audio problems with DirectX audio output
1902 Translations:
1903  The following languages were added:
1904  * Galician
1905  * Korean
1906  * Romanian
1907  * Simplified Chinese
1908  The following languages were re-added:
1909  * Swedish
1912 Changes between 0.8.1 and 0.8.2:
1913 --------------------------------
1915 Core support:
1916  * Rewrite of the playlist
1917     - Tree structure
1918     - Input preparsing (for meta-data)
1919     - Grouping (by artist, ...) support 
1920  * Preferences improvements: 
1921     - New organization, designed to improve usability
1922     - New configuration types (list of modules, ...)
1923  * XML parsers
1924  * Core image manipulation support
1925  * Client-side SSL/TLS support
1926  * SSL Client certificates checking support (allows for secure VoD)
1927  * Renamed --spu-channel to --sub-track
1928  * Renamed --spumargin to --sub-margin
1929  * Renamed --audio-channel to --audio-track
1930  * Renamed --filter to --vout-filter
1931  * filters, extra interfaces, visualizations and service discovery modules are
1932    now separated by ':' instead of ','
1933  * Access filter architecture
1934  * Track selection based on preferred language (--sub-language and --audio-language)
1935  * Zsh autocompletion for VLC's arguments
1936  * Many bugfixes...
1938 Input/Demuxers:
1939  * Support for SOCKS proxy
1940  * Support for Shoutcast Meta-data
1941  * Support for (HE-)AAC raw-audio streams
1942  * Support for images on a HTTP server that get refreshed on the server
1943  * Better support for Kasenna streams
1944  * RTSP UDP->TCP rollover support
1945  * Massive Matroska improvements
1946  * Support for XA and VOC audio files
1947  * TiVo demuxer
1948  * Samba (Windows shares) access module
1949  * Improved CDDAX module (uses several playlist items)
1950  * Fixes to Linux DVB support
1951  * Fix the "negative subtitles delay" bug
1952  * Support for FTP over IPv6
1954 Decoders / Encoders:
1955  * Dirac decoder and encoder
1956  * PNG decoder/encoder
1957  * Improvements to DVB subtitles encoder
1958  * Support for Apple Lossless Audio Codec
1960 Access filters:
1961  * New Record and Timeshift filters
1963 Services discovery:
1964  * New type of modules, that add items to the playlist
1965  * Brand new SAP module
1966      * To enable SAP, you now need to use "-S sap" or add SAP in 
1967        the "Manage->Services Discovery" menu
1968      ( IPv6 SAP is now enabled by default )
1969      * Non-standard support for HTTP streams SAP announces removed
1970  * HAL (Hardware Abstraction Layer) discovery
1971  * DAAP (iTunes shares) support
1972  * Shoutcast
1974 Audio output:
1975  * Support for 20/24 bits LPCM
1977 Video output:
1978  * Video snapshot support (png or jpg)
1979  * Image file video output (png)
1980  * Motion detection filter (can trigger playlist actions)
1981  * Improvements to wall video filter
1982  * Support for font color and opacity
1984 Stream output:
1985  * Muxers
1986     - ASF improvements
1987  * VLM / VoD
1988     - Ability to load a configuration file on startup
1989     - Seeking support in VoD streams
1990  * Mosaic (picture-in-picture system)
1992 Interfaces:
1993  * wxWidgets
1994     - Redesigned playlist : add playlist, add directory, ...
1995     - Improved preferences
1996     - Improvements to the wizard
1997     - DVD, VCD and Audio CD navigation buttons
1998  * MacOS X
1999     - Redesigned playlist
2000     - Improved preferences
2001  * Skins
2002     - Support for multiple actions
2003     - Fixes
2004  * HTTP
2005     - Support for the new playlist system
2006  * Lirc
2007     - Now uses new config settings. See doc/lirc/example.lirc
2009 Windows port:
2010  * Screensaver disabling fix
2011  * DirectShow tuner configuration
2012  * Support for no-decoration windows
2014 MacOS X port:
2015  * Many Mac OS X 10.4 Tiger related fixes
2016  * The OpenGL video output is back
2017  * A new audio module that should work more reliable for analog audio output in various configurations.
2018    - Supports multichannel discrete analog output
2019    - Digital audio output requires you to change a preference setting because it
2020      is not yet available in the new module
2021    - Please read the README.MacOSX.rtf file for more information.
2023 BeOS port:
2024  * Support for single-buffered overlay
2026 Pocket PC port:
2027  * Many fixes
2028  * New interface
2029  * New video output
2031 Mozilla Plugin:
2032  * Javascript fixes
2033  * Mozilla plugin for MacOS X is back (not yet distributed)
2035 IE Plugin:
2036  * Brand new Internet Explorer ActiveX plugin
2038 Translations:
2039  The following languages were added:
2040  * Catalan
2041  * Danish
2042  * Turkish
2045 Changes between 0.8.0 and 0.8.1:
2046 --------------------------------
2048 Core support:
2049  * Include TLS/SSL API (on plattforms where libgnutls is available)
2050  * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
2052 Windows port:
2053  * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
2054  * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
2055  * Fixed spurious taskbar item after switching to fullscreen
2057 WinCE port:
2058  * A few more updates (we still miss an interface and a fast video output).
2060 Audio Output:
2061  * Portaudio audio output plugin improvements
2063 Video Output:
2064  * Proper subpictures scaling using the aspect-ratio info when available
2066 Demuxers:
2067  * Fixed crash with ODML avi files
2068  * Fixed autodetection of VCD/SVCD bin files
2069  * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
2071 Stream Output:
2072  * Encoders:
2073    * Fixed aspect ratio and interlaced support in ffmpeg encoder module
2074  * Stream output:
2075    * Support of playlist group announcement
2078 Changes between 0.7.2 and 0.8.0:
2079 --------------------------------
2081 Core support:
2082  * Major work on libvlc. Changed/renamed/added functions
2083  * Complete switch to the new input core (better seeking, multi-input, ...)
2084  * New plugins cache to speed up launch time
2085  * New --play-and-stop feature which stops the playlist after each played item
2086  * Daemon mode (to run vlc in the background)
2087  * Major improvements to the subtitle/OSD subsystem
2089 Input:
2090  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X 
2091     (Stream your desktop)
2092  * Improved DVD support:
2093     - uses libdvdnav for playing DVDs with menus support
2094     - uses libdvdread for simple playback with menus (eg. for streaming)
2095  * Experimental multi-input support ( use --input-slave to play with it )
2096  * Automatic MTU discovery for UDP streams
2097  * More powerful MRL syntax for DVD/VCD/CDDA access 
2098     (selection of titles/chapters).
2100 Demuxers:
2101  * Support for iTunes Music Store previews
2102  * Support for MJPEG webcams (i.e. AXIS cams)
2103  * Added initial mp4 and mpeg-ts text track support
2104  * Windows Media Server RTSP support
2105  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
2106  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
2107  * Skins2 .vlt file loader (only when skins2 is the current interface)
2108  * Improved Ogg demuxer
2109  * Support for MPEG PS streams with MPEG 4 video.
2110  * Support for so called AACPlus webstreams
2112 Codecs:
2113  * G.726 audio support
2114  * 14496-17 MPEG TS text support
2115  * MPEG-4 text support
2116  * Vastly improved DVB subtitles decoder (ETS 300 743)
2117  * Enabled color in DVB subtitles rendering
2118  * VobSub supported both externally and in Matroska
2120 Stream Output:
2121  Encoders:
2122   * Re-use audio/video/spu decoders in transcoder module. From now on,
2123      everything that is playable by VLC should be transcodable as well
2124   * Subtitles overlaying in transcoder
2125   * Subpictures overlaying in transcoder (see video output)
2126   * Frame rate selection in the transcoder
2127   * DVB subtitles encoder
2128   * MPEG 1 layer 2 audio encoder using libtoolame
2129   * Improved vorbis/theora encoding
2130  Muxers: 
2131   * Text track muxing for mp4
2132   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
2133   * 14496-17 text track muxing for MPEG TS
2134   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
2135   * Teletext (0x56 descriptor) streaming support in MPEG TS.
2136   * New WAV muxer (supports multi-channel audio)
2137   * Improved ASF muxer
2138  Misc:
2139   * H.263 RTP streaming support
2140   * SDP generation outputs more compliant SDPs and can create SDP files now
2141   * Improved RTSP and VoD server (experimental)
2143 Audio Output:
2144  * New audio equalizer filter
2145  * Very trivial volume normalizer
2146  * True channel downmixing when playing 5:1 material on Stereo
2147  * More gradual resampling which should improve the pitch changing effect
2148  * New audio output plugin using portaudio v19
2150 Video Output:
2151  * Roku HD1000 Video output
2152  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
2153    with support for effects.
2154  * Improved filter and subpictures support :
2155     - New filters can be streamed.
2156     - "Subpicture filters" to overlay subpictures on video 
2157     - Centralized scaling and blending
2158  * New filters : 
2159     - "time", to display current time 
2160     - "marq", to display a marquee
2162 Interfaces:
2163  * OSD sliders for volume and postition information
2164  * OSD icons for Play and Pause
2165  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
2166  * A few skins2 improvements
2167  * Added search, volume, loop and random functions to the ncurses interface
2168  * Added a filesystem browser to the ncurses interface
2169  * The remote control interface can now listen for commands on sockets
2170  * Improved CORBA control module
2172 Mac OS X port:
2173  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
2174  * Major speed improvements to the Quartz video output
2175  * The Mac OS X interface is no longer required to display video
2177 Linux port:
2178  * New galaktos visualization plugin (MilkDrop-compatible)
2179  * Experimental SVG rendering module
2180  * Support for DVB CAM modules.
2182 Windows port:
2183  * DirectX Media Object decoder (allows playing some media types, like WMV3)
2184  * DirectX Media Object audio and video encoder
2185  * Fixed long standing win32 thread handles leak
2186  * Fixed problem with CPU usage with subtitles rendering
2187  * Wallpaper mode for the DirectX video output (only in overlay mode)
2189 WinCE port:
2190  * Massive update (we still miss an interface and a fast video output).
2192 Mozilla plugin:
2193  * Added a lot of Javascript accessible funtionality
2194  * Volume, position, length, seek etc etc etc.
2196 Misc:
2197  * Server/client network synchronization module
2198  * VBrick streams fully supported
2199  * Cisco IP/TV streams supported
2200  * VLM enhancements
2203 Changes between 0.7.1 and 0.7.2:
2204 --------------------------------
2206 Core support:
2207  * Bookmarks feature for easier seeking/access inside medias.
2208  * Support for video output embedded in interfaces.
2209  * Improved HTTP daemon.
2210  * Saved playlists now remember VLC-specific options.
2212 Codecs:
2213  * New Continuous Media Markup Language (CMML) codec.
2214    (http://www.annodex.net/overview.html)
2215  * New H.261 video decoder using openmash.
2216  * H264 encoder, demuxer and packetizer.
2217  * Packetizer interfaces between demux and codec when needed
2218    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
2219  * Support for Theora alpha3 (both decoding and encoding).
2221 Input:
2222  * --start-time <sec> and --stop-time <sec> to start and stop playing a 
2223    file at the specified amount of seconds. Only works with a few
2224    fileformats (avi, mov, mkv, mp4 )
2225  * Improved directory access module.
2226  * New "file-cat" option to play truncated movies.
2227  * Better handling of meta info (title, author, description, etc...).
2228  * New options to pass meta info to the input.
2229  * It is now possible to stream programs from a DVB-S/C/T stream
2230    (satellite, cable, or digital terestrial television)
2232 Demux:
2233  * Annodex (http://www.annodex.net) support.
2234  * mmsh streaming fixes.
2235  * Fixed infinite loop in the AVI demux on broken/incomplete files.
2237 Subtitles:
2238  * Subviewer and subviewer v2 subtitles support.
2239  * Ability to choose autodetected subtitles path.
2240  * Subtitles delay can be changed in real time with hotkeys.
2242 Stream output:
2243  * Improved session announcement system.
2244  * Minimize threads usage by default.
2245  * Added faster than realtime stream output (limited by CPU) for file output.
2246  * Improved MOV/MP4 muxer.
2247  * Improved MPEG TS muxer.
2248  * Improved transrater.
2249  * Meta info options used by the muxers.
2250  * New configuration system.
2251  * Better audio channels downmixing when transcoding.
2253 VideoLAN manager:
2254  * New videolan (media) manager (vlm): a little manager designed to launch
2255    and manage multiple streams from within one instance of VLC.
2256  * Supports live streams and VoD.
2257  * Supports scheduling.
2258  * Telnet interface for vlm.
2259  * HTTP interface for vlm.
2261 Interfaces:
2262  * Skins II (Windows and Linux only)
2263     - Ability to embed video output.
2264     - Support for bitmap fonts.
2265     - Lots of improvements.
2266  * wxWindows (default Windows and Linux interface)
2267     - New design and set of icons.
2268     - Ability to embed video output.
2269     - Support for hotkeys.
2270     - Support for bookmarks.
2271  * Mac OS X
2272     - Support for 'groups' and playlist item properties.
2273     - Better hotkeys handling.
2275 Mac OS X port:
2276  * OpenGL video output is now the default when available.
2277  * Added FAAC encoder (mp4a).
2278  * Audio output fix to work with multiple streams on a HAL device.
2279  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
2281 Win32 port:
2282  * DirectShow input plugin should work with more devices.
2283  * Disable monitor power down when watching movies.
2284  * Improved Windows installer.
2286 Linux port:
2287  * PowerPC fixes.
2289 Misc:
2290  * Improvements to the Goom visualisation plugin.
2291  * Roku HD1000 audio output.
2294 Changes between 0.7.1 and 0.7.1a:
2295 ---------------------------------
2297 Mac OS X:
2298  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
2299  * Playing MOD files is working now.
2302 Changes between 0.7.0 and 0.7.1:
2303 --------------------------------
2305 Core support:
2306  * Fixed a nasty bug that causes preferences not to be saved some times.
2307  * IGMPv3 support for VLC under Windows XP and Linux.
2309 Codecs:
2310  * Brand new DTS Coherent Acoustics audio decoder based on libdts
2311    (http://www.videolan.org/dtsdec.html)
2312  * Fixed DTS S/PDIF output
2313  * SVCD (Philips OGT) and CVD subtitles
2315 Playlist:
2316  * Internal improvments
2317  * Improved import/export
2319 Input:
2320  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
2321    container formars.
2322  * New demux module that uses libavformat from ffmpeg. Adds support for many
2323    small and strange formats.
2324  * New PVA demux.
2325  * New MOD audio demux.
2326  * Support for DTS and A52/AC3 wav files.
2327  * Support for DTS and A52/AC3 audio CD.
2328  * New and experimental DVD input plugin with menus support (using libdvdnav).
2329  * Added back DV audio support in raw DV demuxer.
2331 Stream output:
2332  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
2333  * Fixed a nasty bug in the mpeg video packetizer.
2334  * Improved transcoding (multithreading, more tuning, etc...).
2336 Service discovery:
2337  * Fixed sdp in SAP.
2339 Mac OS X port:
2340  * New opengl video output plugin.
2342 Win32 port:
2343  * A few improvements to the DirectShow input plugin.
2344  * Fixed ipv6 name resolution.
2347 Changes between 0.6.2 and 0.7.0:
2348 --------------------------------
2350 Core support:
2351  * Brand new decoder/packetizer api.
2352    Adds a lot more flexibility while also simplifying the decoder plugins.
2353  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
2354  * Video outputs are recycled if possible.
2355    This removes any 'flicker' between two similiar video files.
2356  * Fixed the video filters. Video should no longer go black when using filters.
2357  * New input core. Advantages are: better seeking, more responsive, support for
2358    subtitle files at the core, and much much more.
2360 Playlist:
2361  * Added a repeat mode to repeat a single file over and over.
2362  * Playlist sorting 
2364 Input:
2365  * RTP/RTSP support.
2366  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
2367  * Support for Flac in Ogg files.
2368  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
2369  * Rewrite of the Flac demuxer.
2370  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
2371  * Reworked DVB tuning.
2372  * Better Icecast support.
2373  * New MPEG video elementary streams demuxer.
2374  * New DTS audio elementary streams demuxer.
2376 Codecs:
2377  * Support for Theora video encoding.
2378  * Support for Speex audio decoding/encoding.
2379  * Rewrite of the Flac decoder + encoding support.
2380  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
2381  * Support for AAC + SBR and proper multi-channel re-ordering.
2382  * MPEG 2.5 audio support.
2383  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
2385 Stream output:
2386  * Improvements to the MPEG TS muxer.
2387  * New transrating module for MPEG2 video.
2388  * Added packetization for MPEG AAC ADTS streams.
2389  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
2390  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
2391  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
2392  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
2393  * --sout-keep option to keep the stream open while changing input.
2394  * Preliminary RTP support.
2395  * Fixes to SAP announces.
2397 Interface:
2398  * Skins:
2399     - Bugfixes
2400     - misc improvements (eg, "stay on top" option).
2401  * New standardized and customizable hotkeys.
2402  * wxWindows
2403     - Playlist improvements (Sort, Search, mode buttons).
2404     - Improvements and help in preferences
2405     - New streaming wizard
2406     - Revised Disc Open menu
2407  * HTTP
2408     - Improvements of the standard pages
2409     - Support for new commands
2410  * OSD ( OS X and hotkeys only atm ).
2412 Service discovery:
2413  * Many fixes to the SAP module
2414  * SAP now supports HTTP streams
2416 Subtitles:
2417  * Text subtitles now have a black outline.
2418  * Text subtitles autodetection.
2419  * Text subtitles charset autodetection.
2420  * Text subtitles for all videofiles. Results may vary.
2421  * Text subtitles in Hebrew are supported. Arabic partially.
2422  * Automatic fontsize selection for text subtitles.
2423  * Fixed SAMI text subtitles support.
2424  * Support for subtitles in Matroska files.
2425  * Support for subtitles in DVB streams.
2427 Mac OS X port:
2428  * New controller designed by Max Rudberg from www.maxthemes.com
2429  * Save playlist.
2430  * Works on 10.1.x again. Apologies for that problem.
2431  * Support for Panther.
2432  * Support for raw dumping of streams to disk.
2433  * Mozilla plugin for Mac OS X (experimental).
2435 Win32 port:
2436  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
2437  * VLC can be installed as a Windows NT service.
2438  * Allow on the fly switching of the main interface.
2439  * Support for 3F2R in audio output.
2440  * New --one-instance option to "force" only one running instance of VLC.
2441  * Mozilla plugin for Windows (experimental).
2442  * Multimonitor support (untested).
2443  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
2445 Linux port:
2446  * Improved Video4Linux input. Also added support for an audio only input.
2447  * Support for real-time priority when running with root privileges.
2448  * Allow on the fly switching of the main interface.
2450 iPaq port: 
2451  * Brand new Gtk 2 interface
2453 Miscellaneous:
2454  * Audio visual effects filters (spectrum, scope and random).
2455  * Audio visual effects filter using goom.
2456  * Spanish, Portuguese Brazilian and Hungarian translations.
2457  * libcaca video output (colored ascii)
2460 Changes between 0.6.1 and 0.6.2:
2461 --------------------------------
2463 Core support:
2464  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
2466 Stream output:
2467  * Transcoder now generates proper pts/dts thus should work a lot better.
2468  * Improved MPEG TS muxer.
2470 Access input:
2471  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
2472  * Few fixes to the VCD navigation.
2474 Interfaces:
2475  * Support for DVD menus navigation added to the wxWindows interface.
2477 UNIX ports:
2478  * ALSA multi-channel support fixed and tested.
2479  * Fixed fullscreen with gnome metacity.
2481 Win32 port:
2482  * Fixed VCD support which was broken on some machines.
2484 iPaq port:
2485  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
2487 Miscellaneous:
2488  * Text subtitles now centered on the picture.
2489  * Ffmpeg decoder now generates proper pts and can be used to play
2490    mpeg1/2 videos.
2493 Changes between 0.6.0 and 0.6.1:
2494 --------------------------------
2496 Core support:
2497  * There should be less bogus resampling, particularly on DVDs.
2498  * VLC will now wait for the medium to wake up before starting its clock
2499    after a pause.
2501 Stream output:
2502  * Added vorbis audio support in Ogg streaming.
2503  * Added vorbis audio transcoding support.
2504  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2505 UNIX ports:
2506  * ALSA multi-channel support fixed and tested.
2507  * Fixed fullscreen with gnome metacity.
2509 Win32 port:
2510  * Fixed VCD support which was broken on some machines.
2512 iPaq port:
2513  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
2515 Miscellaneous:
2516  * Text subtitles now centered on the picture.
2517  * Ffmpeg decoder now generates proper pts and can be used to play
2518    mpeg1/2 videos.
2521 Changes between 0.6.0 and 0.6.1:
2522 --------------------------------
2524 Core support:
2525  * There should be less bogus resampling, particularly on DVDs.
2526  * VLC will now wait for the medium to wake up before starting its clock
2527    after a pause.
2529 Stream output:
2530  * Added vorbis audio support in Ogg streaming.
2531  * Added vorbis audio transcoding support.
2532  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2533  * PS muxer can create mpeg1 files now and produce streams with system headers.
2534  * You can transcode a52 with more than two channels to mpga now.
2536 Win32 port:
2537  * Fixed DVD support which was partly broken due to a bug in libdvdcss
2538  * Fixed 5.1 audio support for the sblive/audigy soundcards.
2539  * Fixed sound on Windows NT.
2541 UNIX ports:
2542  * Fixed/improved ALSA support and enabled multi-channel audio output.
2543  * X11/Xvideo: Should now work on big endian machines, and you can now
2544    use the arrow keys to browse through the DVD menus.
2546 iPaq port:
2547  * Gtk+2 interface called PDA
2548  * Familiar Gtk+ is now deprecreated
2549  * Codec a52, Faad2 and flac added
2550  * Video4Linux enabled (demux and transcode)
2551  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
2553 Interfaces:
2554  * Small updates/fixes to the wxWindows interface.
2555  * Improved HTTP remote control interface. You can now create your own HTML pages.
2556  * A new CORBA control plugin.
2558 Input demux:
2559  * Improved support for the Matroska container format.
2561 Miscellaneous:
2562  * Improved build system.
2563  * New video filter plugin to overlay logos.
2564  * Added support for Winamp 3 B4S files.
2565  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
2566    Should also work with languages like russion for instance.
2569 Changes between 0.5.3 and 0.6.0:
2570 --------------------------------
2572 Core Support:
2573  * Channel Server support was removed (was deprecated)
2575 Input access:
2576  * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
2577  * Fixed large file support on Windows
2578  * Video 4 Linux support
2579  * CD Digital Audio support
2580  * Fixed IPv6 multicasting on Windows and OSX.
2582 Input demux:
2583  * Better detection of AAC and mp3 files
2584  * Support for OpenDML avi files
2585  * More complete .mp4/.mov support
2586  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
2588 Codecs:
2589  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
2590  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
2591  * OSX support for QDM2 and QDMC sound, often used in QT content.
2592  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
2593  * Updated our theora decoder to use the alpha 2 release of libtheora
2594  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
2595  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
2597 Interfaces:
2598  * The wxWindows interface is now fully useable as well as Unicode safe
2599  * New HTTP remote control interface
2601 Stream output:
2602  * 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.
2603  * The stream output now allows to transcode content on the fly.
2604  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
2605  * SAP/SDP announcing support. (both IPv4 and IPv6)
2607 Miscellaneous:
2608  * New reset option for the preferences
2609  * You can set your language in the prefences
2610  * New video chroma conversion module using ffmpeg
2611  * Added a Gentoo ebuild to the distribution
2612  * Added a new smaller subtitles font (now the default) + scripts to generate your own
2613  * SAP/SDP IPv6 support
2615 UNIX ports:
2616  * Basic support for the X11 Xinerama extension.
2617  * New skinable interface ported to X11.
2618  * Run opie-vlc and zaurus-vlc as GuiServer
2620 Mac OS X port:
2621  * When you add several items to the playlist, they are sorted alphabetically.
2622  * New about panel and revamped preferences panel.
2623  * Fixed the deinterlace menu.
2624  * Float on top, Fit to Screen and a Transparency option for video out.
2625  * New output dialog for transcode and display while stream capabilities.
2626  * New icons by Davor Orel.
2627  * New audio resampler. Should make VLC much faster.
2628  * Fixed disappearing and crackling sound (PTS is out of range bug)
2629  * We no longer automatically save the preferences when you quit the application
2630  * Arrow keys are now use to browse the menus in a DVD
2632 Win32 port:
2633  * the wxWindows interface is now the default interface
2634  * The keyboard shortcuts are now identical to the linux version
2635  * Fixed the "no sound" problem on NT4
2636  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
2637  * Added support for compressed skins files (.vlt files)
2638  * Fixed SVCD chapters support.
2639  * Fixed memory leak with 5.1 audio.
2641 BeOS port:
2642  * Interface localization
2643  * Screensaver disabled if playing in fullscreen
2644  * A few new keyboard shortcuts
2645  * New full-featured Preferences window
2648 Changes between 0.5.2 and 0.5.3:
2649 --------------------------------
2651 Core Support:
2652  * fixed DTS S/PDIF output on little-endian machines
2653  * support for skins at the interface level
2654  * new OSD module using Freetype2
2655  * video outputs are now destroyed when the associated input ends
2656  * the video output takes into account the caching delay introduced at the
2657    input level before dropping out of date frames.
2658  * configuration option to disable the translation of the interface
2660 Input access:
2661  * fixed HTTP redirects
2662  * support for opening an entire directory
2663  * EOF should be detected more reliably
2664  * new video4linux access plug-in
2665  * new kfir access plug-in designed to work around a bug in the kfir driver
2667 Input demux:
2668  * added stream type for some Motorola MPEG-2 video encoders
2669  * fix for some ogg web radio streams
2670  * fixed reading TS streams over HTTP
2672 Codecs:
2673  * support for 3ivx D4 (not previous versions)
2674  * support for '3ivd' and '3vid' encodings
2675  * support for 'MSS1' codec ( same as WMV2 )
2676  * support for SAMI subtitles (untested and incomplete)
2677  * better SSA4 subtitles recognition
2678  * new codec for raw I420 video
2679  * improvements to the libmpeg2-based MPEG video decoder
2681 Interfaces:
2682  * improvements to wxWindows based interface
2683    (although it still misses some important features)
2684  * skeleton for a Gnome2/GTK2 plug-in
2686 Stream output:
2687  * new HTTP output support
2688  * fixed a segfault in the AVI muxer
2689  * fixed AV synchronization issues
2691 Miscellaneous:
2692  * support for oldstyle id3 genres
2694 UNIX ports:
2695  * the SDL vout plug-in will now work on big-endian machines
2697 Mac OS X port:
2698  * reorderable playlist
2699  * fixed the hiding of the mouse on multiple monitors
2700  * fixed a big issue with some USB speakers
2701  * support for mono audio output devices
2702  * reset the audio-device to its default mode before quitting VLC
2703  * fixed several cosmetic issues
2704  * you can drag the controller window by its background (as it should be)
2705  * the messages window remembers more lines
2706  * delay and fps can now be overruled with subtitles files
2707  * http and ogg stream output options
2708  * Apple menu and friends will now be translated as well
2710 Win32 port:
2711  * new skinnable interface
2712  * the directx video output doesn't crash anymore on ctrl+alt+del events.
2714 iPAQ familiar Linux port:
2715  * support for FLAC audio format
2716  * the interface adapts to the screen size/rotation
2717  * playlist
2718  * network tab in the interface
2719  * "apply" handling in preferences
2722 Changes between 0.5.1a and 0.5.2:
2723 ---------------------------------
2725 Core support:
2726  * advanced config options are now hidden by default
2727  * new --spdif option to use the S/PDIF audio output by default
2728  * fixed a 'clicking' sound when switching between streams
2729  * new bandlimited resampler that should improve audio quality on primarily
2730    Mac OS X
2731  * fixed a problem with audio over http that caused some web radios to not work
2732  * DTS S/PDIF support
2734 Codecs:
2735  * support for DV audio through the ffmpeg library
2736  * support for FLAC audio through libflac
2737  * new but basic MPEG video decoder based on libmpeg2
2738  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
2740 Stream output:
2741  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
2742  * new --ttl option for Time To Live
2744 DVD support:
2745  * fixed quite a few problems with the dvd menu support
2747 UNIX ports:
2748  * fixed the GNU-pth support
2750 Win32 port:
2751  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
2752    plugins
2753  * localization support via gettext is now fully working
2754  * rc interface is now fully useable
2755  * fixed the MSVC project files generation
2757 Mac OS X port:
2758  * several fixes for multi channel audio devices. AC3 over SPDIF with
2759    M-Audio Sonica Theater still does not work. this is most likely a driver
2760    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
2761    iMate and MOTU firewire devices should work)
2762  * VLC now uses the default audio device
2763  * new info panel
2764  * very preliminary support for VLC control via applescript
2765  * support for mouse gestures
2766  * new priority scheme allowing to avoid lock-ups on low-end machines
2768 Linupy port:
2769  * there is a whole new port for the linupy distribution used by o.a. the
2770    YOPY PDA. It is still experimental, please test it
2772 Miscellaneous:
2773  * improved ID3 tag detection
2774  * changed several errors into warnings ; the frequently reported "this is
2775    not a PS stream, continuing" is one of these
2776  * mouse gestures work on windows and osx, but there still isn't any useful
2777    gestures
2778  * some support for .pls playlists used by shoutcast
2781 Changes between 0.5.1 and 0.5.1a:
2782 ---------------------------------
2784 Mac OS X port:
2785  * fixed a problem that caused VLC to select the wrong language when
2786    English was set as the preferred language
2789 Changes between 0.5.0 and 0.5.1:
2790 --------------------------------
2792 Core support:
2793  * new mouse gesture interface
2794  * audio volume can now be changed at any time, even when no file is
2795    playing
2797 Input access:
2798  * various minor fixes on the network inputs
2799  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
2800  * VCD: fixed track number and chapter indexing
2802 Input demux:
2803  * fixed a bad initialization in the mp4 plug-in
2804  * new --buggy-psi option for TS streams which do not update their
2805    continuity counter
2807 Codecs:
2808  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
2810 DVD support:
2811  * fixed a bug which turned the default interface command-line only
2812    without the user consent
2814 UNIX ports:
2815  * GTK: fixed a crash when going fullscreen or changing volume from the
2816    popup menu
2817  * X11: new screen saver disabling plug-in (--extraintf screensaver)
2818  * KDE: fixed compilation with KDE 3.1
2819  * ALSA: fixed mono files output
2821 Mac OS X port:
2822  * fixed a crash on start-up on some localized systems
2823  * lowered real-time priorities to avoid lock-ups on slow machines
2824  * VLC can now be made the handler of ftp http mms and udp URLs
2825  * playlist enhancements
2826  * added half, normal and double video window menu items
2827  * new step forward/step backward commands
2828  * the dock should no longer be visible in fullscreen mode
2829  * the Mac OS X binary is now compiled with Ogg/Theora support
2830  * vlc.app is now VLC.app
2832 Win32 port:
2833  * fixed the "RichEdit line insertion error" bug
2834  * VLC can now be run from outside its installation directory
2835  * fixed a bug that prevented to find the default subtitle font
2837 BeOS port:
2838  * smarter BeOS priorities to avoid lock-ups
2839  * few enhancements in the interface (especially the Settings window)
2841 Opie port:
2842  * native video output is working again
2843  * only commandline interface support
2844  * support for MPEG4, DivX through ffmpeg package
2847 Changes between 0.4.6 and 0.5.0:
2848 --------------------------------
2850 Core structure:
2851   * object structure which allows for full re-entrancy, known as libvlc
2852   * new audio output architecture based on filter pipelines, providing
2853     S/PDIF and multi-channel support
2854   * localization support via gettext on most architectures
2855   * new stream output architecture, allowing to use VLC to unicast,
2856     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
2857     and A/52 streams are supported)
2858   * build system now uses autoconf/automake/autopoint
2860 Input access:
2861   * mms:// support
2862   * ftp:// support
2863   * stability fixes in the HTTP access
2864   * auto-detection of RTP encapsulation
2865   * VCD entry points support
2866   * VCD image file support
2868 Input demux:
2869   * support for *.asf format
2870   * improved support for *.avi, especially over an HTTP connection
2871   * support for *.mp4 and *.mov format
2872   * support for ogg encapsulation
2873   * support for raw DV format
2874   * support for *.wav format
2875   * new demuxdump demux allowing to save a stream to a file
2876   * raw AAC support
2878 Stream discovery & playlists:
2879   * support for the SAP/SDP and SLP protocols
2880   * support for .m3u file format
2881   * support for .asx file format
2882   * hack to find the streaming sources in html-pages with embedded wmp
2884 Codecs:
2885   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
2886     (only available with the .avi demux)
2887   * support for ADPCM audio codec
2888   * support for raw PCM data
2889   * support for Cinepak video codec
2890   * support for DV video codec via libdv or ffmpeg
2891   * support for AAC audio codec via libfaad2
2892   * support for Xvid codec
2893   * support for Xiph.org's Vorbis audio codec
2894   * support for Xiph.org's Tremor audio codec (when compiling from sources)
2895   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
2896     from sources)
2897   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
2898     H263i, MJPEG A/B
2899   * fixed an endianness bug in LPCM codec
2901 DVD support:
2902   * experimental preliminary support for DVD menus via libdvdplay
2904 Miscellaneous:
2905   * new WxWindows interface
2906   * all interfaces allow to dynamically change the volume, the audio
2907     device and the channels configuration
2908   * headphone channel mixer with virtual spatialization effect
2909   * Mozilla plugin based on libvlc for embedded playback in webpages of any
2910     format that VLC can play
2911   * new swedish translation
2912   * enhancements of the playlist window
2913   * new messages window to see debug info
2914   * fixed a few crashes
2916 iPaq port:
2917   * slider bar in GTK+/GPE Familiar interface
2918   * fixed crash on directory change in Familiar interface
2919   * added qte_main module for use in all modules that need Opie or Qte support
2920   * native video output module for Qt Embedded/Opie is not working