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