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