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