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