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