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