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