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