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