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