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