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