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