]> git.sesse.net Git - vlc/blob - NEWS
* new Korean translation by Han HoJoong <0demon0@paran.com>
[vlc] / NEWS
1 $Id$
2
3 Changes between 0.8.2 and 0.8.4-svn (not yet released):
4 -----------------------------------------------------
5
6 Core support:
7 * Internal strings handling is now UTF-8 based
8 * New OSD system
9
10 Video output:
11 * Fixed problems with OpenGL output
12 * New --monitor-aspect-ratio option
13
14 Input:
15 * Improved DVB support for satellite bands other than Ku-band
16 * IPv6 and Extended passive mode support for FTP
17 * IPv6 Source Specific Multicast support
18
19 Decoders:
20 * Support for libSDL_image to import different image types
21
22 Services discovery:
23 * UPnP service discovery
24
25 Video Filters:
26 * RSS feed overlay
27
28 Stream output:
29 * New shout output module to forward streams to icecast servers
30 * Fixed several SAP and SDP announcement bugs
31  
32 Interfaces:
33  * Mac OS X
34     - New streaming and transcoding wizard
35     - New extended controls panel
36     - New bookmarks window
37     - Fixed playlist sorting
38     - Fixed drag-and-drop inside the playlist
39  * wxWidgets
40     - Rename wxWindows interface in wxWidgets.
41     - All the --wxwin-* options are now --wx-*  
42     - VLC update checker
43  * HTTP
44     - New RPN functions to control VLC features (see play-howto)
45     - Facilities to correctly handle non-ASCII characters and spaces in
46       the names of files
47     - Include macro to include other files
48
49 ActiveX plugin:
50 * Should now work outside IE as well
51
52 Translations:
53  The following languages were added:
54  * Korean
55  * Romanian
56
57 Changes between 0.8.1 and 0.8.2:
58 --------------------------------
59
60 Core support:
61  * Rewrite of the playlist
62     - Tree structure
63     - Input preparsing (for meta-data)
64     - Grouping (by artist, ...) support 
65  * Preferences improvements: 
66     - New organization, designed to improve usability
67     - New configuration types (list of modules, ...)
68  * XML parsers
69  * Core image manipulation support
70  * Client-side SSL/TLS support
71  * SSL Client certificates checking support (allows for secure VoD)
72  * Renamed --spu-channel to --sub-track
73  * Renamed --spumargin to --sub-margin
74  * Renamed --audio-channel to --audio-track
75  * Renamed --filter to --vout-filter
76  * filters, extra interfaces, visualizations and service discovery modules are
77    now separated by ':' instead of ','
78  * Access filter architecture
79  * Track selection based on preferred language (--sub-language and --audio-language)
80  * Zsh autocompletion for VLC's arguments
81  * Many bugfixes...
82
83 Input/Demuxers:
84  * Support for SOCKS proxy
85  * Support for Shoutcast Meta-data
86  * Support for (HE-)AAC raw-audio streams
87  * Support for images on a HTTP server that get refreshed on the server
88  * Better support for Kasenna streams
89  * RTSP UDP->TCP rollover support
90  * Massive Matroska improvements
91  * Support for XA and VOC audio files
92  * TiVo demuxer
93  * Samba (Windows shares) access module
94  * Improved CDDAX module (uses several playlist items)
95  * Fixes to Linux DVB support
96  * Fix the "negative subtitles delay" bug
97  * Support for FTP over IPv6
98
99 Decoders / Encoders:
100  * Dirac decoder and encoder
101  * PNG decoder/encoder
102  * Improvements to DVB subtitles encoder
103  * Support for Apple Lossless Audio Codec
104
105 Access filters:
106  * New Record and Timeshift filters
107
108 Services discovery:
109  * New type of modules, that add items to the playlist
110  * Brand new SAP module
111      * To enable SAP, you now need to use "-S sap" or add SAP in 
112        the "Manage->Services Discovery" menu
113      ( IPv6 SAP is now enabled by default )
114      * Non-standard support for HTTP streams SAP announces removed
115  * HAL (Hardware Abstraction Layer) discovery
116  * DAAP (iTunes shares) support
117  * Shoutcast
118
119 Audio output:
120  * Support for 20/24 bits LPCM
121
122 Video output:
123  * Video snapshot support (png or jpg)
124  * Image file video output (png)
125  * Motion detection filter (can trigger playlist actions)
126  * Improvements to wall video filter
127  * Support for font color and opacity
128
129 Stream output:
130  * Muxers
131     - ASF improvements
132  * VLM / VoD
133     - Ability to load a configuration file on startup
134     - Seeking support in VoD streams
135  * Mosaic (picture-in-picture system)
136
137 Interfaces:
138  * wxWidgets
139     - Redesigned playlist : add playlist, add directory, ...
140     - Improved preferences
141     - Improvements to the wizard
142     - DVD, VCD and Audio CD navigation buttons
143  * MacOS X
144     - Redesigned playlist
145     - Improved preferences
146  * Skins
147     - Support for multiple actions
148     - Fixes
149  * HTTP
150     - Support for the new playlist system
151  * Lirc
152     - Now uses new config settings. See doc/lirc/example.lirc
153
154 Windows port:
155  * Screensaver disabling fix
156  * DirectShow tuner configuration
157  * Support for no-decoration windows
158
159 MacOS X port:
160  * Many Mac OS X 10.4 Tiger related fixes
161  * The OpenGL video output is back
162  * A new audio module that should work more reliable for analog audio output in various configurations.
163    - Supports multichannel discrete analog output
164    - Digital audio output requires you to change a preference setting because it
165      is not yet available in the new module
166    - Please read the README.MacOSX.rtf file for more information.
167
168 BeOS port:
169  * Support for single-buffered overlay
170
171 Pocket PC port:
172  * Many fixes
173  * New interface
174  * New video output
175
176 Mozilla Plugin:
177  * Javascript fixes
178  * Mozilla plugin for MacOS X is back (not yet distributed)
179
180 IE Plugin:
181  * Brand new Internet Explorer ActiveX plugin
182
183 Translations:
184  The following languages were added:
185  * Catalan
186  * Danish
187  * Turkish
188
189
190 Changes between 0.8.0 and 0.8.1:
191 -----------------------------------------------------
192
193 Core support:
194  * Include TLS/SSL API (on plattforms where libgnutls is available)
195  * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
196
197 Windows port:
198  * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
199  * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
200  * Fixed spurious taskbar item after switching to fullscreen
201
202 WinCE port:
203  * A few more updates (we still miss an interface and a fast video output).
204
205 Audio Output:
206  * Portaudio audio output plugin improvements
207
208 Video Output:
209  * Proper subpictures scaling using the aspect-ratio info when available
210
211 Demuxers:
212  * Fixed crash with ODML avi files
213  * Fixed autodetection of VCD/SVCD bin files
214  * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
215
216 Stream Output:
217  * Encoders:
218    * Fixed aspect ratio and interlaced support in ffmpeg encoder module
219  * Stream output:
220    * Support of playlist group announcement
221
222 Changes between 0.7.2 and 0.8.0:
223 -----------------------------------------------------
224
225 Core support:
226  * Major work on libvlc. Changed/renamed/added functions
227  * Complete switch to the new input core (better seeking, multi-input, ...)
228  * New plugins cache to speed up launch time
229  * New --play-and-stop feature which stops the playlist after each played item
230  * Daemon mode (to run vlc in the background)
231  * Major improvements to the subtitle/OSD subsystem
232
233 Input:
234  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X 
235     (Stream your desktop)
236  * Improved DVD support:
237     - uses libdvdnav for playing DVDs with menus support
238     - uses libdvdread for simple playback with menus (eg. for streaming)
239  * Experimental multi-input support ( use --input-slave to play with it )
240  * Automatic MTU discovery for UDP streams
241  * More powerful MRL syntax for DVD/VCD/CDDA access 
242     (selection of titles/chapters).
243
244 Demuxers:
245  * Support for iTunes Music Store previews
246  * Support for MJPEG webcams (i.e. AXIS cams)
247  * Added initial mp4 and mpeg-ts text track support
248  * Windows Media Server RTSP support
249  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
250  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
251  * Skins2 .vlt file loader (only when skins2 is the current interface)
252  * Improved Ogg demuxer
253  * Support for MPEG PS streams with MPEG 4 video.
254  * Support for so called AACPlus webstreams
255
256 Codecs:
257  * G.726 audio support
258  * 14496-17 MPEG TS text support
259  * MPEG-4 text support
260  * Vastly improved DVB subtitles decoder (ETS 300 743)
261  * Enabled color in DVB subtitles rendering
262  * VobSub supported both externally and in Matroska
263
264 Stream Output:
265  Encoders:
266   * Re-use audio/video/spu decoders in transcoder module. From now on,
267      everything that is playable by VLC should be transcodable as well
268   * Subtitles overlaying in transcoder
269   * Subpictures overlaying in transcoder (see video output)
270   * Frame rate selection in the transcoder
271   * DVB subtitles encoder
272   * MPEG 1 layer 2 audio encoder using libtoolame
273   * Improved vorbis/theora encoding
274  Muxers: 
275   * Text track muxing for mp4
276   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
277   * 14496-17 text track muxing for MPEG TS
278   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
279   * Teletext (0x56 descriptor) streaming support in MPEG TS.
280   * New WAV muxer (supports multi-channel audio)
281   * Improved ASF muxer
282  Misc:
283   * H.263 RTP streaming support
284   * SDP generation outputs more compliant SDPs and can create SDP files now
285   * Improved RTSP and VoD server (experimental)
286
287 Audio Output:
288  * New audio equalizer filter
289  * Very trivial volume normalizer
290  * True channel downmixing when playing 5:1 material on Stereo
291  * More gradual resampling which should improve the pitch changing effect
292  * New audio output plugin using portaudio v19
293
294 Video Output:
295  * Roku HD1000 Video output
296  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
297    with support for effects.
298  * Improved filter and subpictures support :
299         - New filters can be streamed.
300         - "Subpicture filters" to overlay subpictures on video 
301         - Centralized scaling and blending
302  * New filters : 
303         - "time", to display current time 
304         - "marq", to display a marquee
305
306 Interfaces:
307  * OSD sliders for volume and postition information
308  * OSD icons for Play and Pause
309  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
310  * A few skins2 improvements
311  * Added search, volume, loop and random functions to the ncurses interface
312  * Added a filesystem browser to the ncurses interface
313  * The remote control interface can now listen for commands on sockets
314  * Improved CORBA control module
315
316 Mac OS X port:
317  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
318  * Major speed improvements to the Quartz video output
319  * The Mac OS X interface is no longer required to display video
320
321 Linux port:
322  * New galaktos visualization plugin (MilkDrop-compatible)
323  * Experimental SVG rendering module
324  * Support for DVB CAM modules.
325
326 Windows port:
327  * DirectX Media Object decoder (allows playing some media types, like WMV3)
328  * DirectX Media Object audio and video encoder
329  * Fixed long standing win32 thread handles leak
330  * Fixed problem with CPU usage with subtitles rendering
331  * Wallpaper mode for the DirectX video output (only in overlay mode)
332
333 WinCE port:
334  * Massive update (we still miss an interface and a fast video output).
335
336 Mozilla plugin:
337  * Added a lot of Javascript accessible funtionality
338  * Volume, position, length, seek etc etc etc.
339
340 Misc:
341  * Server/client network synchronization module
342  * VBrick streams fully supported
343  * Cisco IP/TV streams supported
344  * VLM enhancements
345
346 Changes between 0.7.1 and 0.7.2:
347 --------------------------------
348
349 Core support:
350  * Bookmarks feature for easier seeking/access inside medias.
351  * Support for video output embedded in interfaces.
352  * Improved HTTP daemon.
353  * Saved playlists now remember VLC-specific options.
354
355 Codecs:
356  * New Continuous Media Markup Language (CMML) codec.
357    (http://www.annodex.net/overview.html)
358  * New H.261 video decoder using openmash.
359  * H264 encoder, demuxer and packetizer.
360  * Packetizer interfaces between demux and codec when needed
361    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
362  * Support for Theora alpha3 (both decoding and encoding).
363
364 Input:
365  * --start-time <sec> and --stop-time <sec> to start and stop playing a 
366    file at the specified amount of seconds. Only works with a few
367    fileformats (avi, mov, mkv, mp4 )
368  * Improved directory access module.
369  * New "file-cat" option to play truncated movies.
370  * Better handling of meta info (title, author, description, etc...).
371  * New options to pass meta info to the input.
372  * It is now possible to stream programs from a DVB-S/C/T stream
373    (satellite, cable, or digital terestrial television)
374
375 Demux:
376  * Annodex (http://www.annodex.net) support.
377  * mmsh streaming fixes.
378  * Fixed infinite loop in the AVI demux on broken/incomplete files.
379
380 Subtitles:
381  * Subviewer and subviewer v2 subtitles support.
382  * Ability to choose autodetected subtitles path.
383  * Subtitles delay can be changed in real time with hotkeys.
384
385 Stream output:
386  * Improved session announcement system.
387  * Minimize threads usage by default.
388  * Added faster than realtime stream output (limited by CPU) for file output.
389  * Improved MOV/MP4 muxer.
390  * Improved MPEG TS muxer.
391  * Improved transrater.
392  * Meta info options used by the muxers.
393  * New configuration system.
394  * Better audio channels downmixing when transcoding.
395
396 VideoLAN manager:
397  * New videolan (media) manager (vlm): a little manager designed to launch
398    and manage multiple streams from within one instance of VLC.
399  * Supports live streams and VoD.
400  * Supports scheduling.
401  * Telnet interface for vlm.
402  * HTTP interface for vlm.
403
404 Interfaces:
405  * Skins II (Windows and Linux only)
406     - Ability to embed video output.
407     - Support for bitmap fonts.
408     - Lots of improvements.
409  * wxWindows (default Windows and Linux interface)
410     - New design and set of icons.
411     - Ability to embed video output.
412     - Support for hotkeys.
413     - Support for bookmarks.
414  * Mac OS X
415     - Support for 'groups' and playlist item properties.
416     - Better hotkeys handling.
417
418 Mac OS X port:
419  * OpenGL video output is now the default when available.
420  * Added FAAC encoder (mp4a).
421  * Audio output fix to work with multiple streams on a HAL device.
422  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
423
424 Win32 port:
425  * DirectShow input plugin should work with more devices.
426  * Disable monitor power down when watching movies.
427  * Improved Windows installer.
428
429 Linux port:
430  * PowerPC fixes.
431
432 Misc:
433  * Improvements to the Goom visualisation plugin.
434  * Roku HD1000 audio output.
435
436 Changes between 0.7.1 and 0.7.1a:
437 ---------------------------------
438
439 Mac OS X:
440  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
441  * Playing MOD files is working now.
442
443
444 Changes between 0.7.0 and 0.7.1:
445 ---------------------------------
446
447 Core support:
448  * Fixed a nasty bug that causes preferences not to be saved some times.
449  * IGMPv3 support for VLC under Windows XP and Linux.
450
451 Codecs:
452  * Brand new DTS Coherent Acoustics audio decoder based on libdts
453    (http://www.videolan.org/dtsdec.html)
454  * Fixed DTS S/PDIF output
455  * SVCD (Philips OGT) and CVD subtitles
456
457 Playlist:
458  * Internal improvments
459  * Improved import/export
460
461 Input:
462  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
463    container formars.
464  * New demux module that uses libavformat from ffmpeg. Adds support for many
465    small and strange formats.
466  * New PVA demux.
467  * New MOD audio demux.
468  * Support for DTS and A52/AC3 wav files.
469  * Support for DTS and A52/AC3 audio CD.
470  * New and experimental DVD input plugin with menus support (using libdvdnav).
471  * Added back DV audio support in raw DV demuxer.
472
473 Stream output:
474  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
475  * Fixed a nasty bug in the mpeg video packetizer.
476  * Improved transcoding (multithreading, more tuning, etc...).
477
478 Service discovery:
479  * Fixed sdp in SAP.
480
481 Mac OS X port:
482  * New opengl video output plugin.
483
484 Win32 port:
485  * A few improvements to the DirectShow input plugin.
486  * Fixed ipv6 name resolution.
487
488 Changes between 0.6.2 and 0.7.0:
489 ---------------------------------
490
491 Core support:
492  * Brand new decoder/packetizer api.
493    Adds a lot more flexibility while also simplifying the decoder plugins.
494  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
495  * Video outputs are recycled if possible.
496    This removes any 'flicker' between two similiar video files.
497  * Fixed the video filters. Video should no longer go black when using filters.
498  * New input core. Advantages are: better seeking, more responsive, support for
499    subtitle files at the core, and much much more.
500
501 Playlist:
502  * Added a repeat mode to repeat a single file over and over.
503  * Playlist sorting 
504
505 Input:
506  * RTP/RTSP support.
507  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
508  * Support for Flac in Ogg files.
509  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
510  * Rewrite of the Flac demuxer.
511  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
512  * Reworked DVB tuning.
513  * Better Icecast support.
514  * New MPEG video elementary streams demuxer.
515  * New DTS audio elementary streams demuxer.
516
517 Codecs:
518  * Support for Theora video encoding.
519  * Support for Speex audio decoding/encoding.
520  * Rewrite of the Flac decoder + encoding support.
521  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
522  * Support for AAC + SBR and proper multi-channel re-ordering.
523  * MPEG 2.5 audio support.
524  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
525
526 Stream output:
527  * Improvements to the MPEG TS muxer.
528  * New transrating module for MPEG2 video.
529  * Added packetization for MPEG AAC ADTS streams.
530  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
531  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
532  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
533  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
534  * --sout-keep option to keep the stream open while changing input.
535  * Preliminary RTP support.
536  * Fixes to SAP announces.
537
538 Interface:
539  * Skins:
540     - Bugfixes
541     - misc improvements (eg, "stay on top" option).
542  * New standardized and customizable hotkeys.
543  * wxWindows
544     - Playlist improvements (Sort, Search, mode buttons).
545     - Improvements and help in preferences
546     - New streaming wizard
547     - Revised Disc Open menu
548  * HTTP
549     - Improvements of the standard pages
550     - Support for new commands
551  * OSD ( OS X and hotkeys only atm ).
552
553 Service discovery:
554  * Many fixes to the SAP module
555  * SAP now supports HTTP streams
556
557 Subtitles:
558  * Text subtitles now have a black outline.
559  * Text subtitles autodetection.
560  * Text subtitles charset autodetection.
561  * Text subtitles for all videofiles. Results may vary.
562  * Text subtitles in Hebrew are supported. Arabic partially.
563  * Automatic fontsize selection for text subtitles.
564  * Fixed SAMI text subtitles support.
565  * Support for subtitles in Matroska files.
566  * Support for subtitles in DVB streams.
567
568 Mac OS X port:
569  * New controller designed by Max Rudberg from www.maxthemes.com
570  * Save playlist.
571  * Works on 10.1.x again. Apologies for that problem.
572  * Support for Panther.
573  * Support for raw dumping of streams to disk.
574  * Mozilla plugin for Mac OS X (experimental).
575
576 Win32 port:
577  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
578  * VLC can be installed as a Windows NT service.
579  * Allow on the fly switching of the main interface.
580  * Support for 3F2R in audio output.
581  * New --one-instance option to "force" only one running instance of VLC.
582  * Mozilla plugin for Windows (experimental).
583  * Multimonitor support (untested).
584  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
585
586 Linux port:
587  * Improved Video4Linux input. Also added support for an audio only input.
588  * Support for real-time priority when running with root privileges.
589  * Allow on the fly switching of the main interface.
590
591 iPaq port: 
592  * Brand new Gtk 2 interface
593
594 Miscellaneous:
595  * Audio visual effects filters (spectrum, scope and random).
596  * Audio visual effects filter using goom.
597  * Spanish, Portuguese Brazilian and Hungarian translations.
598  * libcaca video output (colored ascii)
599
600 Changes between 0.6.1 and 0.6.2:
601 ---------------------------------
602
603 Core support:
604  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
605
606 Stream output:
607  * Transcoder now generates proper pts/dts thus should work a lot better.
608  * Improved MPEG TS muxer.
609
610 Access input:
611  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
612  * Few fixes to the VCD navigation.
613
614 Interfaces:
615  * Support for DVD menus navigation added to the wxWindows interface.
616
617 UNIX ports:
618  * ALSA multi-channel support fixed and tested.
619  * Fixed fullscreen with gnome metacity.
620
621 Win32 port:
622  * Fixed VCD support which was broken on some machines.
623
624 iPaq port:
625  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
626
627 Miscellaneous:
628  * Text subtitles now centered on the picture.
629  * Ffmpeg decoder now generates proper pts and can be used to play
630    mpeg1/2 videos.
631
632 Changes between 0.6.0 and 0.6.1:
633 ---------------------------------
634
635 Core support:
636  * There should be less bogus resampling, particularly on DVDs.
637  * VLC will now wait for the medium to wake up before starting its clock
638    after a pause.
639
640 Stream output:
641  * Added vorbis audio support in Ogg streaming.
642  * Added vorbis audio transcoding support.
643  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
644 UNIX ports:
645  * ALSA multi-channel support fixed and tested.
646  * Fixed fullscreen with gnome metacity.
647
648 Win32 port:
649  * Fixed VCD support which was broken on some machines.
650
651 iPaq port:
652  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
653
654 Miscellaneous:
655  * Text subtitles now centered on the picture.
656  * Ffmpeg decoder now generates proper pts and can be used to play
657    mpeg1/2 videos.
658
659 Changes between 0.6.0 and 0.6.1:
660 ---------------------------------
661
662 Core support:
663  * There should be less bogus resampling, particularly on DVDs.
664  * VLC will now wait for the medium to wake up before starting its clock
665    after a pause.
666
667 Stream output:
668  * Added vorbis audio support in Ogg streaming.
669  * Added vorbis audio transcoding support.
670  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
671  * PS muxer can create mpeg1 files now and produce streams with system headers.
672  * You can transcode a52 with more than two channels to mpga now.
673
674 Win32 port:
675  * Fixed DVD support which was partly broken due to a bug in libdvdcss
676  * Fixed 5.1 audio support for the sblive/audigy soundcards.
677  * Fixed sound on Windows NT.
678
679 UNIX ports:
680  * Fixed/improved ALSA support and enabled multi-channel audio output.
681  * X11/Xvideo: Should now work on big endian machines, and you can now
682    use the arrow keys to browse through the DVD menus.
683
684 iPaq port:
685  * Gtk+2 interface called PDA
686  * Familiar Gtk+ is now deprecreated
687  * Codec a52, Faad2 and flac added
688  * Video4Linux enabled (demux and transcode)
689  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
690
691 Interfaces:
692  * Small updates/fixes to the wxWindows interface.
693  * Improved HTTP remote control interface. You can now create your own HTML pages.
694  * A new CORBA control plugin.
695
696 Input demux:
697  * Improved support for the Matroska container format.
698
699 Miscellaneous:
700  * Improved build system.
701  * New video filter plugin to overlay logos.
702  * Added support for Winamp 3 B4S files.
703  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
704    Should also work with languages like russion for instance.
705
706
707 Changes between 0.5.3 and 0.6.0:
708 ---------------------------------
709
710 Core Support:
711  * Channel Server support was removed (was deprecated)
712
713 Input access:
714  * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
715  * Fixed large file support on Windows
716  * Video 4 Linux support
717  * CD Digital Audio support
718  * Fixed IPv6 multicasting on Windows and OSX.
719
720 Input demux:
721  * Better detection of AAC and mp3 files
722  * Support for OpenDML avi files
723  * More complete .mp4/.mov support
724  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
725
726 Codecs:
727  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
728  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
729  * OSX support for QDM2 and QDMC sound, often used in QT content.
730  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
731  * Updated our theora decoder to use the alpha 2 release of libtheora
732  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
733  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
734
735 Interfaces:
736  * The wxWindows interface is now fully useable as well as Unicode safe
737  * New HTTP remote control interface
738
739 Stream output:
740  * 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.
741  * The stream output now allows to transcode content on the fly.
742  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
743  * SAP/SDP announcing support. (both IPv4 and IPv6)
744
745 Miscellaneous:
746  * New reset option for the preferences
747  * You can set your language in the prefences
748  * New video chroma conversion module using ffmpeg
749  * Added a Gentoo ebuild to the distribution
750  * Added a new smaller subtitles font (now the default) + scripts to generate your own
751  * SAP/SDP IPv6 support
752
753 UNIX ports:
754  * Basic support for the X11 Xinerama extension.
755  * New skinable interface ported to X11.
756  * Run opie-vlc and zaurus-vlc as GuiServer
757
758 Mac OS X port:
759  * When you add several items to the playlist, they are sorted alphabetically.
760  * New about panel and revamped preferences panel.
761  * Fixed the deinterlace menu.
762  * Float on top, Fit to Screen and a Transparency option for video out.
763  * New output dialog for transcode and display while stream capabilities.
764  * New icons by Davor Orel.
765  * New audio resampler. Should make VLC much faster.
766  * Fixed disappearing and crackling sound (PTS is out of range bug)
767  * We no longer automatically save the preferences when you quit the application
768  * Arrow keys are now use to browse the menus in a DVD
769
770 Win32 port:
771  * the wxWindows interface is now the default interface
772  * The keyboard shortcuts are now identical to the linux version
773  * Fixed the "no sound" problem on NT4
774  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
775  * Added support for compressed skins files (.vlt files)
776  * Fixed SVCD chapters support.
777  * Fixed memory leak with 5.1 audio.
778
779 BeOS port:
780  * Interface localization
781  * Screensaver disabled if playing in fullscreen
782  * A few new keyboard shortcuts
783  * New full-featured Preferences window
784
785 Changes between 0.5.2 and 0.5.3:
786 ---------------------------------
787
788 Core Support:
789  * fixed DTS S/PDIF output on little-endian machines
790  * support for skins at the interface level
791  * new OSD module using Freetype2
792  * video outputs are now destroyed when the associated input ends
793  * the video output takes into account the caching delay introduced at the
794    input level before dropping out of date frames.
795  * configuration option to disable the translation of the interface
796
797 Input access:
798  * fixed HTTP redirects
799  * support for opening an entire directory
800  * EOF should be detected more reliably
801  * new video4linux access plug-in
802  * new kfir access plug-in designed to work around a bug in the kfir driver
803
804 Input demux:
805  * added stream type for some Motorola MPEG-2 video encoders
806  * fix for some ogg web radio streams
807  * fixed reading TS streams over HTTP
808
809 Codecs:
810  * support for 3ivx D4 (not previous versions)
811  * support for '3ivd' and '3vid' encodings
812  * support for 'MSS1' codec ( same as WMV2 )
813  * support for SAMI subtitles (untested and incomplete)
814  * better SSA4 subtitles recognition
815  * new codec for raw I420 video
816  * improvements to the libmpeg2-based MPEG video decoder
817
818 Interfaces:
819  * improvements to wxWindows based interface
820    (although it still misses some important features)
821  * skeleton for a Gnome2/GTK2 plug-in
822
823 Stream output:
824  * new HTTP output support
825  * fixed a segfault in the AVI muxer
826  * fixed AV synchronization issues
827
828 Miscellaneous:
829  * support for oldstyle id3 genres
830
831 UNIX ports:
832  * the SDL vout plug-in will now work on big-endian machines
833
834 Mac OS X port:
835  * reorderable playlist
836  * fixed the hiding of the mouse on multiple monitors
837  * fixed a big issue with some USB speakers
838  * support for mono audio output devices
839  * reset the audio-device to its default mode before quitting VLC
840  * fixed several cosmetic issues
841  * you can drag the controller window by its background (as it should be)
842  * the messages window remembers more lines
843  * delay and fps can now be overruled with subtitles files
844  * http and ogg stream output options
845  * Apple menu and friends will now be translated as well
846
847 Win32 port:
848  * new skinnable interface
849  * the directx video output doesn't crash anymore on ctrl+alt+del events.
850
851 iPAQ familiar Linux port:
852  * support for FLAC audio format
853  * the interface adapts to the screen size/rotation
854  * playlist
855  * network tab in the interface
856  * "apply" handling in preferences
857
858
859 Changes between 0.5.1a and 0.5.2:
860 ---------------------------------
861
862 Core support:
863  * advanced config options are now hidden by default
864  * new --spdif option to use the S/PDIF audio output by default
865  * fixed a 'clicking' sound when switching between streams
866  * new bandlimited resampler that should improve audio quality on primarily
867    Mac OS X
868  * fixed a problem with audio over http that caused some web radios to not work
869  * DTS S/PDIF support
870
871 Codecs:
872  * support for DV audio through the ffmpeg library
873  * support for FLAC audio through libflac
874  * new but basic MPEG video decoder based on libmpeg2
875  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
876
877 Stream output:
878  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
879  * new --ttl option for Time To Live
880
881 DVD support:
882  * fixed quite a few problems with the dvd menu support
883
884 UNIX ports:
885  * fixed the GNU-pth support
886
887 Win32 port:
888  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
889    plugins
890  * localization support via gettext is now fully working
891  * rc interface is now fully useable
892  * fixed the MSVC project files generation
893
894 Mac OS X port:
895  * several fixes for multi channel audio devices. AC3 over SPDIF with
896    M-Audio Sonica Theater still does not work. this is most likely a driver
897    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
898    iMate and MOTU firewire devices should work)
899  * VLC now uses the default audio device
900  * new info panel
901  * very preliminary support for VLC control via applescript
902  * support for mouse gestures
903  * new priority scheme allowing to avoid lock-ups on low-end machines
904
905 Linupy port:
906  * there is a whole new port for the linupy distribution used by o.a. the
907    YOPY PDA. It is still experimental, please test it
908
909 Miscellaneous:
910  * improved ID3 tag detection
911  * changed several errors into warnings ; the frequently reported "this is
912    not a PS stream, continuing" is one of these
913  * mouse gestures work on windows and osx, but there still isn't any useful
914    gestures
915  * some support for .pls playlists used by shoutcast
916
917
918 Changes between 0.5.1 and 0.5.1a:
919 ---------------------------------
920
921 Mac OS X port:
922  * fixed a problem that caused VLC to select the wrong language when
923    English was set as the preferred language
924
925
926 Changes between 0.5.0 and 0.5.1:
927 --------------------------------
928
929 Core support:
930  * new mouse gesture interface
931  * audio volume can now be changed at any time, even when no file is
932    playing
933
934 Input access:
935  * various minor fixes on the network inputs
936  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
937  * VCD: fixed track number and chapter indexing
938
939 Input demux:
940  * fixed a bad initialization in the mp4 plug-in
941  * new --buggy-psi option for TS streams which do not update their
942    continuity counter
943
944 Codecs:
945  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
946
947 DVD support:
948  * fixed a bug which turned the default interface command-line only
949    without the user consent
950
951 UNIX ports:
952  * GTK: fixed a crash when going fullscreen or changing volume from the
953    popup menu
954  * X11: new screen saver disabling plug-in (--extraintf screensaver)
955  * KDE: fixed compilation with KDE 3.1
956  * ALSA: fixed mono files output
957
958 Mac OS X port:
959  * fixed a crash on start-up on some localized systems
960  * lowered real-time priorities to avoid lock-ups on slow machines
961  * VLC can now be made the handler of ftp http mms and udp URLs
962  * playlist enhancements
963  * added half, normal and double video window menu items
964  * new step forward/step backward commands
965  * the dock should no longer be visible in fullscreen mode
966  * the Mac OS X binary is now compiled with Ogg/Theora support
967  * vlc.app is now VLC.app
968
969 Win32 port:
970  * fixed the "RichEdit line insertion error" bug
971  * VLC can now be run from outside its installation directory
972  * fixed a bug that prevented to find the default subtitle font
973
974 BeOS port:
975  * smarter BeOS priorities to avoid lock-ups
976  * few enhancements in the interface (especially the Settings window)
977
978 Opie port:
979  * native video output is working again
980  * only commandline interface support
981  * support for MPEG4, DivX through ffmpeg package
982
983
984 Changes between 0.4.6 and 0.5.0:
985 --------------------------------
986
987 Core structure:
988   * object structure which allows for full re-entrancy, known as libvlc
989   * new audio output architecture based on filter pipelines, providing
990     S/PDIF and multi-channel support
991   * localization support via gettext on most architectures
992   * new stream output architecture, allowing to use VLC to unicast,
993     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
994     and A/52 streams are supported)
995   * build system now uses autoconf/automake/autopoint
996
997 Input access:
998   * mms:// support
999   * ftp:// support
1000   * stability fixes in the HTTP access
1001   * auto-detection of RTP encapsulation
1002   * VCD entry points support
1003   * VCD image file support
1004
1005 Input demux:
1006   * support for *.asf format
1007   * improved support for *.avi, especially over an HTTP connection
1008   * support for *.mp4 and *.mov format
1009   * support for ogg encapsulation
1010   * support for raw DV format
1011   * support for *.wav format
1012   * new demuxdump demux allowing to save a stream to a file
1013   * raw AAC support
1014
1015 Stream discovery & playlists:
1016   * support for the SAP/SDP and SLP protocols
1017   * support for .m3u file format
1018   * support for .asx file format
1019   * hack to find the streaming sources in html-pages with embedded wmp
1020
1021 Codecs:
1022   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
1023     (only available with the .avi demux)
1024   * support for ADPCM audio codec
1025   * support for raw PCM data
1026   * support for Cinepak video codec
1027   * support for DV video codec via libdv or ffmpeg
1028   * support for AAC audio codec via libfaad2
1029   * support for Xvid codec
1030   * support for Xiph.org's Vorbis audio codec
1031   * support for Xiph.org's Tremor audio codec (when compiling from sources)
1032   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
1033     from sources)
1034   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
1035     H263i, MJPEG A/B
1036   * fixed an endianness bug in LPCM codec
1037
1038 DVD support:
1039   * experimental preliminary support for DVD menus via libdvdplay
1040
1041 Miscellaneous:
1042   * new WxWindows interface
1043   * all interfaces allow to dynamically change the volume, the audio
1044     device and the channels configuration
1045   * headphone channel mixer with virtual spatialization effect
1046   * Mozilla plugin based on libvlc for embedded playback in webpages of any
1047     format that VLC can play
1048   * new swedish translation
1049   * enhancements of the playlist window
1050   * new messages window to see debug info
1051   * fixed a few crashes
1052
1053 iPaq port:
1054   * slider bar in GTK+/GPE Familiar interface
1055   * fixed crash on directory change in Familiar interface
1056   * added qte_main module for use in all modules that need Opie or Qte support
1057   * native video output module for Qt Embedded/Opie is not working
1058