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