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