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