]> git.sesse.net Git - vlc/blob - NEWS
d5ea687c7c09ccbffe14bc075a214e9ba2725b0b
[vlc] / NEWS
1 $Id$
2
3 Changes between 0.8.4a and 0.8.5-svn (not yet released):
4 --------------------------------------------------------
5
6 Core support:
7  * Statistics collection (bitrates, packets, connections, ...)
8
9 Input:
10  * Initial support for RTSP-over-HTTP (to allow NAT traversal)
11  * Linux DV (Digital Video - Firewire) input
12  * Improvements to the Audio CD input
13  * Support for more DVB (satellite) encryption modules
14  * Improved subtitles encoding support
15
16 Decoders:
17  * Cook (Real audio) support
18
19 Playlist / Services discovery :
20  * Podcast support
21
22 Video output 
23  * New video filters : magnify, gradient, edge detection and bluescreen
24  * Logo video filter : can now loop through multiple images
25
26 Interfaces:
27  * System to inform the user and request information 
28     - HTTP authentication
29     - Fatal errors
30     - ...
31  * wxWidgets
32     - VLM (VideoLAN Media Manager) control panel
33  * Skins2 
34     - Support for Winamp 2 skins
35     - Improved playlist handling
36     - Support for popup menus, animated bitmaps, equalizer, ...
37  * OS X
38     - support for processing multiple items with the wizard in a single run
39     - option to save selections in the wizard for a session (default enabled)
40  * HTTP
41     - New default interface pages for VLC and VLM
42     - A bunch of new RPN functions
43
44 Windows Port:
45  * MSN messenger "Now playing" support
46
47 OS X Port:
48  * 
49
50 *Nix port:
51  * Ability to log to syslog
52  * Root wrapper to avoid running VLC as root
53
54 Developers:
55  * New libvlc API (not finished yet)
56  * Java bindings
57
58 Changes between 0.8.4 and 0.8.4a:
59 ---------------------------------
60
61 Audio output:
62  * Fix a52 over spdif in alsa
63  * SPDIF output available again in the Mac OS X Audio menu.
64
65 Decoder:
66  * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
67  * Add support for some non-standard FOURCCs used for H.264/H.263
68
69 Demux:
70  * Fix bug with some HE-AAC audio tracks
71
72 Services Discovery:
73  * HAL fixes, should now work with new API
74  * SAP, fix 20 second freeze on windows
75  * UPnP fixes
76  * Avahi 0.6 support
77  
78 Interfaces:
79  * Mac OS X
80     - fixed encoding of H.264/H.263 content when using the wizard 
81
82 Changes between 0.8.2 and 0.8.4:
83 --------------------------------
84
85 Core support:
86  * Internal strings handling is now UTF-8 based
87  * New OSD system
88
89 Video output:
90  * Fixed problems with OpenGL output
91  * New --monitor-par (pixel aspect ratio) option
92  * Fixed display problems with HDTV-1080 format
93
94 Input:
95  * Improved DVB support for satellite bands other than Ku-band
96  * IPv6 and Extended passive mode support for FTP
97  * IPv6 Source Specific Multicast support
98  * GnomeVFS input module
99  * Support for RTP packet reordering
100  * Fixed syntax for FTP URLs
101
102 Decoders:
103  * Support for libSDL_image to import different image types
104  * Musepack decoder using libmpdec
105  * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
106
107 Services discovery:
108  * UPnP service discovery (Linux only at the moment)
109  * Bonjour service discovery using avahi (Linux only)
110
111 Video filters:
112  * RSS feed overlay
113
114 Audio filters:
115 * Fixes, enhancements and new options related to the Headphone Channel
116   Mixer and Dolby Surround
117
118 Stream output:
119  * New shout output module to forward streams to icecast servers
120  * Fixed several SAP and SDP announcement bugs
121  * Fixed MTU handling to avoid IP fragments
122  
123 Interfaces:
124 - new cone icon by Richard ¯iestad (Eurodata, retron.info)
125  * Mac OS X
126     - New streaming and transcoding wizard
127     - New extended controls panel
128     - New bookmarks window
129     - Fixed playlist sorting
130     - Fixed drag-and-drop inside the playlist
131  * wxWidgets
132     - Rename wxWindows interface in wxWidgets.
133     - All the --wxwin-* options are now --wx-*
134     - Support for RTP streaming in Stream Ouput dialog
135     - Now require wx2.6 with Unicode support
136  * Skins2
137     - Tree playlist
138  * HTTP
139     - New RPN functions to control VLC features (see play-howto)
140     - Facilities to correctly handle non-ASCII characters and spaces in
141       the names of files
142     - Include macro to include other files
143     - CGI 1.0 support
144
145 ActiveX plugin:
146 * Should now work outside IE as well
147
148 Mac OS X port:
149 * New script to delete the preferences automatically
150
151 Windows port:
152 * Fixed bandwidth problems of HTTP streaming
153 * Fixed audio problems with DirectX audio output
154
155 Translations:
156  The following languages were added:
157  * Galician
158  * Korean
159  * Romanian
160  * Simplified Chinese
161  The following languages were re-added:
162  * Swedish
163
164 Changes between 0.8.1 and 0.8.2:
165 --------------------------------
166
167 Core support:
168  * Rewrite of the playlist
169     - Tree structure
170     - Input preparsing (for meta-data)
171     - Grouping (by artist, ...) support 
172  * Preferences improvements: 
173     - New organization, designed to improve usability
174     - New configuration types (list of modules, ...)
175  * XML parsers
176  * Core image manipulation support
177  * Client-side SSL/TLS support
178  * SSL Client certificates checking support (allows for secure VoD)
179  * Renamed --spu-channel to --sub-track
180  * Renamed --spumargin to --sub-margin
181  * Renamed --audio-channel to --audio-track
182  * Renamed --filter to --vout-filter
183  * filters, extra interfaces, visualizations and service discovery modules are
184    now separated by ':' instead of ','
185  * Access filter architecture
186  * Track selection based on preferred language (--sub-language and --audio-language)
187  * Zsh autocompletion for VLC's arguments
188  * Many bugfixes...
189
190 Input/Demuxers:
191  * Support for SOCKS proxy
192  * Support for Shoutcast Meta-data
193  * Support for (HE-)AAC raw-audio streams
194  * Support for images on a HTTP server that get refreshed on the server
195  * Better support for Kasenna streams
196  * RTSP UDP->TCP rollover support
197  * Massive Matroska improvements
198  * Support for XA and VOC audio files
199  * TiVo demuxer
200  * Samba (Windows shares) access module
201  * Improved CDDAX module (uses several playlist items)
202  * Fixes to Linux DVB support
203  * Fix the "negative subtitles delay" bug
204  * Support for FTP over IPv6
205
206 Decoders / Encoders:
207  * Dirac decoder and encoder
208  * PNG decoder/encoder
209  * Improvements to DVB subtitles encoder
210  * Support for Apple Lossless Audio Codec
211
212 Access filters:
213  * New Record and Timeshift filters
214
215 Services discovery:
216  * New type of modules, that add items to the playlist
217  * Brand new SAP module
218      * To enable SAP, you now need to use "-S sap" or add SAP in 
219        the "Manage->Services Discovery" menu
220      ( IPv6 SAP is now enabled by default )
221      * Non-standard support for HTTP streams SAP announces removed
222  * HAL (Hardware Abstraction Layer) discovery
223  * DAAP (iTunes shares) support
224  * Shoutcast
225
226 Audio output:
227  * Support for 20/24 bits LPCM
228
229 Video output:
230  * Video snapshot support (png or jpg)
231  * Image file video output (png)
232  * Motion detection filter (can trigger playlist actions)
233  * Improvements to wall video filter
234  * Support for font color and opacity
235
236 Stream output:
237  * Muxers
238     - ASF improvements
239  * VLM / VoD
240     - Ability to load a configuration file on startup
241     - Seeking support in VoD streams
242  * Mosaic (picture-in-picture system)
243
244 Interfaces:
245  * wxWidgets
246     - Redesigned playlist : add playlist, add directory, ...
247     - Improved preferences
248     - Improvements to the wizard
249     - DVD, VCD and Audio CD navigation buttons
250  * MacOS X
251     - Redesigned playlist
252     - Improved preferences
253  * Skins
254     - Support for multiple actions
255     - Fixes
256  * HTTP
257     - Support for the new playlist system
258  * Lirc
259     - Now uses new config settings. See doc/lirc/example.lirc
260
261 Windows port:
262  * Screensaver disabling fix
263  * DirectShow tuner configuration
264  * Support for no-decoration windows
265
266 MacOS X port:
267  * Many Mac OS X 10.4 Tiger related fixes
268  * The OpenGL video output is back
269  * A new audio module that should work more reliable for analog audio output in various configurations.
270    - Supports multichannel discrete analog output
271    - Digital audio output requires you to change a preference setting because it
272      is not yet available in the new module
273    - Please read the README.MacOSX.rtf file for more information.
274
275 BeOS port:
276  * Support for single-buffered overlay
277
278 Pocket PC port:
279  * Many fixes
280  * New interface
281  * New video output
282
283 Mozilla Plugin:
284  * Javascript fixes
285  * Mozilla plugin for MacOS X is back (not yet distributed)
286
287 IE Plugin:
288  * Brand new Internet Explorer ActiveX plugin
289
290 Translations:
291  The following languages were added:
292  * Catalan
293  * Danish
294  * Turkish
295
296
297 Changes between 0.8.0 and 0.8.1:
298 -----------------------------------------------------
299
300 Core support:
301  * Include TLS/SSL API (on plattforms where libgnutls is available)
302  * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
303
304 Windows port:
305  * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
306  * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
307  * Fixed spurious taskbar item after switching to fullscreen
308
309 WinCE port:
310  * A few more updates (we still miss an interface and a fast video output).
311
312 Audio Output:
313  * Portaudio audio output plugin improvements
314
315 Video Output:
316  * Proper subpictures scaling using the aspect-ratio info when available
317
318 Demuxers:
319  * Fixed crash with ODML avi files
320  * Fixed autodetection of VCD/SVCD bin files
321  * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
322
323 Stream Output:
324  * Encoders:
325    * Fixed aspect ratio and interlaced support in ffmpeg encoder module
326  * Stream output:
327    * Support of playlist group announcement
328
329 Changes between 0.7.2 and 0.8.0:
330 -----------------------------------------------------
331
332 Core support:
333  * Major work on libvlc. Changed/renamed/added functions
334  * Complete switch to the new input core (better seeking, multi-input, ...)
335  * New plugins cache to speed up launch time
336  * New --play-and-stop feature which stops the playlist after each played item
337  * Daemon mode (to run vlc in the background)
338  * Major improvements to the subtitle/OSD subsystem
339
340 Input:
341  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X 
342     (Stream your desktop)
343  * Improved DVD support:
344     - uses libdvdnav for playing DVDs with menus support
345     - uses libdvdread for simple playback with menus (eg. for streaming)
346  * Experimental multi-input support ( use --input-slave to play with it )
347  * Automatic MTU discovery for UDP streams
348  * More powerful MRL syntax for DVD/VCD/CDDA access 
349     (selection of titles/chapters).
350
351 Demuxers:
352  * Support for iTunes Music Store previews
353  * Support for MJPEG webcams (i.e. AXIS cams)
354  * Added initial mp4 and mpeg-ts text track support
355  * Windows Media Server RTSP support
356  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
357  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
358  * Skins2 .vlt file loader (only when skins2 is the current interface)
359  * Improved Ogg demuxer
360  * Support for MPEG PS streams with MPEG 4 video.
361  * Support for so called AACPlus webstreams
362
363 Codecs:
364  * G.726 audio support
365  * 14496-17 MPEG TS text support
366  * MPEG-4 text support
367  * Vastly improved DVB subtitles decoder (ETS 300 743)
368  * Enabled color in DVB subtitles rendering
369  * VobSub supported both externally and in Matroska
370
371 Stream Output:
372  Encoders:
373   * Re-use audio/video/spu decoders in transcoder module. From now on,
374      everything that is playable by VLC should be transcodable as well
375   * Subtitles overlaying in transcoder
376   * Subpictures overlaying in transcoder (see video output)
377   * Frame rate selection in the transcoder
378   * DVB subtitles encoder
379   * MPEG 1 layer 2 audio encoder using libtoolame
380   * Improved vorbis/theora encoding
381  Muxers: 
382   * Text track muxing for mp4
383   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
384   * 14496-17 text track muxing for MPEG TS
385   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
386   * Teletext (0x56 descriptor) streaming support in MPEG TS.
387   * New WAV muxer (supports multi-channel audio)
388   * Improved ASF muxer
389  Misc:
390   * H.263 RTP streaming support
391   * SDP generation outputs more compliant SDPs and can create SDP files now
392   * Improved RTSP and VoD server (experimental)
393
394 Audio Output:
395  * New audio equalizer filter
396  * Very trivial volume normalizer
397  * True channel downmixing when playing 5:1 material on Stereo
398  * More gradual resampling which should improve the pitch changing effect
399  * New audio output plugin using portaudio v19
400
401 Video Output:
402  * Roku HD1000 Video output
403  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
404    with support for effects.
405  * Improved filter and subpictures support :
406         - New filters can be streamed.
407         - "Subpicture filters" to overlay subpictures on video 
408         - Centralized scaling and blending
409  * New filters : 
410         - "time", to display current time 
411         - "marq", to display a marquee
412
413 Interfaces:
414  * OSD sliders for volume and postition information
415  * OSD icons for Play and Pause
416  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
417  * A few skins2 improvements
418  * Added search, volume, loop and random functions to the ncurses interface
419  * Added a filesystem browser to the ncurses interface
420  * The remote control interface can now listen for commands on sockets
421  * Improved CORBA control module
422
423 Mac OS X port:
424  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
425  * Major speed improvements to the Quartz video output
426  * The Mac OS X interface is no longer required to display video
427
428 Linux port:
429  * New galaktos visualization plugin (MilkDrop-compatible)
430  * Experimental SVG rendering module
431  * Support for DVB CAM modules.
432
433 Windows port:
434  * DirectX Media Object decoder (allows playing some media types, like WMV3)
435  * DirectX Media Object audio and video encoder
436  * Fixed long standing win32 thread handles leak
437  * Fixed problem with CPU usage with subtitles rendering
438  * Wallpaper mode for the DirectX video output (only in overlay mode)
439
440 WinCE port:
441  * Massive update (we still miss an interface and a fast video output).
442
443 Mozilla plugin:
444  * Added a lot of Javascript accessible funtionality
445  * Volume, position, length, seek etc etc etc.
446
447 Misc:
448  * Server/client network synchronization module
449  * VBrick streams fully supported
450  * Cisco IP/TV streams supported
451  * VLM enhancements
452
453 Changes between 0.7.1 and 0.7.2:
454 --------------------------------
455
456 Core support:
457  * Bookmarks feature for easier seeking/access inside medias.
458  * Support for video output embedded in interfaces.
459  * Improved HTTP daemon.
460  * Saved playlists now remember VLC-specific options.
461
462 Codecs:
463  * New Continuous Media Markup Language (CMML) codec.
464    (http://www.annodex.net/overview.html)
465  * New H.261 video decoder using openmash.
466  * H264 encoder, demuxer and packetizer.
467  * Packetizer interfaces between demux and codec when needed
468    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
469  * Support for Theora alpha3 (both decoding and encoding).
470
471 Input:
472  * --start-time <sec> and --stop-time <sec> to start and stop playing a 
473    file at the specified amount of seconds. Only works with a few
474    fileformats (avi, mov, mkv, mp4 )
475  * Improved directory access module.
476  * New "file-cat" option to play truncated movies.
477  * Better handling of meta info (title, author, description, etc...).
478  * New options to pass meta info to the input.
479  * It is now possible to stream programs from a DVB-S/C/T stream
480    (satellite, cable, or digital terestrial television)
481
482 Demux:
483  * Annodex (http://www.annodex.net) support.
484  * mmsh streaming fixes.
485  * Fixed infinite loop in the AVI demux on broken/incomplete files.
486
487 Subtitles:
488  * Subviewer and subviewer v2 subtitles support.
489  * Ability to choose autodetected subtitles path.
490  * Subtitles delay can be changed in real time with hotkeys.
491
492 Stream output:
493  * Improved session announcement system.
494  * Minimize threads usage by default.
495  * Added faster than realtime stream output (limited by CPU) for file output.
496  * Improved MOV/MP4 muxer.
497  * Improved MPEG TS muxer.
498  * Improved transrater.
499  * Meta info options used by the muxers.
500  * New configuration system.
501  * Better audio channels downmixing when transcoding.
502
503 VideoLAN manager:
504  * New videolan (media) manager (vlm): a little manager designed to launch
505    and manage multiple streams from within one instance of VLC.
506  * Supports live streams and VoD.
507  * Supports scheduling.
508  * Telnet interface for vlm.
509  * HTTP interface for vlm.
510
511 Interfaces:
512  * Skins II (Windows and Linux only)
513     - Ability to embed video output.
514     - Support for bitmap fonts.
515     - Lots of improvements.
516  * wxWindows (default Windows and Linux interface)
517     - New design and set of icons.
518     - Ability to embed video output.
519     - Support for hotkeys.
520     - Support for bookmarks.
521  * Mac OS X
522     - Support for 'groups' and playlist item properties.
523     - Better hotkeys handling.
524
525 Mac OS X port:
526  * OpenGL video output is now the default when available.
527  * Added FAAC encoder (mp4a).
528  * Audio output fix to work with multiple streams on a HAL device.
529  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
530
531 Win32 port:
532  * DirectShow input plugin should work with more devices.
533  * Disable monitor power down when watching movies.
534  * Improved Windows installer.
535
536 Linux port:
537  * PowerPC fixes.
538
539 Misc:
540  * Improvements to the Goom visualisation plugin.
541  * Roku HD1000 audio output.
542
543 Changes between 0.7.1 and 0.7.1a:
544 ---------------------------------
545
546 Mac OS X:
547  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
548  * Playing MOD files is working now.
549
550
551 Changes between 0.7.0 and 0.7.1:
552 ---------------------------------
553
554 Core support:
555  * Fixed a nasty bug that causes preferences not to be saved some times.
556  * IGMPv3 support for VLC under Windows XP and Linux.
557
558 Codecs:
559  * Brand new DTS Coherent Acoustics audio decoder based on libdts
560    (http://www.videolan.org/dtsdec.html)
561  * Fixed DTS S/PDIF output
562  * SVCD (Philips OGT) and CVD subtitles
563
564 Playlist:
565  * Internal improvments
566  * Improved import/export
567
568 Input:
569  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
570    container formars.
571  * New demux module that uses libavformat from ffmpeg. Adds support for many
572    small and strange formats.
573  * New PVA demux.
574  * New MOD audio demux.
575  * Support for DTS and A52/AC3 wav files.
576  * Support for DTS and A52/AC3 audio CD.
577  * New and experimental DVD input plugin with menus support (using libdvdnav).
578  * Added back DV audio support in raw DV demuxer.
579
580 Stream output:
581  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
582  * Fixed a nasty bug in the mpeg video packetizer.
583  * Improved transcoding (multithreading, more tuning, etc...).
584
585 Service discovery:
586  * Fixed sdp in SAP.
587
588 Mac OS X port:
589  * New opengl video output plugin.
590
591 Win32 port:
592  * A few improvements to the DirectShow input plugin.
593  * Fixed ipv6 name resolution.
594
595 Changes between 0.6.2 and 0.7.0:
596 ---------------------------------
597
598 Core support:
599  * Brand new decoder/packetizer api.
600    Adds a lot more flexibility while also simplifying the decoder plugins.
601  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
602  * Video outputs are recycled if possible.
603    This removes any 'flicker' between two similiar video files.
604  * Fixed the video filters. Video should no longer go black when using filters.
605  * New input core. Advantages are: better seeking, more responsive, support for
606    subtitle files at the core, and much much more.
607
608 Playlist:
609  * Added a repeat mode to repeat a single file over and over.
610  * Playlist sorting 
611
612 Input:
613  * RTP/RTSP support.
614  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
615  * Support for Flac in Ogg files.
616  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
617  * Rewrite of the Flac demuxer.
618  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
619  * Reworked DVB tuning.
620  * Better Icecast support.
621  * New MPEG video elementary streams demuxer.
622  * New DTS audio elementary streams demuxer.
623
624 Codecs:
625  * Support for Theora video encoding.
626  * Support for Speex audio decoding/encoding.
627  * Rewrite of the Flac decoder + encoding support.
628  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
629  * Support for AAC + SBR and proper multi-channel re-ordering.
630  * MPEG 2.5 audio support.
631  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
632
633 Stream output:
634  * Improvements to the MPEG TS muxer.
635  * New transrating module for MPEG2 video.
636  * Added packetization for MPEG AAC ADTS streams.
637  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
638  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
639  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
640  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
641  * --sout-keep option to keep the stream open while changing input.
642  * Preliminary RTP support.
643  * Fixes to SAP announces.
644
645 Interface:
646  * Skins:
647     - Bugfixes
648     - misc improvements (eg, "stay on top" option).
649  * New standardized and customizable hotkeys.
650  * wxWindows
651     - Playlist improvements (Sort, Search, mode buttons).
652     - Improvements and help in preferences
653     - New streaming wizard
654     - Revised Disc Open menu
655  * HTTP
656     - Improvements of the standard pages
657     - Support for new commands
658  * OSD ( OS X and hotkeys only atm ).
659
660 Service discovery:
661  * Many fixes to the SAP module
662  * SAP now supports HTTP streams
663
664 Subtitles:
665  * Text subtitles now have a black outline.
666  * Text subtitles autodetection.
667  * Text subtitles charset autodetection.
668  * Text subtitles for all videofiles. Results may vary.
669  * Text subtitles in Hebrew are supported. Arabic partially.
670  * Automatic fontsize selection for text subtitles.
671  * Fixed SAMI text subtitles support.
672  * Support for subtitles in Matroska files.
673  * Support for subtitles in DVB streams.
674
675 Mac OS X port:
676  * New controller designed by Max Rudberg from www.maxthemes.com
677  * Save playlist.
678  * Works on 10.1.x again. Apologies for that problem.
679  * Support for Panther.
680  * Support for raw dumping of streams to disk.
681  * Mozilla plugin for Mac OS X (experimental).
682
683 Win32 port:
684  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
685  * VLC can be installed as a Windows NT service.
686  * Allow on the fly switching of the main interface.
687  * Support for 3F2R in audio output.
688  * New --one-instance option to "force" only one running instance of VLC.
689  * Mozilla plugin for Windows (experimental).
690  * Multimonitor support (untested).
691  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
692
693 Linux port:
694  * Improved Video4Linux input. Also added support for an audio only input.
695  * Support for real-time priority when running with root privileges.
696  * Allow on the fly switching of the main interface.
697
698 iPaq port: 
699  * Brand new Gtk 2 interface
700
701 Miscellaneous:
702  * Audio visual effects filters (spectrum, scope and random).
703  * Audio visual effects filter using goom.
704  * Spanish, Portuguese Brazilian and Hungarian translations.
705  * libcaca video output (colored ascii)
706
707 Changes between 0.6.1 and 0.6.2:
708 ---------------------------------
709
710 Core support:
711  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
712
713 Stream output:
714  * Transcoder now generates proper pts/dts thus should work a lot better.
715  * Improved MPEG TS muxer.
716
717 Access input:
718  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
719  * Few fixes to the VCD navigation.
720
721 Interfaces:
722  * Support for DVD menus navigation added to the wxWindows interface.
723
724 UNIX ports:
725  * ALSA multi-channel support fixed and tested.
726  * Fixed fullscreen with gnome metacity.
727
728 Win32 port:
729  * Fixed VCD support which was broken on some machines.
730
731 iPaq port:
732  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
733
734 Miscellaneous:
735  * Text subtitles now centered on the picture.
736  * Ffmpeg decoder now generates proper pts and can be used to play
737    mpeg1/2 videos.
738
739 Changes between 0.6.0 and 0.6.1:
740 ---------------------------------
741
742 Core support:
743  * There should be less bogus resampling, particularly on DVDs.
744  * VLC will now wait for the medium to wake up before starting its clock
745    after a pause.
746
747 Stream output:
748  * Added vorbis audio support in Ogg streaming.
749  * Added vorbis audio transcoding support.
750  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
751 UNIX ports:
752  * ALSA multi-channel support fixed and tested.
753  * Fixed fullscreen with gnome metacity.
754
755 Win32 port:
756  * Fixed VCD support which was broken on some machines.
757
758 iPaq port:
759  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
760
761 Miscellaneous:
762  * Text subtitles now centered on the picture.
763  * Ffmpeg decoder now generates proper pts and can be used to play
764    mpeg1/2 videos.
765
766 Changes between 0.6.0 and 0.6.1:
767 ---------------------------------
768
769 Core support:
770  * There should be less bogus resampling, particularly on DVDs.
771  * VLC will now wait for the medium to wake up before starting its clock
772    after a pause.
773
774 Stream output:
775  * Added vorbis audio support in Ogg streaming.
776  * Added vorbis audio transcoding support.
777  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
778  * PS muxer can create mpeg1 files now and produce streams with system headers.
779  * You can transcode a52 with more than two channels to mpga now.
780
781 Win32 port:
782  * Fixed DVD support which was partly broken due to a bug in libdvdcss
783  * Fixed 5.1 audio support for the sblive/audigy soundcards.
784  * Fixed sound on Windows NT.
785
786 UNIX ports:
787  * Fixed/improved ALSA support and enabled multi-channel audio output.
788  * X11/Xvideo: Should now work on big endian machines, and you can now
789    use the arrow keys to browse through the DVD menus.
790
791 iPaq port:
792  * Gtk+2 interface called PDA
793  * Familiar Gtk+ is now deprecreated
794  * Codec a52, Faad2 and flac added
795  * Video4Linux enabled (demux and transcode)
796  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
797
798 Interfaces:
799  * Small updates/fixes to the wxWindows interface.
800  * Improved HTTP remote control interface. You can now create your own HTML pages.
801  * A new CORBA control plugin.
802
803 Input demux:
804  * Improved support for the Matroska container format.
805
806 Miscellaneous:
807  * Improved build system.
808  * New video filter plugin to overlay logos.
809  * Added support for Winamp 3 B4S files.
810  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
811    Should also work with languages like russion for instance.
812
813
814 Changes between 0.5.3 and 0.6.0:
815 ---------------------------------
816
817 Core Support:
818  * Channel Server support was removed (was deprecated)
819
820 Input access:
821  * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
822  * Fixed large file support on Windows
823  * Video 4 Linux support
824  * CD Digital Audio support
825  * Fixed IPv6 multicasting on Windows and OSX.
826
827 Input demux:
828  * Better detection of AAC and mp3 files
829  * Support for OpenDML avi files
830  * More complete .mp4/.mov support
831  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
832
833 Codecs:
834  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
835  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
836  * OSX support for QDM2 and QDMC sound, often used in QT content.
837  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
838  * Updated our theora decoder to use the alpha 2 release of libtheora
839  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
840  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
841
842 Interfaces:
843  * The wxWindows interface is now fully useable as well as Unicode safe
844  * New HTTP remote control interface
845
846 Stream output:
847  * 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.
848  * The stream output now allows to transcode content on the fly.
849  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
850  * SAP/SDP announcing support. (both IPv4 and IPv6)
851
852 Miscellaneous:
853  * New reset option for the preferences
854  * You can set your language in the prefences
855  * New video chroma conversion module using ffmpeg
856  * Added a Gentoo ebuild to the distribution
857  * Added a new smaller subtitles font (now the default) + scripts to generate your own
858  * SAP/SDP IPv6 support
859
860 UNIX ports:
861  * Basic support for the X11 Xinerama extension.
862  * New skinable interface ported to X11.
863  * Run opie-vlc and zaurus-vlc as GuiServer
864
865 Mac OS X port:
866  * When you add several items to the playlist, they are sorted alphabetically.
867  * New about panel and revamped preferences panel.
868  * Fixed the deinterlace menu.
869  * Float on top, Fit to Screen and a Transparency option for video out.
870  * New output dialog for transcode and display while stream capabilities.
871  * New icons by Davor Orel.
872  * New audio resampler. Should make VLC much faster.
873  * Fixed disappearing and crackling sound (PTS is out of range bug)
874  * We no longer automatically save the preferences when you quit the application
875  * Arrow keys are now use to browse the menus in a DVD
876
877 Win32 port:
878  * the wxWindows interface is now the default interface
879  * The keyboard shortcuts are now identical to the linux version
880  * Fixed the "no sound" problem on NT4
881  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
882  * Added support for compressed skins files (.vlt files)
883  * Fixed SVCD chapters support.
884  * Fixed memory leak with 5.1 audio.
885
886 BeOS port:
887  * Interface localization
888  * Screensaver disabled if playing in fullscreen
889  * A few new keyboard shortcuts
890  * New full-featured Preferences window
891
892 Changes between 0.5.2 and 0.5.3:
893 ---------------------------------
894
895 Core Support:
896  * fixed DTS S/PDIF output on little-endian machines
897  * support for skins at the interface level
898  * new OSD module using Freetype2
899  * video outputs are now destroyed when the associated input ends
900  * the video output takes into account the caching delay introduced at the
901    input level before dropping out of date frames.
902  * configuration option to disable the translation of the interface
903
904 Input access:
905  * fixed HTTP redirects
906  * support for opening an entire directory
907  * EOF should be detected more reliably
908  * new video4linux access plug-in
909  * new kfir access plug-in designed to work around a bug in the kfir driver
910
911 Input demux:
912  * added stream type for some Motorola MPEG-2 video encoders
913  * fix for some ogg web radio streams
914  * fixed reading TS streams over HTTP
915
916 Codecs:
917  * support for 3ivx D4 (not previous versions)
918  * support for '3ivd' and '3vid' encodings
919  * support for 'MSS1' codec ( same as WMV2 )
920  * support for SAMI subtitles (untested and incomplete)
921  * better SSA4 subtitles recognition
922  * new codec for raw I420 video
923  * improvements to the libmpeg2-based MPEG video decoder
924
925 Interfaces:
926  * improvements to wxWindows based interface
927    (although it still misses some important features)
928  * skeleton for a Gnome2/GTK2 plug-in
929
930 Stream output:
931  * new HTTP output support
932  * fixed a segfault in the AVI muxer
933  * fixed AV synchronization issues
934
935 Miscellaneous:
936  * support for oldstyle id3 genres
937
938 UNIX ports:
939  * the SDL vout plug-in will now work on big-endian machines
940
941 Mac OS X port:
942  * reorderable playlist
943  * fixed the hiding of the mouse on multiple monitors
944  * fixed a big issue with some USB speakers
945  * support for mono audio output devices
946  * reset the audio-device to its default mode before quitting VLC
947  * fixed several cosmetic issues
948  * you can drag the controller window by its background (as it should be)
949  * the messages window remembers more lines
950  * delay and fps can now be overruled with subtitles files
951  * http and ogg stream output options
952  * Apple menu and friends will now be translated as well
953
954 Win32 port:
955  * new skinnable interface
956  * the directx video output doesn't crash anymore on ctrl+alt+del events.
957
958 iPAQ familiar Linux port:
959  * support for FLAC audio format
960  * the interface adapts to the screen size/rotation
961  * playlist
962  * network tab in the interface
963  * "apply" handling in preferences
964
965
966 Changes between 0.5.1a and 0.5.2:
967 ---------------------------------
968
969 Core support:
970  * advanced config options are now hidden by default
971  * new --spdif option to use the S/PDIF audio output by default
972  * fixed a 'clicking' sound when switching between streams
973  * new bandlimited resampler that should improve audio quality on primarily
974    Mac OS X
975  * fixed a problem with audio over http that caused some web radios to not work
976  * DTS S/PDIF support
977
978 Codecs:
979  * support for DV audio through the ffmpeg library
980  * support for FLAC audio through libflac
981  * new but basic MPEG video decoder based on libmpeg2
982  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
983
984 Stream output:
985  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
986  * new --ttl option for Time To Live
987
988 DVD support:
989  * fixed quite a few problems with the dvd menu support
990
991 UNIX ports:
992  * fixed the GNU-pth support
993
994 Win32 port:
995  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
996    plugins
997  * localization support via gettext is now fully working
998  * rc interface is now fully useable
999  * fixed the MSVC project files generation
1000
1001 Mac OS X port:
1002  * several fixes for multi channel audio devices. AC3 over SPDIF with
1003    M-Audio Sonica Theater still does not work. this is most likely a driver
1004    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
1005    iMate and MOTU firewire devices should work)
1006  * VLC now uses the default audio device
1007  * new info panel
1008  * very preliminary support for VLC control via applescript
1009  * support for mouse gestures
1010  * new priority scheme allowing to avoid lock-ups on low-end machines
1011
1012 Linupy port:
1013  * there is a whole new port for the linupy distribution used by o.a. the
1014    YOPY PDA. It is still experimental, please test it
1015
1016 Miscellaneous:
1017  * improved ID3 tag detection
1018  * changed several errors into warnings ; the frequently reported "this is
1019    not a PS stream, continuing" is one of these
1020  * mouse gestures work on windows and osx, but there still isn't any useful
1021    gestures
1022  * some support for .pls playlists used by shoutcast
1023
1024
1025 Changes between 0.5.1 and 0.5.1a:
1026 ---------------------------------
1027
1028 Mac OS X port:
1029  * fixed a problem that caused VLC to select the wrong language when
1030    English was set as the preferred language
1031
1032
1033 Changes between 0.5.0 and 0.5.1:
1034 --------------------------------
1035
1036 Core support:
1037  * new mouse gesture interface
1038  * audio volume can now be changed at any time, even when no file is
1039    playing
1040
1041 Input access:
1042  * various minor fixes on the network inputs
1043  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
1044  * VCD: fixed track number and chapter indexing
1045
1046 Input demux:
1047  * fixed a bad initialization in the mp4 plug-in
1048  * new --buggy-psi option for TS streams which do not update their
1049    continuity counter
1050
1051 Codecs:
1052  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
1053
1054 DVD support:
1055  * fixed a bug which turned the default interface command-line only
1056    without the user consent
1057
1058 UNIX ports:
1059  * GTK: fixed a crash when going fullscreen or changing volume from the
1060    popup menu
1061  * X11: new screen saver disabling plug-in (--extraintf screensaver)
1062  * KDE: fixed compilation with KDE 3.1
1063  * ALSA: fixed mono files output
1064
1065 Mac OS X port:
1066  * fixed a crash on start-up on some localized systems
1067  * lowered real-time priorities to avoid lock-ups on slow machines
1068  * VLC can now be made the handler of ftp http mms and udp URLs
1069  * playlist enhancements
1070  * added half, normal and double video window menu items
1071  * new step forward/step backward commands
1072  * the dock should no longer be visible in fullscreen mode
1073  * the Mac OS X binary is now compiled with Ogg/Theora support
1074  * vlc.app is now VLC.app
1075
1076 Win32 port:
1077  * fixed the "RichEdit line insertion error" bug
1078  * VLC can now be run from outside its installation directory
1079  * fixed a bug that prevented to find the default subtitle font
1080
1081 BeOS port:
1082  * smarter BeOS priorities to avoid lock-ups
1083  * few enhancements in the interface (especially the Settings window)
1084
1085 Opie port:
1086  * native video output is working again
1087  * only commandline interface support
1088  * support for MPEG4, DivX through ffmpeg package
1089
1090
1091 Changes between 0.4.6 and 0.5.0:
1092 --------------------------------
1093
1094 Core structure:
1095   * object structure which allows for full re-entrancy, known as libvlc
1096   * new audio output architecture based on filter pipelines, providing
1097     S/PDIF and multi-channel support
1098   * localization support via gettext on most architectures
1099   * new stream output architecture, allowing to use VLC to unicast,
1100     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
1101     and A/52 streams are supported)
1102   * build system now uses autoconf/automake/autopoint
1103
1104 Input access:
1105   * mms:// support
1106   * ftp:// support
1107   * stability fixes in the HTTP access
1108   * auto-detection of RTP encapsulation
1109   * VCD entry points support
1110   * VCD image file support
1111
1112 Input demux:
1113   * support for *.asf format
1114   * improved support for *.avi, especially over an HTTP connection
1115   * support for *.mp4 and *.mov format
1116   * support for ogg encapsulation
1117   * support for raw DV format
1118   * support for *.wav format
1119   * new demuxdump demux allowing to save a stream to a file
1120   * raw AAC support
1121
1122 Stream discovery & playlists:
1123   * support for the SAP/SDP and SLP protocols
1124   * support for .m3u file format
1125   * support for .asx file format
1126   * hack to find the streaming sources in html-pages with embedded wmp
1127
1128 Codecs:
1129   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
1130     (only available with the .avi demux)
1131   * support for ADPCM audio codec
1132   * support for raw PCM data
1133   * support for Cinepak video codec
1134   * support for DV video codec via libdv or ffmpeg
1135   * support for AAC audio codec via libfaad2
1136   * support for Xvid codec
1137   * support for Xiph.org's Vorbis audio codec
1138   * support for Xiph.org's Tremor audio codec (when compiling from sources)
1139   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
1140     from sources)
1141   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
1142     H263i, MJPEG A/B
1143   * fixed an endianness bug in LPCM codec
1144
1145 DVD support:
1146   * experimental preliminary support for DVD menus via libdvdplay
1147
1148 Miscellaneous:
1149   * new WxWindows interface
1150   * all interfaces allow to dynamically change the volume, the audio
1151     device and the channels configuration
1152   * headphone channel mixer with virtual spatialization effect
1153   * Mozilla plugin based on libvlc for embedded playback in webpages of any
1154     format that VLC can play
1155   * new swedish translation
1156   * enhancements of the playlist window
1157   * new messages window to see debug info
1158   * fixed a few crashes
1159
1160 iPaq port:
1161   * slider bar in GTK+/GPE Familiar interface
1162   * fixed crash on directory change in Familiar interface
1163   * added qte_main module for use in all modules that need Opie or Qte support
1164   * native video output module for Qt Embedded/Opie is not working
1165