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