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