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