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