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