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