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