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