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