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