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