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