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