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