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