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