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