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