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