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