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