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