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