]> git.sesse.net Git - vlc/blob - NEWS
NEWS for 1.2.0
[vlc] / NEWS
1 Changes between 1.1.0 and 1.2.0-git:
2 ------------------------------------
3
4 Important changes for packagers:
5  * The default builds now assume that the operating system uses UTF-8 for
6    its file systems and files content (except the Windows port). If this is
7    not acceptable, pass --enable-non-utf8 to the configure script.
8  * The default tarballs are now .tar.xz
9
10 Access
11  * Multiple files are supported from RAR files
12  * BDA: experimental support for ClearQam devices
13  * DVB-S scanning support
14  * DShow: support for freq and video standard selection
15
16 Codecs
17  * You can now use ffmpeg-mt in conjunction with vlc
18
19 Demuxers:
20  * id3tag plugin is removed (superseded by taglib).
21  * Ogg seeking improvements
22
23 Interfaces
24  * The telnet interface has been removed in the favour of the lua one
25  * Skins2 / Qt: misc improvements
26  * Qt: port to Mac platform
27
28 Video Output:
29  * New video output based on Direct2D for Windows 7 and Vista (with Platform Update)
30
31 Video Filter:
32  * New gradfun filter for debanding videos using dithering
33
34 Stream output:
35  * New livehttp-module for HTTP Live Streamin (iphone-stuff),
36    example: vlc inputfile :sout="#transcode{vcodec=h264,acodec=mp3,
37     venc=x264{profile=baseline},width=320,vb=256,ab=96}:std{
38     access=livehttp{index=public_html/iphonestream.m3u8,
39     index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames},
40     dst=public_html/iphonestreamfile-###.ts}"
41
42
43 Changes between 1.1.1 and 1.1.2
44 -------------------------------
45
46 Demuxers:
47  * Avformat fps displaying fix
48  * TS, fix an issue where some programs would get dropped (fixes DVB issues too)
49
50 Audio filters:
51  * fix timestamps handling on some filters that provoqued issues when playback
52    of mono streams, especially on Windows
53
54 Windows:
55  * fix a bug in direct3d video output with old nVidia drivers that broke video
56    playback with overlay (YUV->RGB)
57  * fix console output encoding
58
59 Interface and extensions:
60  * Youtube and other scripts updates
61  * Misc fixes in Qt4 (especially VLM and EPG dialogs) and MacOS interface
62
63
64 Changes between 1.1.0 and 1.1.1:
65 --------------------------------
66
67 libVLC:
68  * New capabilities for libVLC:
69    * Adjust video filter control: libvlc_adjust_Enable,
70      libvlc_adjust_Contrast, libvlc_adjust_Brightness, libvlc_adjust_Hue,
71      libvlc_adjust_Saturation, libvlc_adjust_Gamma
72    * libvlc_media_player_set_pause() can force the pause state, whereas
73      libvlc_media_player_pause() would only toggle it.
74    * libvlc_set_user_agent() configures the "user agent" strings used for some
75      protocols (HTTP, PulseAudio...). This replaces the --http-user-agent and
76      the former --user-agent libvlc_new() parameters.
77    * libvlc_video_set_callbacks() and libvlc_video_set_format() allow grabbing
78      video frames from a chosen memory location in real-time. This replace the
79      ugly --vmem-* libvlc_new() parameters in previous versions.
80      See http://wiki.videolan.org/LibVLC_SampleCode_SDL as an example.
81    * libvlc_audio_get_delay() and libvlc_audio_set_delay() configure the delay
82      between audio and video/subpictures for the current input.
83  * Various fixes and crash preventions, especially when video functions were
84    called early
85
86 Decoders/Demuxers:
87  * Fix performance issues with GPU decoding using DxVA2 using ATI graphic cards
88    You NEED ATI Catalyst 10.7
89  * Fix :program selection in TS and DVB-T
90  * Fixes and improvements for MKV, Avformat and Avcodec modules
91  * Fix mod (.xm, .s3m, .it) files support on Windows and Mac builds
92
93 Stream output:
94  * Fix h264 streaming in ts
95
96 Interfaces:
97  * Qt: fix preferences, hotkeys, messages and some fulscreen behaviour
98  * Skins: support for mousewheel in fullscreen, fix radialsliders
99  * Http: fix fullscreen toggle
100
101 Linux:
102  * Fix pulse closing
103  * VAAPI small improvements, notably for extraction mode selection
104
105 MacOS:
106  * Multiple interface and crash fixes
107  * Deinterlace selection is repaired
108  * Crashes when playing multi-channel tracks fixes
109
110 Windows:
111  * Activation of DEP on XP SP3
112  * Fix opening of .m3u and .pls playlists
113  * Fix crash when My Document isn't available
114  * Fix crash when Windows was getting into standby while playing video
115
116 Translations:
117  * Update translations for Spanish, Polish, German, Sinhala, Hungarian, Khmer,
118    Brazilian Portuguese, Chinese, Hebrew, Slovak, Galician
119
120
121 Changes between 1.0.6 and 1.1.0:
122 --------------------------------
123
124 Important changes for users:
125  * On Linux, known bugs in the ALSA library might prevent audio output.
126    Update to alsa-lib 1.0.24 or later, or use the PulseAudio output instead.
127
128 Important changes for packagers:
129  * The module cache has moved to ${libdir}/vlc/. The module cache can now be
130    generated at install time except if you use staged installation. In the
131    later case, you can generate the module cache in your post-inst script
132    by invoking 'vlc-cache-gen'. If the module cache is not present and vlc
133    can't write in ${libdir}/vlc/, it will result it vlc taking a long time to
134    launch each time.
135  * Most X11-related plugins now use XCB instead of Xlib. VLC now uses
136    - xproto,
137    - xcb, xcb-shm, xcb-xv, xcb-randr (from libxcb),
138    - xcb-keysyms (from xcb-utils),
139    - x11-xcb (from libx11) - only for GLX support.
140  * On X11 platforms, a _working_ version of xdg-screensaver is typically
141    required to inhibit the screensaver during video playback.
142
143 Access:
144  * Support for the sftp protocol
145  * Support for CDDB servers for Audio-CD on the Windows port
146  * New memory input (imem) access and access_demux module to feed VLC from data in memory
147  * New avio module to use libavformat capabilities for network streams, like rtmp://
148  * Port of the screen module from Xlib to XCB
149  * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
150
151 Decoders:
152  * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
153  * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
154  * Support for Audio/Video decoders and encoders using OpenMAX IL components for DSP
155
156  * Support PGS subtitles for Blu-Ray
157  * Support for HD-DVB subtitles - Display Definition Segment
158  * Invmem module improvements
159  * Support for Atrac1 audio codec
160  * Support for SSE3 and SSE4 capabilities in some codecs
161  * Multiple improvements for subtitles styles in .SRT and .SSA
162  * Support for native decoding of Windows Media Speech (Voice) audio codec
163  * Support for AMR-NB audio codec on the Windows and Mac port
164  * Support for Indeo5 video codec
165  * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
166  * Direct rendering is used more often with H.264 in avcodec module
167  * Support for MPEG-4 ALS lossless audio codec
168  * Support for VP8 codec
169  * Support for 7.1 channels in vorbis audio
170
171 Demuxers:
172  * Many fixes on Matroska support (notably seeking) and support for Webm format
173  * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
174  * Support for ADPCM in .flv streams
175  * Support for TwinVQ (.vqf) and AMV (.amv) files
176  * Various EGP improvements
177  * Support for embedded subtitles in OpenDML and legacy .avi files
178  * Metadata and cover art improvements
179
180 Playlist:
181  * WPL and ZPL playlist support
182  * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios
183  * New Play-And-Pause function to stop playback on latest video image
184  * Podcast images are now displayed
185
186 Video Output:
187  * Rewrite of the video output core and most video outputs
188  * Added desktop mode to the Direct3D output module. It differs from DirectX
189    desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
190  * New x11, glx and xv modules based on XCB
191  * New deinterlacing modes based on yadif and yadif(x2)
192  * New audio/video filter to show audio level on the video output
193  * Enhanced AtmoLight filter with hardware support for
194      Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin)
195      Quattro AtmoLight (use just 4 Classic AtmoLights as one)
196      MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html)
197      Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX)
198
199 Extensions:
200  * New content extensions lua framework
201
202 Audio filters:
203  * Chorus/Flanger audio filter
204  * 3F1R to stereo down-mix filter
205  * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited 
206    resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF 
207    and A/52 to SPDIF filters have been upgraded to the "audio filter2" API
208  * NEON assembly audio converter module
209  * Converter filters have been rewritten and extended to support s32 as input
210
211 Service discovery:
212  * Service discoveries can now be written in lua
213  * Service discovery for Picture/Music/Video user directories
214  * Service discovery based on libudev
215  * Shoutcast Service discoveries are now removed
216
217 Encoders:
218  * x264, add psy-rd parameter and change default settings
219  * x264, add profile-limitter same way as x264.exe has, for example
220     #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
221  * x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
222    uses ABR and if qp-value is set uses CQP
223  * libx264-version 0.76 or higher is required
224  * x264 has tune/preset parameters supported
225
226 Stream output:
227  * New smem module, streaming to memory
228  * Allow duplicate outputs to be merged, like:
229    --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
230
231 Interfaces:
232  * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
233    and oldhttp.
234  * rc, telnet and http are now implemented using the lua interface system.
235  * qt4 interface contains new iconview and listview mode for playlist
236
237 Visualization:
238  * Support of .milk visualization files using projectM libraries
239
240 Mac OS X Port:
241  * Vastly improved VLCKit framework
242  * A new dialog provider for libvlc-internal interaction without full interface
243  * Improved update detection and installation by using the Sparkle framework
244    by Andy Matuschak et al.
245  * New CoreText based text renderer replacing the former ATSUI renderer
246  * New Video output module (mostly targetting VLCKit)
247  * Optimised behavior when using the 2009 Apple Remote
248
249 Windows port:
250  * Integration in Windows 7 taskbar
251  * Playback of .Midi files is supported through fluidsynth's module
252
253 Maemo port:
254  * Multiple improvements for N900 compliance and efficiency
255  * Support for HW accelerated video decoding on N900
256  * Improvements to the maemo/hildon interface
257
258 Misc:
259  * new sqlite module
260  * --save-config command line option not supported anymore.
261  * Fixed and reenabled netsync module.
262  * Improved Solaris port
263
264 Bindings:
265  * new C++ wrapper around libVLC: libVLCpp
266  * phonon-VLC backend is now usable
267
268 Removed modules:
269  * csri codec: use the libass module instead.
270  * galaktos visualisation: use the new projectM module instead.
271  * showintf: Useless in Qt and on Mac OS X
272  * transrate: broken since too long
273  * Xlib x11, Xlib xvideo, Xlib glx: Use the new XCB modules instead.
274  * HAL: Use libudev instead.
275  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
276  * WinCE, BeOS and qnx interfaces
277  * opie, qte and qte_main interfaces
278  * linear_resampler and trivial_resampler are removed: use the ugly one.
279  * XvMC accelerated modules: use VAAPI instead.
280  * MGA (Matroska) for Linux: use Linux Framebuffer (or X) instead.
281  * opengllayer: use macosx_video instead.
282  * cddax: use cdda instead.
283  * cmml and tarkin codecs are removed because they are dead codecs.
284  * realaudio codecs: use libavcodec
285  * access_file removed in favor of filesystem
286  * RTMP input and output: use avio module
287
288
289 Changes between 1.0.5 and 1.0.6:
290 --------------------------------
291
292 Access:
293  * Fix crash on FTP URI with no file path
294
295 Decoders/Packetizers:
296  * Fix overflows in A/52, DTS, MPEG Audio and subtitles support
297
298 Demuxers:
299  * Update LUA script for Youtube pages
300  * Fix crashes in AVI, ASF and Matroska files
301  * Fix crashes on malformatted ZIP archives
302  * Fix crashes and leaks in the FFmpeg/avformat plugin
303  * Fix crash on invalid XSPF playlist
304
305 X11 port:
306  * Partial Xlib threading fixes
307    More complete fixes are available in VLC 1.1.0. Please update!
308
309 Interfaces:
310  * Fix crash (use after free) in Qt4 bookmarks
311  * Fix a few crashes in Qt4 playlist
312
313 Translations:
314  * Simplified Chinese, Estonian, French, Japanese, Korean, Spanish, Swedish
315    and Walloon translations updated
316  * Sinhala translation started
317
318 Removed modules:
319  * RTMP input and output are removed due to security problems. Please update
320    to VLC 1.1.0 which provides an FFmpeg-based RTMP input if needed.
321
322
323 Changes between 1.0.4 and 1.0.5:
324 --------------------------------
325
326 Decoders:
327  * SubRip extra styles improvements
328  * Fix potential crashes in SSA and svg decoders
329
330 Mac OS X Interface:
331  * Improved support for the 2009 Apple Remote
332
333 Windows port:
334  * Use of gcc 4.4.2 to compile instead of gcc 4.2. This might slightly
335    increase performance and fix x264 issues
336
337 Translations:
338  * Portuguese Brazilian, Lithuanian, Romanian, Ukrainian, Japanese, Bengali,
339    Walloon, Galician, Danish, Khmer, Polish, Slovenian, Vietnamese, Finnish
340    Russian, Slovak translation updates
341  * New Malayalam, Macedoninan, Nynorsk translations
342
343
344 Changes between 1.0.3 and 1.0.4:
345 --------------------------------
346
347 Audio outputs:
348  * Fix deadlocks in the audio output core
349  * Make PulseAudio the default output if available
350
351 Video outputs:
352  * Fix fullscreen mode with KDE 4.3.3 and other window managers
353  * Fix incompatibility with cairo-dock and compositing
354
355 Input:
356  * Fix DVB scanning regression from VLC 1.0.3
357  * Support for XZ-compressed byte stream (LZMA algorithm)
358
359 Playlist:
360  * Support for .m3u8 playlist files (UTF-8 M3U)
361
362 Unix:
363  * Support for xcb-keysyms version 0.3.4 or higher
364  * Fix globalhotkeys on FreeBSD
365
366 Qt4 interface:
367  * Fix opening V4L version 1 devices
368  * Fix default destination ports in the streaming wizard
369
370 Translations:
371   * New Walloon translation
372   * Swedish, Ukrainian and French translation updates
373
374
375 Changes between 1.0.2 and 1.0.3:
376 --------------------------------
377
378 Video outputs:
379  * Fix video quality when resizing the video on Windows Vista and 7, due to
380    regressions in most popular drivers
381  * New deinterlacers modules based on yadif and yadif(x2) algorithms
382
383 Decoders:
384  * Windows version supports now natively the WMA Professional codec, as it
385    didn't work in the packaged version of 1.0.2
386  * Fix downmixing of particual 4.0 AC-3 audio tracks
387
388 Encoders:
389  * x264 has profile-limitter, like:
390     #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
391
392 Input:
393  * Update for appletrailers lua script
394  * Fixes on the RAR stream filter
395  * Fix for E-AC3 in ATSC/TS streams
396  * Various fixes for v4l and v4l2
397  * Fix a crash in mjpeg demuxer
398
399 Service discovery:
400  * New udev module for linux
401
402 Qt4 interface:
403  * Fixes on the playlist and the stream output panels
404
405 Translations:
406  * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
407
408
409 Changes between 1.0.1 and 1.0.2:
410 --------------------------------
411
412 Decoders:
413  * Native support for WMA Professional, without the use of the Win32 dlls
414  * Fix issues in subtitles, especially SSA ones
415  * Various fixes on theora and ogg
416
417 Demuxers:
418  * Various fixes for EPG support in MPEG-TS demuxer
419  * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
420
421 Access:
422  * Fixes for v4l2 devices
423  * Fixes for dvb-c channels-scanning
424
425 Qt Interface:
426  * Fix some playlist sorting issues
427
428 Mac OS X Interface:
429  * Fixed a crash when updating VLC
430  * Fixed a crash related to QTKit when opening video files (10.6 only)
431  * Added the ability to play 2nd media in sync to the primary item (input-slave)
432  * Added the "Quit after Playback" feature
433
434 Mac OS X Port:
435  * The "Delete Preferences" script is now delivered as a Universal Binary
436    with native code for PowerPC, Intel and Intel 64bit
437  * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
438    - no support for Goom and SDL
439    - limited text rendering support
440    - This port is still considered as EXPERIMENTAL despite its binary release.
441
442 Encoders:
443  * MPEG2 transrate stream output removed
444  * x264 default-values closer to x264.exe defaults.
445  * x264 rc-behaviour fixes:
446    - if user defines qp-value, CQP-mode is used
447    - otherwise if user defines vb=0, CRF-mode is used
448    - otherwise ABR-mode is used
449  * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
450    - ABR mode set vbv-max-bitrate=bitrate
451    - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
452
453
454 Playlist:
455  * Lua scripts for Mpora and Vimeo playback
456
457 Unix builds:
458  * Various fixes to enable 1.0 to build on Solaris and OpenBSD
459
460 Translations:
461  * New Kazakh and Croatian translations
462  * Lithunanian translation is available on Windows
463  * Galician, Korean, Nepali, Vietnamese, Ukrainian, Portuguese Brazilian,
464    Arabic and French translation updates
465
466
467 Changes between 1.0.0 and 1.0.1:
468 --------------------------------
469
470 Demuxers:
471  * Fix wmv/asf issues that caused audio to drop
472  * Various fixes for ac3, mp3, dts and stability for wav format
473  * Fix seek in RTSP in conformity to RFC 2326
474  * Fix Dailymotion access script
475  * Fix crashes in xspf files handler
476  * Fix seeking and timing issues in some flv files on Windows version
477
478 Access:
479  * Add extra caching for files on network shares
480  * Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ, DZCORE Labs, Algeria
481
482 Decoders:
483  * Fix seeking in mpeg2 video files
484  * Improve SSA subtitles rendering
485  * Update most codecs for the Windows and Mac version
486
487 Muxers:
488  * Fix sound recording of .flv files with mp3 audio
489
490 Qt Interface:
491  * Possibility to change the opacity level of the Fullscreen controller
492  * Fix various crashes and VIDEO_TS folders opening
493
494 Mac OS X Interface:
495  * Added options to disable support for Apple Remote and Media Keys
496  * Fixed options for Volume, Last.fm password and Subtitle Encoding
497  * Fixed redraw issues when autosizing the video window
498  * Preferences panel now includes help through tool-tips
499  * More reliable Information and Messages panels
500  * Fix various crashes
501
502 Windows port:
503  * The ZVBI module is now available for Windows, for complete teletext support
504
505 Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk, Lithuanian
506
507
508 Changes between 0.9.10 and 1.0.0:
509 ---------------------------------
510
511 Important notes:
512 ----------------
513  * Alsa and OSS audio capture has been removed from the v4l and v4l2 accesses.
514    See 'Access:' for more info.
515  * Support for Mac OS X 10.4.x was dropped due to its technical limitations
516
517 Playback:
518  * Instantaneous pausing
519  * Frame-by-Frame playback
520  * Finer speed control
521  * On-the-fly recording for all medias
522  * Timeshift for most medias
523  * RTSP trickplay support
524  * Subtitles core improvements and fixes
525
526 Decoders:
527  * New AES3 (SMPTE 302M) decoder
528  * New Dolby Digital Plus - E-AC-3 (A/52b) decoder
529  * New True HD/MLP decoder and parser
530  * New Blu-Ray Linear PCM decoder
531  * New QCELP (Qualcomm PureVoice) decoder
532  * Improved Real Video 3.0 & 4.0 decoder
533  * New WMA v1/2 fixed point integer decoder
534  * Closed Captions using the SCTE-20 standard are now correctly decoded
535  * Improvement of WavPack decoder to support all integer modes and float mode
536  * Corrections on 5.1 and 7.1 channel decoding and ordering
537
538 Demuxers:
539  * Support for Dirac, MLP and RealVideo in Matroska files
540  * Major improvements in RealMedia files opening (.rm and .rmvb)
541  * Improvements of the TS demuxer for M2TS files from Blu-Ray and AVCHD
542  * Metadata for mod files are supported
543  * GSM codecs in Wav files are supported
544  * New raw audio demuxer supporting raw PCM streams
545  * New Dirac demuxer for raw Dirac streams
546
547 Encoders:
548  * Dirac encoding using libdirac (supported in Ogg and in TS)
549  * Shine mp3 fixed-point encoder
550
551 Access:
552  * RTSP authentication with Darwin Streaming Server
553  * On-the-fly gzip and bzip2 file decompression (except on Windows)
554  * Playback for video in uncompressed multi-RAR archives
555  * DVB-S and ATSC cards support on Windows
556  * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
557    OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
558  * DVB scanning on linux
559  * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
560  * On-the-fly zip file decompression and browsing (MRL of the form
561    zip://file.zip!/file.avi to specify the file - the development form of
562    zip://file.zip|file.avi is not supported anymore)
563  * Opening of any file descriptor using 'fd://'
564  * MTP device access on Unix
565  * CD-Text support on the cdda module (CD-Audio)
566  * :start-time and :stop-time can handle sub-second values
567
568 Inputs:
569  * Mouse cursor support in x11 and win32 screen modules
570  * Screen module now features partial screen capture and mouse following on
571    Windows and Mac OS X.
572
573 Playlist:
574  * Export the playlist in HTML
575  * Lua script for BBC radio playback
576  * Better metadata handling and reading
577
578 Linux/Windows interface:
579  * Global Hotkeys on Windows and Linux
580  * Various fixes for skins2 interface
581  * Recently played items list
582  * Interface toolbar customizations
583  * Various Improvements on the Qt interface:
584     - More menus actions
585     - Finer speed slider
586     - Improvements on many dialogs
587     - New dialog for plugins listing
588     - Fixed-size mode for videos
589     - Better Teletext, trickplay and encrypted streams control
590  * Better integration in GTK environments
591
592 Mac OS X Interface:
593  * Controllable by the Media Keys on modern Apple keyboards (brushed Aluminium)
594  * Reveal-in-Finder functionality for locally stored items.
595  * Easy addition of subtitles through the Video menu
596  * Additional usability improvements
597
598 Stream output:
599  * Restored the old mpeg2 transrating module.
600  * Multiple bridge-in instances are now possible.
601  * bridge-in can be used to configure a placeholder stream.
602  * Remote Audio Output Protocol (AirTunes) module.
603  * Fixed mosaic memleak. Mosaics are now usable again.
604
605 Maemo Port:
606  * New Maemo port with:
607    - an interface based on Hildon framework.
608    - scaler based on the swscale_nokia770 library.
609
610 Windows CE Port:
611  EXPERIMENTAL work for the winCE port has been done.
612
613 Mac OS X Port:
614  * EXPERIMENTAL 64bit support
615  * Speed improvements by using llvm-gcc
616  * New document icons by Dominic Spitaler
617  * Support for latest iSight models
618
619 Audio output:
620  * Removed obsolete Esound and aRts plugins
621  * Surround support for PulseAudio
622
623 Video output:
624  * Effects (cube, torus, etc.) removed from OpenGL video output
625  * Video is able to stay in original size and to zoom in fullscreen
626    (hotkey 'o') while keeping black borders
627  * Image video output has been rewritten into a video-filter named 'scene'.
628    The old image video output has been removed.
629  * Support for scaling and converting video chromas with FFMPEG imgresample was
630    withdrawn due to bugs. Please use the newer FFMPEG swscale instead.
631
632 Miscellaneous:
633  * Invmem, a fake codec to display images from external applications
634
635 New Localization:
636  * Khmer
637  * Mongolian
638  * Sorani
639
640
641 Changes between 0.9.9a and 0.9.10:
642 --------------------------------------
643
644 HTTP Interface:
645  * Fixed default ACL
646
647 Mac OS X:
648  * Fixed crashes on multi-screen setups
649  * Corrected volume and subtitle encoding options in the Preferences
650  * Improved Information panel behavior, when playlist is not displayed
651  * Fixed QTCapture input support for the latest iSight models
652  * Added a menu-item to unlock the video window's aspect ratio
653  * Fixed redraw issues when autosizing the video window
654  * Updated libpng, libgpg-error, libgcrypt, fribidi
655
656 Various fixes to the following modules:
657  * access:
658    - HTTP, SMB
659    - updated and additional access scripts (BBC radio, dailymotion, ...)
660    - Prevent integer underflow in Real pseudo-RTSP module, discovered by tixxDZ,
661      DZCORE Labs, Algeria
662  * stream out:
663    - RTP, RTSP VoD, Mosaic Bridge
664  * decoder:
665    - TSCC
666
667
668 Changes between 0.9.9 and 0.9.9a:
669 ---------------------------------
670
671 Mac OS X:
672  * Updated multiple 3rd party libraries to keep in sync with the Win32 port
673  * Playback fixes for PowerPC-based Macs
674
675
676 Changes between 0.9.8a and 0.9.9:
677 ---------------------------------
678
679 Decoders:
680  * Experimental new decoder for Real Video 3.0 & 4.0
681
682 Demuxers:
683  * Various fixes related to real demuxer
684
685 Mac OS X Interface:
686  * Fixed circumstances, which could lead to an empty Information panel
687    - Note that VLC will show information on the currently _selected_ item 
688      instead of the currently _playing_ item, if the playlist is visible in the
689      main controller window.
690  * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
691
692 Mac OS X Port:
693  * Improved video playback performance on Intel-based Macs
694
695 New Localizations:
696  * Indonesian
697  * Bengali
698  * Updates of other localizations
699
700 Various bugfixes:
701  * Support for receiving RTP packets on odd port numbers.
702  * Lots of small bugfixes.
703  * Correct Fullscreen behaviour on Multi-Screen setups on Windows
704  * Telnet fixes on Windows
705  * Resampling fixes when transcoding
706
707
708 Changes between 0.9.6 and 0.9.8a:
709 ---------------------------------
710
711 Security update:
712  * Fixed buffer overflow in Real demuxer (SA-0811, CVE-2008-5276)
713
714 Bunch of small bugfixes.
715
716
717 Changes between 0.9.5 and 0.9.6:
718 --------------------------------
719 New Localizations:
720  * Ukranian
721
722 Security updates:
723  * Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-5032)
724  * Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-5036)
725
726
727 Changes between 0.9.4 and 0.9.5:
728 --------------------------------
729 Security updates:
730  * Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
731  * Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
732
733 Features:
734  * Closed Caption EIA 608/708 parsing enabled for libmpeg2
735
736 Various bugfixes:
737  * Fixed various potential crashes and memleaks
738  * Fixed issues with reading from files (especially non-local)
739
740 Windows port:
741  * Fix bug where interface was "eating" some media keys
742  * Fix some crashes in DirectShow access
743
744 Qt Interface:
745  * Fix bug when the resetting of preferences didn't reset the dialog states
746  * Right-click menu to select playlist columns reenabled
747  * Various fixed in playlist
748
749 Access:
750  * MMAP module is now deactivated by default
751
752 Translations:
753  * Update of Brazillian, Swedish translation
754
755
756 Changes between 0.9.3 and 0.9.4:
757 ------------------------------------
758 Various bugfixes:
759  * Crashes fixed in ogg, vobsub, dvdread
760  * Fixes several memory leaks.
761
762 Mac OS X port:
763  * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
764  * Fixed a crash with deletion of old preferences.
765  * Fixed targetname for downloaded updates
766
767 Windows port:
768  * Stability fix for the video output.
769
770
771 Changes between 0.9.2 and 0.9.3:
772 --------------------------------
773
774 Various bugfixes:
775  * Fixed DTS channel order on 5.1 systems
776  * Fixed pausing behavior for subtitles and for Audio-CD
777  * Multiple subtitles and podcast fixes
778  * Various crashes fixed in PS, SSA, mkv, xspf, freetype
779  * Fixed update system bugs
780  * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...+)
781
782 Mac OS X port:
783  * Fixed ffmpeg slowness on PowerPC-based Macs
784  * Fixed crash on startup when installed on old preferences
785  * Fixed bug in directory opening on Mac OS X
786  * Fixed font selection in the Simple Preferences
787  * Thicker border to the subtitle renderer
788  * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
789  * Fixed AC3 passthrough on Mac OS X
790  * Fixed behavior of the Volume Normalizer settings on Mac OS X
791  * Removed the deprecated QuickDraw video output module to avoid crashes on
792    modern Mac OS X versions
793
794 Windows port:
795  * Fixed sensitivity of Fullscreen Controller
796  * Fixed error messages on startup when VLC wasn't correctly uninstalled
797    before installation
798  * Fix showing of controller when returning from fullscreen playback
799  * Multiple directory and path location fixes.
800
801 Qt4 interface:
802  * Added Faster/Slower icons to the controller panel
803  * Fixed lost playlist columns when switching the playlist view
804  * Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
805  * Fullscreen controller: added time label, remembering of last position
806  * Fixed drag'n drop behaviour on the playlist
807  * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
808
809
810 Changes between 0.9.1 and 0.9.2:
811 --------------------------------
812
813  * Restored the old behavior of --sout-keep. It is now de-activated by default.
814  * Skins2 interface repaired on Windows.
815  * Multiple bugfixes.
816
817
818 Changes between 0.9.1 and 0.9.0:
819 --------------------------------
820
821  * Multiple bug fixes.
822
823
824 Changes between 0.8.6i and 0.9.0:
825 ---------------------------------
826
827 Important notes:
828 ----------------
829  * This release will need Windows 2000 and Mac OS X 10.4 (Tiger), or more
830    recent to work correctly
831  * The HTTP interface is now only available on the local machine by default.
832    If you want to make it available from other machines, you will have to
833    edit the ".hosts" file.
834    - On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
835      If you're using the old http interface, it's located in
836      /usr/share/vlc/http/old/.hosts
837    - On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
838      C:\Program Files\VideoLAN\VLC\http\old\.hosts
839    - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
840      and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
841  * This version of VLC contains a new interface for Windows and Linux.
842    This interface has a fullscreen controller and simplified preferences.
843    This interface lacks the "Streaming Wizard" that used to be present in VLC
844    0.8.6, but provides basic profiles.
845  * The behavior of --sout-keep was changed. It's now activated by default.
846  * The marq, mosaic and logo commands in the rc interface changed. They
847    now require a target name as their first argument. Example:
848    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
849    You can then use commands like: @test marq-marquee Goodbye
850    If you didn't name the object using @test, its name will default to the
851    plugin name (hence 'marq') in this example.
852    These new commands are also available in the telnet interface.
853  * The "rtp" access output module has been removed.
854    Please use the RTP stream output instead, e.g.:
855      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
856      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
857  * You now need to append --m3u-extvlcopt to your command line to enable
858    EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
859    of options is available to m3u playlists (CVE-2007-6683).
860  * The old access:url syntax is no longer supported to resolve ambiguities
861    with some file names. Use access://url instead.
862     E.g.:  vlc:quit -> vlc://quit ;
863            udp:@239.255.12.12 -> udp://@239.255.12.12
864  * The ffmpeg module has been removed and replaced by the new avcodec,
865    avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
866    and postproc modules.
867  * The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
868    following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
869    STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
870    BACKWARD being reserved for future implementations and are thus not
871    functional atm.
872  * Croping and padding in transcode are now done using the croppadd video
873    filter. For example:
874    transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
875  * Canvas setting in transcode is now done using the canvas video filter.
876    For example:
877    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
878  * Glide video output module has been removed.
879
880 Changes:
881 --------
882
883 Security updates:
884  * Updated libfreetype on Windows and Mac OS X (CVE-2008-1806, CVE-2008-1806,
885    CVE-2008-1807)
886  * TTA Parser improvements (CVE-2008-3732)
887  * MMS Access Module improvements (CVE-2008-3794 )
888
889 Playlist:
890  * Vastly improved playlist support:
891     * Media library creation to save all your playlist items
892     * "Live search"
893     * Shoutcast TV listings
894     * Audioscrobbler/Last.FM support
895  * Album art support
896  * User definable Lua playlist scripts. See share/lua/playlist/README.txt
897    (Default scripts open YouTube, DailyMotion, metacafe, Google Video and
898    lots of other URLs)
899  * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
900
901 Inputs:
902  * Video for Linux 2 (V4L2) input support
903  * UDP-Lite transport for RTP/AVP
904  * DCCP transport for RTP/AVP
905  * Proxy support for MMSH stream
906  * JACK audio input support
907  * Input run time option (improved live stream recording)
908  * BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
909  * Re-written Screen access module for Mac OS X 
910    using OpenGL instead of QuickDraw
911  * Screen module now supports partial screen capture and mouse following on X11.
912  * Experimental EyeTV access module
913    This requires the user to install a plugin to EyeTV.app
914    (available as a separate download).
915  * Simple RTP input (with MPEG A/V, G.711 and PCM support).
916  * RTMP input support
917  * QTKit-based Input module for Mac OS X allowing display and streaming of video
918    taken from all iSight-labelled video cameras (no audio support)
919  * HTTP access now supports gzip compressed data and Digest Access
920    Authentication.
921  * New options to reduce latency between arrival of raw data and display of
922    frames. (--auto-adjust-pts-delay and --use-stream-immediate)
923
924 Demuxers:
925  * MP4 gpac and Apple chapter support
926  * Fixed playback of AIFF stereo files
927  * Fixed audio glitch on seek
928  * Improved FLAC demuxer (duration / current time / meta data)
929  * AAC tags support
930  * APEv1/2 tags support
931  * Improved ID3v2 tags support
932  * Improved Ogg/Vorbis tags support
933  * Raw video support
934  * Standard MIDI File (types 0 & 1) support
935  * TiVo Series 2 support
936  * CD+G karaoke Files support
937  * MXF files support
938  * OMA support
939
940 Decoders:
941  * VP60/VP61/VP6F/VP62 support
942  * Flash Screen Video support
943  * CamStudio Screen Video support
944  * DosBox Capture support
945  * Karl Morton's Video support
946  * limited atrac3 support
947  * Fraps support
948  * Fluidsynth MIDI software synthesis (with external sound fonts)
949  * New codec FOURCCs to support more specific files:
950    Avid, FCP, Sony, Samsung, ...
951  * H.264 PAFF support
952  * DNxHD / VC-3 support
953  * NellyMoser ASAO support
954  * APE (Monkey audio) support
955  * RealVideo support (with the RealVideo run-time)
956  * Dirac video support using libschroedinger
957
958 Subtitles:
959  * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
960  * VBI & EBU (Teletext) support (*nix, Mac OS)
961  * Ogg/Kate subtitles support
962  * AQTitle subtitles support
963  * MKV USF subtitles support
964  * HTML-based subtitles support
965  * MPSub subtitles support
966  * JacoSub subtitles basic support
967  * MPL2 subtitles support
968  * Rewrite of ASS/SSA scripts and subtitles support
969  * PowerDivx (.psb) Subtitles support
970  * Realtext subtitle support
971  * DKS subtitle support
972  * SubViewer 1.0 (SubRip09) subtitles support
973  * Correct Right-to-left languages in subtitles support
974
975 Encoders:
976  * Flash Screen Video support
977  * Improved H.264 encoding speed
978
979 Video outputs and filters:
980  * New CoreAnimation-based output module (VLCKit framework on OS X only)
981  * Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
982    Psychedelic) video filters can now be streamed
983  * New puzzle video output filter
984  * Re-written motion detection video filter
985  * New extract video filter (extract Red, Green and Blue components from a
986    video)
987  * New sharpen video filter (increase the contrast of adjacent pixels)
988  * New erase video filter (removes logos from a video)
989  * Enhanced subtitles' renderer to support bold, italic and some HTML tags
990    (Google Summer of Code Student project)
991  * Support for RGBA and I420 blending.
992    The latter improves Mosaic CPU usage *a lot*.
993  * New transparency mask video filter (for use with the mosaic_bridge module).
994  * New bluescreen video filter (for use with the mosaic_bridge module). 
995    This was previously part of the mosaic module.
996  * Fixed random characters problem in RSS filter.
997  * Add rotate-deciangle for more precision on rotate filter
998  * Support for Intel SSE2 instruction set in chroma converters
999  * Improved use of Intel MMX instruction set in chroma converters
1000  * New croppadd and canvas video filters.
1001
1002 Audio outputs and filters:
1003  * Replay gain support
1004  * Audio playback when going slower/faster (with pitch correction via
1005    new scaletempo audio filter)
1006  * New spatializer audio filter
1007  * Correct DTS output via S/PDIF
1008
1009 Stream output:
1010  * RTSP for TS-multiplexed broadcast streams
1011  * New RTP payload formats:
1012    * Speex voice audio codec
1013    * ITU T.140 (for text, subtitles) output
1014    * G.711 (both A-law and Âµ-law) output
1015  * UDP-Lite transport for RTP
1016  * DCCP transport for RTP
1017  * Lots of fixes for RTSP broadcasting
1018  * RTMP output
1019
1020 Interfaces:
1021  * All
1022    * New Simple Preferences dialogs showing the most important settings in an
1023      end-user suitable way.
1024    * Improved user interaction
1025    * Improved mouse gestures
1026    * Vastly improved Update checker
1027    * Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
1028  * Windows/Linux
1029    * Brand new interface for Linux and Windows, based on the Qt toolkit
1030    * Fullscreen controller (transparency on Linux+Composite)
1031  * Mac OS X
1032    * Improved video output features
1033    * Online access to VideoLAN's Help Wiki within VLC
1034    * New setting to disable the "Recent Items" service
1035    * When playing Radio (live) streams, the current track is shown correctly
1036    * Correct appearance on Macs using Aqua's graphite theme
1037    * Simplified Extended Controls panel
1038  * Ncurses:
1039    * Correctly displays wide characters when using an UTF-8 locale, 
1040      if libncursesw is available.
1041    * Some nice colors if the terminal supports it (most do)
1042  * Experimental Lua interface modules. See vlc -I lua and
1043    share/lua/intf/README.txt for more info.
1044  * Unix
1045    * Option to allow only one running instance, using D-Bus interface.
1046    * D-Bus Interface implementing the MPRIS 
1047      (Media Player Remote Interfacing specification), a common dbus control 
1048      interface for media players that intends to become an xdg standard when 
1049      finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
1050    * Motion module using disk accelerometers to keep video horizontal
1051    * Plugin to set Telepathy presence message using MissionControl
1052  * Fixed VLM schedule time on Linux
1053
1054 Linux Port:
1055  * VLC now complies with the XDG Base Directory Specification version 0.6
1056    http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
1057    (which means that VLC doesn't use the $HOME/.vlc directory anymore)
1058
1059 Mac OS X Port:
1060  * Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
1061    applications (Google Summer of Code Student project, Mac OS X 10.5 only)
1062  * New text renderer based on Quartz replacing the existing Freetype solution
1063  * Complete compatibility with Mac OS X 10.5 Leopard
1064    * It is now required to compile a fully featured build
1065  * The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
1066
1067 LibVLC:
1068  * Event management and various improvements in libvlc
1069    (Part of a Google Summer of Code Student project)
1070
1071 New Localizations:
1072  * Finnish
1073  * Persian
1074  * Polish
1075  * Punjabi
1076  * Bulgarian
1077
1078 Developers:
1079   * LibVLC now supports externally built plugins properly.
1080     A "vlc-plugin" pkg-config package is provided.
1081   * Java bindings are now built from a separate source.
1082
1083
1084 Changes between 0.8.6h and 0.8.6i:
1085 ----------------------------------
1086
1087 Security updates:
1088  * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
1089
1090 Various bugfixes:
1091  * Fixed option to use shared memory within the GLX video output module
1092  * Improved galaktos-based audio visualizations on FreeBSD 
1093  * Miscellaneous bugfixes in multiple modules and in libvlc
1094    (transcode stream output, OSD menu video filter, VCD input, 
1095     SAP services discovery, http control interface)
1096  * Updated Polish translation
1097
1098
1099 Changes between 0.8.6g and 0.8.6h:
1100 ----------------------------------
1101
1102 Security updates:
1103  * Updated GnuTLS and libgcrypt on Windows and Mac OS X (CVE-2008-1948, 
1104    CVE-2008-1949, CVE-2008-1950)
1105  * Updated libxml2 on Windows and Mac OS X (CVE-2007-6284)
1106
1107 Goodies:
1108  * Updated libebml and libmatroska on Mac OS X. Reliability improvements.
1109  * Miscellaneous bugfixes in multiple modules and in libvlc
1110    (ftp access, record access filter, video filters, RC interface, 
1111     playlist demuxer, IP networking, MPJPEG muxer, stream outputs)
1112  * Improved support for MPEG2 content created by Final Cut Pro
1113  * More reliable audio reception for MPEG TS streams
1114  * Fixed a regression in 0.8.6g where usage of the snapshot feature could lead
1115    to an unexpected application termination
1116  * New Serbian translation
1117  * Updated Romanian translation
1118
1119
1120 Changes between 0.8.6f and 0.8.6g:
1121 ----------------------------------
1122
1123 Security updates:
1124  * Removed VLC variable settings from Mozilla and ActiveX 
1125    (CVE-2007-6683, VideoLAN-SA-0804)
1126  * Removed loading plugins from the current directory 
1127    (CVE-2008-2147, VideoLAN-SA-0805)
1128  * Updated libpng on Windows and Mac OS X (CVE-2008-1382)
1129  * Fixed libid3tag denial of service (CVE-2008-2109)
1130  * Fixed libvorbis vulnerabilities (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423)
1131  * Fixed speex insufficient boundary check (CVE-2008-1686, oCERT-2008-004)
1132
1133 Various bugfixes:
1134  * Fixed various memory leaks, improving stability when running as a server
1135  * Fixed compilation with recent versions of FFmpeg
1136  * Correctly parses SAP announcements from MPEG-TS
1137  * Fixed AAC resampling
1138  * The Fullscreen Controller appears correctly on Mac OS X, 
1139    if the 'Always-on-top' video option was selected.
1140
1141
1142 Changes between 0.8.6e and 0.8.6f:
1143 ----------------------------------
1144
1145 Security updates:
1146  * Really fixed subtitle buffer overflow (CVE-2007-6681, CVE-2008-1881)
1147  * Fixed Real RTSP code execution problem (CVE-2008-0073)
1148  * Fixed MP4 integer overflows (CVE-2008-1489, CVE-2008-1768)
1149  * Fixed cinepak vulnerabilities (CVE-2008-1769)
1150  - More information can be found in VideoLAN-SA-0801 and VideoLAN-SA-0803.
1151
1152 Various bugfixes:
1153  * The Mozilla plugin registers a usable range of MIME-types on Mac OS X
1154  * Improved VLC's video output behavior on multi-screen setups running Mac OS X
1155  * Fixed crashes in H264 packetizer
1156  * Close MMS access on network timeout
1157  * Fix some problems with AAC decoder & packetizer
1158
1159
1160 Changes between 0.8.6d and 0.8.6e:
1161 ----------------------------------
1162
1163 Various bugfixes:
1164  * Resume playback for viewing content over FTP
1165  * Fixed XShm detection with remote X11
1166
1167 Security updates:
1168  * Subtitle demuxers overflow (CVE-2007-6681)
1169  * HTTP listener format string injection (CVE-2007-6682)
1170  * Fixed buffer overflow in the SDL_image library (CVE-2006-4484)
1171  * Real RTSP overflows (CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
1172    VideoLAN-SA-0801)
1173  * Arbitrary memory overwrite in the MP4 demuxer (CORE-2008-0130, 
1174    VideoLAN-SA-0802)
1175
1176 Audio filter:
1177  * Fixed DTS to S/PDIF converter
1178
1179 Audio output:
1180  * Fixed 5.1 audio on ALSA
1181
1182 Access:
1183  * Fixed some RTSP hanging and user/password passing through RTSP URLs
1184
1185 Stream output:
1186  * Fixed waiting for SPS/PPS problem in H.264 packetizer
1187
1188 Encoders:
1189  * Improved compatibility for creating H.264 video files playable on iPhones
1190  * Improved detection of optimal amount of threads for multi-threaded H.264 
1191    encoding on multi-cpu systems
1192     - Note that this is used when transcode threads is set to 0 (default)
1193     - Not supported on Windows (multiple threads require manual configuration)
1194
1195 Mac OS X Interface & Port:
1196  * Restored compatibility with Mac OS X 10.3.9
1197  * Corrected behavior of the Preferences panel
1198  * VLC no longer crashes on quit while playing
1199
1200 Localization:
1201  * Updated Romanian and Polish translations
1202
1203
1204 Changes between 0.8.6c and 0.8.6d:
1205 ----------------------------------
1206
1207 Various bugfixes:
1208  * Mozilla plugin: supports a reasonable amount of MIME types on Windows
1209  * Linux: Fixed S/PDIF passthrough with ALSA
1210  * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences
1211    in input
1212  * Use field order (top/bottom) for correct bob/linear deinterlacing
1213  * Fix invalid free in bookmarks loading code
1214
1215 Windows and Mac OS Binaries
1216  * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows 
1217
1218 Active X plugin:
1219  * Security update (VideoLAN-SA-0703, CVE-2007-6262)
1220  
1221 Mac OS X Interface & Port:
1222  * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality
1223  * Improved Video Output compatibility for Mac OS X 10.5 Leopard
1224  * Improved behavior of the Fullscreen Controller and mode changes between 
1225    Fullscreen and Windowed Video Output
1226  * Softened the white flash artifacts that may appear during the transition of 
1227    two different movies
1228  * Support for current Ogg file formats
1229  NOTE: This release requires Mac OS X 10.4 or higher. 
1230        Mac OS X 10.3.9 is not supported anymore.
1231
1232 Encoders:
1233  * Improved H.264 encoding speed on Mac OS X
1234
1235 Other changes:
1236  * The automatic updating facility was removed
1237  * You now need to append --m3u-extvlcopt to your command line to enable
1238    EXTVLCOPT options parsing in m3u playlists.
1239  * RTSP server remote denial of service fixed (CVE-2007-6684).
1240
1241
1242 Changes between 0.8.6b and 0.8.6c:
1243 ----------------------------------
1244
1245 Various bugfixes, notably:
1246  * Windows Vista compatibility
1247  * Cropping in Direct3D
1248  * Fullscreen change crash on Mac OS X
1249  * RSS filter string overflow
1250  * Few memory leaks
1251  * MKV demuxer crash (related to seeking)
1252
1253 CDDA / Vorbis / Theora / SAP plugins:
1254  * Security updates (VideoLAN-SA-0702, CVE-2007-3316, US-CERT VU#200928)
1255
1256 Demuxers:
1257  * Fixed a problem with detecting embedded subtitles (GAB2 format) in AVI
1258  * Prevent WAV file integer overflow (CVE-2007-3467 & CVE-2007-3468)
1259
1260 Decoders:
1261  * Updated FLAC API compatibility
1262
1263 Input:
1264  * Support for new v4l2 encoder API
1265
1266 Localisation:
1267  * New localisation: Arabic, Persian
1268
1269
1270 Changes between 0.8.6a and 0.8.6b:
1271 ----------------------------------
1272
1273 Various bugfixes, notably:
1274  * Out-of-bound read in demuxers
1275  * Demuxers crashes (incl. CVE-2007-0256)
1276  * Mac OS X Interface crashes
1277  * VP31 decoding on Windows platforms
1278  * Direct3D Video Output modifications for Vista compatibility
1279  * Correct behaviour for feeding streams to Icecast or Shoutcast servers
1280
1281 Decoders:
1282  * Enhanced Flash Video support incl. VP61 and VP60
1283  * Teletext subtitles (telx) support
1284
1285 Webbrowser plugins:
1286  * Rectified behaviour and improved usability
1287
1288 Mac OS X Interface & Port:
1289  * Diverse usability improvements
1290  * New wizard option to embed subtitles
1291  * Screensaver/automatic sleep mode is enabled when a video is paused
1292  * Improved Delete-Preferences-Script
1293
1294
1295 Changes between 0.8.6 and 0.8.6a:
1296 ---------------------------------
1297
1298 CDDA / VCDX plugins:
1299  * Security updates (VideoLAN-SA-0701, CVE-2007-0017)
1300
1301 Mac OS X Interface:
1302  * Fullscreen controller improvements
1303
1304
1305 Changes between 0.8.5 and 0.8.6:
1306 --------------------------------
1307
1308 Playlist:
1309  * Shoutcast TV listings support
1310
1311 Input:
1312  * Support for RTSP authentication
1313  * Support for adding subtitles on the fly
1314  * Fixed MPEG-PS duration calculation
1315  * ATSC support for DVB input
1316  * Partial reading support for DVR-ms recordings
1317  * Partial reading support for MXF and GXF fileformat
1318  * Improved support for Flash Video files
1319
1320 Decoders:
1321  * Native WMV9/VC-1 support
1322  * WMA Speech support (through binary codecs)
1323  * VP5/VP6 - Flash Video support (not VP61)
1324  * The True Audio Lossless codec support
1325  * Matroska WavPack support
1326  * Improved H.264 support (interlaced, speed improvements etc but no PAFF)
1327  * Fixed a problem with MPEG2 field pictures
1328  * Fixed swapped colors on DVB subtitles
1329  
1330 Video output:
1331  * Additional OpenGL effects (cylinder, torus, sphere, ...)
1332  * Experimental Direct3D 9 video output (win32). Best served on Vista :)
1333  * Improved libcaca support
1334
1335 Interfaces:
1336  * All
1337    * New hotkeys for crop and zoom
1338    * Support for snapshots from the HTTP interface
1339  * Windows
1340    * Systray support in skins
1341  * OS X
1342    * Support for Apple Remote control
1343    * Fullscreen controller panel (artwork by Simon Damkjær Andersen)
1344    * New playmode buttons (artwork by Simon Damkjær Andersen)
1345    * right/ctrl-click menu in video outputs
1346    * Main Menu uses autohide when playing videos in fullscreen mode
1347  * Linux
1348    * Notifications using notification-daemon
1349
1350 Windows port:
1351  * Support for Unicode filenames (Windows NT and above)
1352    Windows 9x/ME users: 
1353      - Please note that these versions of Windows are not officially supported
1354      - Unicode support for Windows 9x/ME applications is available through the
1355        Microsoft Layer for Unicode available from the following location:
1356        http://www.microsoft.com.nsatc.net/globaldev/handson/dev/mslu_announce.mspx
1357        Download the MSLU package (unicows) and extract the content into the folder
1358        C:\Windows\System
1359  * Fixed IPv6 support on the client side
1360  * Fixed disable screensaver (Direct3D and DirectX video output)
1361
1362 Localization:
1363  * Add Czech
1364  * Add Slovak
1365  * Add Malay
1366  * Add Slovenian
1367
1368 Developers:
1369  * Updates to the libvlc API
1370  * Fixes for the mozilla and activeX plugins
1371
1372
1373 Changes between 0.8.4a and 0.8.5
1374 --------------------------------
1375
1376 Core support:
1377  * Statistics collection (bitrates, packets, connections, ...)
1378  * Support for downloading updates
1379  * Updated strings
1380
1381 Input:
1382  * Initial support for RTSP-over-HTTP (to allow NAT traversal)
1383  * Linux DV (Digital Video - Firewire) input
1384  * Improvements to the Audio CD input
1385      - Separate playlist entries for the tracks 
1386      - Support for CDDB 
1387  * Support for more DVB (satellite) encryption modules
1388  * Improved subtitles encoding support
1389  * Improved support for playing MP4 files from the Web
1390
1391 Decoders:
1392  * Cook (Real audio) support
1393
1394 Playlist / Services discovery:
1395  * XSPF playlist support
1396  * Podcast support
1397  * Updated Shoutcast to use new listing
1398
1399 Audio output:
1400  * New JACK audio output
1401
1402 Video output:
1403  * New video filters: 
1404     - magnify: allows you to zoom on part of the image
1405     - gradient and edge detection: "cartoon-like" effect
1406     - bluescreen: overlay parts of a video transparently on another one
1407  * Logo video filter: can now loop through multiple images
1408  * RSS video filter: display feed images. Support for Atom feeds.
1409  * Improvements to the subtitles rendering
1410
1411 Stream output:
1412  * Initial support for throttling users on VOD streams
1413
1414 Interfaces:
1415  * System to inform the user and request information 
1416     - HTTP authentication
1417     - Fatal errors
1418     - ...
1419  * wxWidgets
1420     - VLM (VideoLAN Media Manager) control panel
1421     - Improved media information panel (shows statistics, metadata, ...)
1422     - Drag & Drop support in the playlist
1423  * Skins2 
1424     - New default skin
1425     - Support for Winamp 2 skins
1426     - Improved playlist handling
1427     - Support for popup menus, animated bitmaps, equalizer, ...
1428  * OS X
1429     - Embedded Video output
1430     - new Go-To-Specific-Time feature
1431     - Video cropping and aspect ratio changing while playing
1432     - Improved media information panel (shows statistics, metadata, ...)
1433     - support for processing multiple items with the wizard in a single run
1434     - option to save selections in the wizard for a session (default enabled)
1435  * HTTP
1436     - New default interface pages for VLC and VLM (including a mosaic wizard)
1437     - A bunch of new RPN functions
1438
1439 Windows Port:
1440  * MSN messenger "Now playing" support
1441
1442 OS X Port:
1443  * Mac-Intel compatibility
1444  * Enhanced support of various audio output devices 
1445  * Growl "Now playing" support
1446
1447 *Nix port:
1448  * Ability to log to syslog
1449  * Root wrapper to avoid running VLC as root
1450
1451 Developers:
1452  * New libvlc API (not finished yet)
1453  * Java bindings
1454  * A bit more automatic testing
1455
1456
1457 Changes between 0.8.4 and 0.8.4a:
1458 ---------------------------------
1459
1460 Audio output:
1461  * Fix a52 over spdif in alsa
1462  * SPDIF output available again in the Mac OS X Audio menu.
1463
1464 Decoder:
1465  * Add support for new BMP and Cook (RealAudio G2) decoders in ffmpeg
1466  * Add support for some non-standard FOURCCs used for H.264/H.263
1467
1468 Demux:
1469  * Fix bug with some HE-AAC audio tracks
1470
1471 Services Discovery:
1472  * HAL fixes, should now work with new API
1473  * SAP, fix 20 second freeze on windows
1474  * UPnP fixes
1475  * Avahi 0.6 support
1476  
1477 Interfaces:
1478  * Mac OS X
1479     - fixed encoding of H.264/H.263 content when using the wizard 
1480
1481
1482 Changes between 0.8.2 and 0.8.4:
1483 --------------------------------
1484
1485 Core support:
1486  * Internal strings handling is now UTF-8 based
1487  * New OSD system
1488
1489 Video output:
1490  * Fixed problems with OpenGL output
1491  * New --monitor-par (pixel aspect ratio) option
1492  * Fixed display problems with HDTV-1080 format
1493
1494 Input:
1495  * Improved DVB support for satellite bands other than Ku-band
1496  * IPv6 and Extended passive mode support for FTP
1497  * IPv6 Source Specific Multicast support
1498  * GnomeVFS input module
1499  * Support for RTP packet reordering
1500  * Fixed syntax for FTP URLs
1501
1502 Decoders:
1503  * Support for libSDL_image to import different image types
1504  * Musepack decoder using libmpdec
1505  * QDM2 audio support (needs ffmpeg from 19th Oct 2005 or later)
1506
1507 Services discovery:
1508  * UPnP service discovery (Linux only at the moment)
1509  * Bonjour service discovery using avahi (Linux only)
1510
1511 Video filters:
1512  * RSS feed overlay
1513
1514 Audio filters:
1515 * Fixes, enhancements and new options related to the Headphone Channel
1516   Mixer and Dolby Surround
1517
1518 Stream output:
1519  * New shout output module to forward streams to icecast servers
1520  * Fixed several SAP and SDP announcement bugs
1521  * Fixed MTU handling to avoid IP fragments
1522  
1523 Interfaces:
1524 - new cone icon by Richard Â¯iestad (Eurodata, retron.info)
1525  * Mac OS X
1526     - New streaming and transcoding wizard
1527     - New extended controls panel
1528     - New bookmarks window
1529     - Fixed playlist sorting
1530     - Fixed drag-and-drop inside the playlist
1531  * wxWidgets
1532     - Rename wxWindows interface in wxWidgets.
1533     - All the --wxwin-* options are now --wx-*
1534     - Support for RTP streaming in Stream Ouput dialog
1535     - Now require wx2.6 with Unicode support
1536  * Skins2
1537     - Tree playlist
1538  * HTTP
1539     - New RPN functions to control VLC features (see play-howto)
1540     - Facilities to correctly handle non-ASCII characters and spaces in
1541       the names of files
1542     - Include macro to include other files
1543     - CGI 1.0 support
1544
1545 ActiveX plugin:
1546 * Should now work outside IE as well
1547
1548 Mac OS X port:
1549 * New script to delete the preferences automatically
1550
1551 Windows port:
1552 * Fixed bandwidth problems of HTTP streaming
1553 * Fixed audio problems with DirectX audio output
1554
1555 Translations:
1556  The following languages were added:
1557  * Galician
1558  * Korean
1559  * Romanian
1560  * Simplified Chinese
1561  The following languages were re-added:
1562  * Swedish
1563
1564
1565 Changes between 0.8.1 and 0.8.2:
1566 --------------------------------
1567
1568 Core support:
1569  * Rewrite of the playlist
1570     - Tree structure
1571     - Input preparsing (for meta-data)
1572     - Grouping (by artist, ...) support 
1573  * Preferences improvements: 
1574     - New organization, designed to improve usability
1575     - New configuration types (list of modules, ...)
1576  * XML parsers
1577  * Core image manipulation support
1578  * Client-side SSL/TLS support
1579  * SSL Client certificates checking support (allows for secure VoD)
1580  * Renamed --spu-channel to --sub-track
1581  * Renamed --spumargin to --sub-margin
1582  * Renamed --audio-channel to --audio-track
1583  * Renamed --filter to --vout-filter
1584  * filters, extra interfaces, visualizations and service discovery modules are
1585    now separated by ':' instead of ','
1586  * Access filter architecture
1587  * Track selection based on preferred language (--sub-language and --audio-language)
1588  * Zsh autocompletion for VLC's arguments
1589  * Many bugfixes...
1590
1591 Input/Demuxers:
1592  * Support for SOCKS proxy
1593  * Support for Shoutcast Meta-data
1594  * Support for (HE-)AAC raw-audio streams
1595  * Support for images on a HTTP server that get refreshed on the server
1596  * Better support for Kasenna streams
1597  * RTSP UDP->TCP rollover support
1598  * Massive Matroska improvements
1599  * Support for XA and VOC audio files
1600  * TiVo demuxer
1601  * Samba (Windows shares) access module
1602  * Improved CDDAX module (uses several playlist items)
1603  * Fixes to Linux DVB support
1604  * Fix the "negative subtitles delay" bug
1605  * Support for FTP over IPv6
1606
1607 Decoders / Encoders:
1608  * Dirac decoder and encoder
1609  * PNG decoder/encoder
1610  * Improvements to DVB subtitles encoder
1611  * Support for Apple Lossless Audio Codec
1612
1613 Access filters:
1614  * New Record and Timeshift filters
1615
1616 Services discovery:
1617  * New type of modules, that add items to the playlist
1618  * Brand new SAP module
1619      * To enable SAP, you now need to use "-S sap" or add SAP in 
1620        the "Manage->Services Discovery" menu
1621      ( IPv6 SAP is now enabled by default )
1622      * Non-standard support for HTTP streams SAP announces removed
1623  * HAL (Hardware Abstraction Layer) discovery
1624  * DAAP (iTunes shares) support
1625  * Shoutcast
1626
1627 Audio output:
1628  * Support for 20/24 bits LPCM
1629
1630 Video output:
1631  * Video snapshot support (png or jpg)
1632  * Image file video output (png)
1633  * Motion detection filter (can trigger playlist actions)
1634  * Improvements to wall video filter
1635  * Support for font color and opacity
1636
1637 Stream output:
1638  * Muxers
1639     - ASF improvements
1640  * VLM / VoD
1641     - Ability to load a configuration file on startup
1642     - Seeking support in VoD streams
1643  * Mosaic (picture-in-picture system)
1644
1645 Interfaces:
1646  * wxWidgets
1647     - Redesigned playlist : add playlist, add directory, ...
1648     - Improved preferences
1649     - Improvements to the wizard
1650     - DVD, VCD and Audio CD navigation buttons
1651  * MacOS X
1652     - Redesigned playlist
1653     - Improved preferences
1654  * Skins
1655     - Support for multiple actions
1656     - Fixes
1657  * HTTP
1658     - Support for the new playlist system
1659  * Lirc
1660     - Now uses new config settings. See doc/lirc/example.lirc
1661
1662 Windows port:
1663  * Screensaver disabling fix
1664  * DirectShow tuner configuration
1665  * Support for no-decoration windows
1666
1667 MacOS X port:
1668  * Many Mac OS X 10.4 Tiger related fixes
1669  * The OpenGL video output is back
1670  * A new audio module that should work more reliable for analog audio output in various configurations.
1671    - Supports multichannel discrete analog output
1672    - Digital audio output requires you to change a preference setting because it
1673      is not yet available in the new module
1674    - Please read the README.MacOSX.rtf file for more information.
1675
1676 BeOS port:
1677  * Support for single-buffered overlay
1678
1679 Pocket PC port:
1680  * Many fixes
1681  * New interface
1682  * New video output
1683
1684 Mozilla Plugin:
1685  * Javascript fixes
1686  * Mozilla plugin for MacOS X is back (not yet distributed)
1687
1688 IE Plugin:
1689  * Brand new Internet Explorer ActiveX plugin
1690
1691 Translations:
1692  The following languages were added:
1693  * Catalan
1694  * Danish
1695  * Turkish
1696
1697
1698 Changes between 0.8.0 and 0.8.1:
1699 --------------------------------
1700
1701 Core support:
1702  * Include TLS/SSL API (on plattforms where libgnutls is available)
1703  * SSL support in the HTTP daemon (HTTP stream output and HTTP interface)
1704
1705 Windows port:
1706  * Fixed win32 multichannel audio output support (which was broken in 0.8.0)
1707  * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
1708  * Fixed spurious taskbar item after switching to fullscreen
1709
1710 WinCE port:
1711  * A few more updates (we still miss an interface and a fast video output).
1712
1713 Audio Output:
1714  * Portaudio audio output plugin improvements
1715
1716 Video Output:
1717  * Proper subpictures scaling using the aspect-ratio info when available
1718
1719 Demuxers:
1720  * Fixed crash with ODML avi files
1721  * Fixed autodetection of VCD/SVCD bin files
1722  * Supports Kasenna VoD (MPEG2 only) and simulcast streaming
1723
1724 Stream Output:
1725  * Encoders:
1726    * Fixed aspect ratio and interlaced support in ffmpeg encoder module
1727  * Stream output:
1728    * Support of playlist group announcement
1729
1730
1731 Changes between 0.7.2 and 0.8.0:
1732 --------------------------------
1733
1734 Core support:
1735  * Major work on libvlc. Changed/renamed/added functions
1736  * Complete switch to the new input core (better seeking, multi-input, ...)
1737  * New plugins cache to speed up launch time
1738  * New --play-and-stop feature which stops the playlist after each played item
1739  * Daemon mode (to run vlc in the background)
1740  * Major improvements to the subtitle/OSD subsystem
1741
1742 Input:
1743  * New screen capture input plugin for X11, Win32, BeOS and Mac OS X 
1744     (Stream your desktop)
1745  * Improved DVD support:
1746     - uses libdvdnav for playing DVDs with menus support
1747     - uses libdvdread for simple playback with menus (eg. for streaming)
1748  * Experimental multi-input support ( use --input-slave to play with it )
1749  * Automatic MTU discovery for UDP streams
1750  * More powerful MRL syntax for DVD/VCD/CDDA access 
1751     (selection of titles/chapters).
1752
1753 Demuxers:
1754  * Support for iTunes Music Store previews
1755  * Support for MJPEG webcams (i.e. AXIS cams)
1756  * Added initial mp4 and mpeg-ts text track support
1757  * Windows Media Server RTSP support
1758  * Support for MPEG TS streams with error correction (204/192 bytes TS packets)
1759  * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
1760  * Skins2 .vlt file loader (only when skins2 is the current interface)
1761  * Improved Ogg demuxer
1762  * Support for MPEG PS streams with MPEG 4 video.
1763  * Support for so called AACPlus webstreams
1764
1765 Codecs:
1766  * G.726 audio support
1767  * 14496-17 MPEG TS text support
1768  * MPEG-4 text support
1769  * Vastly improved DVB subtitles decoder (ETS 300 743)
1770  * Enabled color in DVB subtitles rendering
1771  * VobSub supported both externally and in Matroska
1772
1773 Stream Output:
1774  Encoders:
1775   * Re-use audio/video/spu decoders in transcoder module. From now on,
1776      everything that is playable by VLC should be transcodable as well
1777   * Subtitles overlaying in transcoder
1778   * Subpictures overlaying in transcoder (see video output)
1779   * Frame rate selection in the transcoder
1780   * DVB subtitles encoder
1781   * MPEG 1 layer 2 audio encoder using libtoolame
1782   * Improved vorbis/theora encoding
1783  Muxers: 
1784   * Text track muxing for mp4
1785   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
1786   * 14496-17 text track muxing for MPEG TS
1787   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
1788   * Teletext (0x56 descriptor) streaming support in MPEG TS.
1789   * New WAV muxer (supports multi-channel audio)
1790   * Improved ASF muxer
1791  Misc:
1792   * H.263 RTP streaming support
1793   * SDP generation outputs more compliant SDPs and can create SDP files now
1794   * Improved RTSP and VoD server (experimental)
1795
1796 Audio Output:
1797  * New audio equalizer filter
1798  * Very trivial volume normalizer
1799  * True channel downmixing when playing 5:1 material on Stereo
1800  * More gradual resampling which should improve the pitch changing effect
1801  * New audio output plugin using portaudio v19
1802
1803 Video Output:
1804  * Roku HD1000 Video output
1805  * Experimental generic OpenGL video output (X11, Win32, MacOS X)
1806    with support for effects.
1807  * Improved filter and subpictures support :
1808     - New filters can be streamed.
1809     - "Subpicture filters" to overlay subpictures on video 
1810     - Centralized scaling and blending
1811  * New filters : 
1812     - "time", to display current time 
1813     - "marq", to display a marquee
1814
1815 Interfaces:
1816  * OSD sliders for volume and postition information
1817  * OSD icons for Play and Pause
1818  * New Streaming Wizard for Windows and Linux default interfaces (wxWindows)
1819  * A few skins2 improvements
1820  * Added search, volume, loop and random functions to the ncurses interface
1821  * Added a filesystem browser to the ncurses interface
1822  * The remote control interface can now listen for commands on sockets
1823  * Improved CORBA control module
1824
1825 Mac OS X port:
1826  * Fixed the "cannot set buffersize:[nope]" coreaudio problem
1827  * Major speed improvements to the Quartz video output
1828  * The Mac OS X interface is no longer required to display video
1829
1830 Linux port:
1831  * New galaktos visualization plugin (MilkDrop-compatible)
1832  * Experimental SVG rendering module
1833  * Support for DVB CAM modules.
1834
1835 Windows port:
1836  * DirectX Media Object decoder (allows playing some media types, like WMV3)
1837  * DirectX Media Object audio and video encoder
1838  * Fixed long standing win32 thread handles leak
1839  * Fixed problem with CPU usage with subtitles rendering
1840  * Wallpaper mode for the DirectX video output (only in overlay mode)
1841
1842 WinCE port:
1843  * Massive update (we still miss an interface and a fast video output).
1844
1845 Mozilla plugin:
1846  * Added a lot of Javascript accessible funtionality
1847  * Volume, position, length, seek etc etc etc.
1848
1849 Misc:
1850  * Server/client network synchronization module
1851  * VBrick streams fully supported
1852  * Cisco IP/TV streams supported
1853  * VLM enhancements
1854
1855
1856 Changes between 0.7.1 and 0.7.2:
1857 --------------------------------
1858
1859 Core support:
1860  * Bookmarks feature for easier seeking/access inside medias.
1861  * Support for video output embedded in interfaces.
1862  * Improved HTTP daemon.
1863  * Saved playlists now remember VLC-specific options.
1864
1865 Codecs:
1866  * New Continuous Media Markup Language (CMML) codec.
1867    (http://www.annodex.net/overview.html)
1868  * New H.261 video decoder using openmash.
1869  * H264 encoder, demuxer and packetizer.
1870  * Packetizer interfaces between demux and codec when needed
1871    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
1872  * Support for Theora alpha3 (both decoding and encoding).
1873
1874 Input:
1875  * --start-time <sec> and --stop-time <sec> to start and stop playing a 
1876    file at the specified amount of seconds. Only works with a few
1877    fileformats (avi, mov, mkv, mp4 )
1878  * Improved directory access module.
1879  * New "file-cat" option to play truncated movies.
1880  * Better handling of meta info (title, author, description, etc...).
1881  * New options to pass meta info to the input.
1882  * It is now possible to stream programs from a DVB-S/C/T stream
1883    (satellite, cable, or digital terestrial television)
1884
1885 Demux:
1886  * Annodex (http://www.annodex.net) support.
1887  * mmsh streaming fixes.
1888  * Fixed infinite loop in the AVI demux on broken/incomplete files.
1889
1890 Subtitles:
1891  * Subviewer and subviewer v2 subtitles support.
1892  * Ability to choose autodetected subtitles path.
1893  * Subtitles delay can be changed in real time with hotkeys.
1894
1895 Stream output:
1896  * Improved session announcement system.
1897  * Minimize threads usage by default.
1898  * Added faster than realtime stream output (limited by CPU) for file output.
1899  * Improved MOV/MP4 muxer.
1900  * Improved MPEG TS muxer.
1901  * Improved transrater.
1902  * Meta info options used by the muxers.
1903  * New configuration system.
1904  * Better audio channels downmixing when transcoding.
1905
1906 VideoLAN manager:
1907  * New videolan (media) manager (vlm): a little manager designed to launch
1908    and manage multiple streams from within one instance of VLC.
1909  * Supports live streams and VoD.
1910  * Supports scheduling.
1911  * Telnet interface for vlm.
1912  * HTTP interface for vlm.
1913
1914 Interfaces:
1915  * Skins II (Windows and Linux only)
1916     - Ability to embed video output.
1917     - Support for bitmap fonts.
1918     - Lots of improvements.
1919  * wxWindows (default Windows and Linux interface)
1920     - New design and set of icons.
1921     - Ability to embed video output.
1922     - Support for hotkeys.
1923     - Support for bookmarks.
1924  * Mac OS X
1925     - Support for 'groups' and playlist item properties.
1926     - Better hotkeys handling.
1927
1928 Mac OS X port:
1929  * OpenGL video output is now the default when available.
1930  * Added FAAC encoder (mp4a).
1931  * Audio output fix to work with multiple streams on a HAL device.
1932  * Possible fix for conflict with CodeTek VirtualDesktop (untested).
1933
1934 Win32 port:
1935  * DirectShow input plugin should work with more devices.
1936  * Disable monitor power down when watching movies.
1937  * Improved Windows installer.
1938
1939 Linux port:
1940  * PowerPC fixes.
1941
1942 Misc:
1943  * Improvements to the Goom visualisation plugin.
1944  * Roku HD1000 audio output.
1945
1946
1947 Changes between 0.7.1 and 0.7.1a:
1948 ---------------------------------
1949
1950 Mac OS X:
1951  * Fixed the infamous 'mp3 takes twice the CPU it should take' bug
1952  * Playing MOD files is working now.
1953
1954
1955 Changes between 0.7.0 and 0.7.1:
1956 --------------------------------
1957
1958 Core support:
1959  * Fixed a nasty bug that causes preferences not to be saved some times.
1960  * IGMPv3 support for VLC under Windows XP and Linux.
1961
1962 Codecs:
1963  * Brand new DTS Coherent Acoustics audio decoder based on libdts
1964    (http://www.videolan.org/dtsdec.html)
1965  * Fixed DTS S/PDIF output
1966  * SVCD (Philips OGT) and CVD subtitles
1967
1968 Playlist:
1969  * Internal improvments
1970  * Improved import/export
1971
1972 Input:
1973  * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
1974    container formars.
1975  * New demux module that uses libavformat from ffmpeg. Adds support for many
1976    small and strange formats.
1977  * New PVA demux.
1978  * New MOD audio demux.
1979  * Support for DTS and A52/AC3 wav files.
1980  * Support for DTS and A52/AC3 audio CD.
1981  * New and experimental DVD input plugin with menus support (using libdvdnav).
1982  * Added back DV audio support in raw DV demuxer.
1983
1984 Stream output:
1985  * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
1986  * Fixed a nasty bug in the mpeg video packetizer.
1987  * Improved transcoding (multithreading, more tuning, etc...).
1988
1989 Service discovery:
1990  * Fixed sdp in SAP.
1991
1992 Mac OS X port:
1993  * New opengl video output plugin.
1994
1995 Win32 port:
1996  * A few improvements to the DirectShow input plugin.
1997  * Fixed ipv6 name resolution.
1998
1999
2000 Changes between 0.6.2 and 0.7.0:
2001 --------------------------------
2002
2003 Core support:
2004  * Brand new decoder/packetizer api.
2005    Adds a lot more flexibility while also simplifying the decoder plugins.
2006  * New encoder api (Ffmpeg, Vorbis, Theora, Flac and Speex encoders available).
2007  * Video outputs are recycled if possible.
2008    This removes any 'flicker' between two similiar video files.
2009  * Fixed the video filters. Video should no longer go black when using filters.
2010  * New input core. Advantages are: better seeking, more responsive, support for
2011    subtitle files at the core, and much much more.
2012
2013 Playlist:
2014  * Added a repeat mode to repeat a single file over and over.
2015  * Playlist sorting 
2016
2017 Input:
2018  * RTP/RTSP support.
2019  * Fixed annoying seeking problem with Ogg files (seeking would take ages).
2020  * Support for Flac in Ogg files.
2021  * MPEG TS demuxer also handles A52 and AAC audio in DVB streams.
2022  * Rewrite of the Flac demuxer.
2023  * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only)
2024  * Reworked DVB tuning.
2025  * Better Icecast support.
2026  * New MPEG video elementary streams demuxer.
2027  * New DTS audio elementary streams demuxer.
2028
2029 Codecs:
2030  * Support for Theora video encoding.
2031  * Support for Speex audio decoding/encoding.
2032  * Rewrite of the Flac decoder + encoding support.
2033  * Support for MPEG2 422 decoding which was recently added to libmpeg2 (cvs).
2034  * Support for AAC + SBR and proper multi-channel re-ordering.
2035  * MPEG 2.5 audio support.
2036  * Removed deprecated decoders (a52_old, mpeg_video and mpeg_audio).
2037
2038 Stream output:
2039  * Improvements to the MPEG TS muxer.
2040  * New transrating module for MPEG2 video.
2041  * Added packetization for MPEG AAC ADTS streams.
2042  * Added packetizers for Flac, Speex, Theora, LPCM, DTS and SPU streams.
2043  * Improved mp4 muxing and added AAC/MP4V support when transcoding.
2044  * Improved Ogg muxing and added Theora, Speex, Flac and subtitles support.
2045  * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio.
2046  * --sout-keep option to keep the stream open while changing input.
2047  * Preliminary RTP support.
2048  * Fixes to SAP announces.
2049
2050 Interface:
2051  * Skins:
2052     - Bugfixes
2053     - misc improvements (eg, "stay on top" option).
2054  * New standardized and customizable hotkeys.
2055  * wxWindows
2056     - Playlist improvements (Sort, Search, mode buttons).
2057     - Improvements and help in preferences
2058     - New streaming wizard
2059     - Revised Disc Open menu
2060  * HTTP
2061     - Improvements of the standard pages
2062     - Support for new commands
2063  * OSD ( OS X and hotkeys only atm ).
2064
2065 Service discovery:
2066  * Many fixes to the SAP module
2067  * SAP now supports HTTP streams
2068
2069 Subtitles:
2070  * Text subtitles now have a black outline.
2071  * Text subtitles autodetection.
2072  * Text subtitles charset autodetection.
2073  * Text subtitles for all videofiles. Results may vary.
2074  * Text subtitles in Hebrew are supported. Arabic partially.
2075  * Automatic fontsize selection for text subtitles.
2076  * Fixed SAMI text subtitles support.
2077  * Support for subtitles in Matroska files.
2078  * Support for subtitles in DVB streams.
2079
2080 Mac OS X port:
2081  * New controller designed by Max Rudberg from www.maxthemes.com
2082  * Save playlist.
2083  * Works on 10.1.x again. Apologies for that problem.
2084  * Support for Panther.
2085  * Support for raw dumping of streams to disk.
2086  * Mozilla plugin for Mac OS X (experimental).
2087
2088 Win32 port:
2089  * New DirectShow input module (for video acquisition cards, webcams, PVRs...).
2090  * VLC can be installed as a Windows NT service.
2091  * Allow on the fly switching of the main interface.
2092  * Support for 3F2R in audio output.
2093  * New --one-instance option to "force" only one running instance of VLC.
2094  * Mozilla plugin for Windows (experimental).
2095  * Multimonitor support (untested).
2096  * Fixed nasty timing bug on some dual-cpu / P4 with hyperthreading systems.
2097
2098 Linux port:
2099  * Improved Video4Linux input. Also added support for an audio only input.
2100  * Support for real-time priority when running with root privileges.
2101  * Allow on the fly switching of the main interface.
2102
2103 iPaq port: 
2104  * Brand new Gtk 2 interface
2105
2106 Miscellaneous:
2107  * Audio visual effects filters (spectrum, scope and random).
2108  * Audio visual effects filter using goom.
2109  * Spanish, Portuguese Brazilian and Hungarian translations.
2110  * libcaca video output (colored ascii)
2111
2112
2113 Changes between 0.6.1 and 0.6.2:
2114 --------------------------------
2115
2116 Core support:
2117  * Fixed a nasty regression in 0.6.1 which made some streams unplayable.
2118
2119 Stream output:
2120  * Transcoder now generates proper pts/dts thus should work a lot better.
2121  * Improved MPEG TS muxer.
2122
2123 Access input:
2124  * Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
2125  * Few fixes to the VCD navigation.
2126
2127 Interfaces:
2128  * Support for DVD menus navigation added to the wxWindows interface.
2129
2130 UNIX ports:
2131  * ALSA multi-channel support fixed and tested.
2132  * Fixed fullscreen with gnome metacity.
2133
2134 Win32 port:
2135  * Fixed VCD support which was broken on some machines.
2136
2137 iPaq port:
2138  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
2139
2140 Miscellaneous:
2141  * Text subtitles now centered on the picture.
2142  * Ffmpeg decoder now generates proper pts and can be used to play
2143    mpeg1/2 videos.
2144
2145
2146 Changes between 0.6.0 and 0.6.1:
2147 --------------------------------
2148
2149 Core support:
2150  * There should be less bogus resampling, particularly on DVDs.
2151  * VLC will now wait for the medium to wake up before starting its clock
2152    after a pause.
2153
2154 Stream output:
2155  * Added vorbis audio support in Ogg streaming.
2156  * Added vorbis audio transcoding support.
2157  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2158 UNIX ports:
2159  * ALSA multi-channel support fixed and tested.
2160  * Fixed fullscreen with gnome metacity.
2161
2162 Win32 port:
2163  * Fixed VCD support which was broken on some machines.
2164
2165 iPaq port:
2166  * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
2167
2168 Miscellaneous:
2169  * Text subtitles now centered on the picture.
2170  * Ffmpeg decoder now generates proper pts and can be used to play
2171    mpeg1/2 videos.
2172
2173
2174 Changes between 0.6.0 and 0.6.1:
2175 --------------------------------
2176
2177 Core support:
2178  * There should be less bogus resampling, particularly on DVDs.
2179  * VLC will now wait for the medium to wake up before starting its clock
2180    after a pause.
2181
2182 Stream output:
2183  * Added vorbis audio support in Ogg streaming.
2184  * Added vorbis audio transcoding support.
2185  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
2186  * PS muxer can create mpeg1 files now and produce streams with system headers.
2187  * You can transcode a52 with more than two channels to mpga now.
2188
2189 Win32 port:
2190  * Fixed DVD support which was partly broken due to a bug in libdvdcss
2191  * Fixed 5.1 audio support for the sblive/audigy soundcards.
2192  * Fixed sound on Windows NT.
2193
2194 UNIX ports:
2195  * Fixed/improved ALSA support and enabled multi-channel audio output.
2196  * X11/Xvideo: Should now work on big endian machines, and you can now
2197    use the arrow keys to browse through the DVD menus.
2198
2199 iPaq port:
2200  * Gtk+2 interface called PDA
2201  * Familiar Gtk+ is now deprecreated
2202  * Codec a52, Faad2 and flac added
2203  * Video4Linux enabled (demux and transcode)
2204  * Stream Out with transcode support enabled (use codecs: HuffYuvv and A-law).
2205
2206 Interfaces:
2207  * Small updates/fixes to the wxWindows interface.
2208  * Improved HTTP remote control interface. You can now create your own HTML pages.
2209  * A new CORBA control plugin.
2210
2211 Input demux:
2212  * Improved support for the Matroska container format.
2213
2214 Miscellaneous:
2215  * Improved build system.
2216  * New video filter plugin to overlay logos.
2217  * Added support for Winamp 3 B4S files.
2218  * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
2219    Should also work with languages like russion for instance.
2220
2221
2222 Changes between 0.5.3 and 0.6.0:
2223 --------------------------------
2224
2225 Core Support:
2226  * Channel Server support was removed (was deprecated)
2227
2228 Input access:
2229  * Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
2230  * Fixed large file support on Windows
2231  * Video 4 Linux support
2232  * CD Digital Audio support
2233  * Fixed IPv6 multicasting on Windows and OSX.
2234
2235 Input demux:
2236  * Better detection of AAC and mp3 files
2237  * Support for OpenDML avi files
2238  * More complete .mp4/.mov support
2239  * Very early support for the Matroska container format (don't complain if it doesn't work ;)
2240
2241 Codecs:
2242  * VLC's own MPEG1/2 decoder has been replaced with libmpeg2
2243  * Support for Sorenson 3 (SVQ3 or Quicktime content) via ffmpeg
2244  * OSX support for QDM2 and QDMC sound, often used in QT content.
2245  * Fixed a bug which was causing artefacts in DivX video (ffmpeg)
2246  * Updated our theora decoder to use the alpha 2 release of libtheora
2247  * If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
2248  * Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
2249
2250 Interfaces:
2251  * The wxWindows interface is now fully useable as well as Unicode safe
2252  * New HTTP remote control interface
2253
2254 Stream output:
2255  * 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.
2256  * The stream output now allows to transcode content on the fly.
2257  * Fixed major bug that prevented streaming mpeg 1/2 video with pulldown content.
2258  * SAP/SDP announcing support. (both IPv4 and IPv6)
2259
2260 Miscellaneous:
2261  * New reset option for the preferences
2262  * You can set your language in the prefences
2263  * New video chroma conversion module using ffmpeg
2264  * Added a Gentoo ebuild to the distribution
2265  * Added a new smaller subtitles font (now the default) + scripts to generate your own
2266  * SAP/SDP IPv6 support
2267
2268 UNIX ports:
2269  * Basic support for the X11 Xinerama extension.
2270  * New skinable interface ported to X11.
2271  * Run opie-vlc and zaurus-vlc as GuiServer
2272
2273 Mac OS X port:
2274  * When you add several items to the playlist, they are sorted alphabetically.
2275  * New about panel and revamped preferences panel.
2276  * Fixed the deinterlace menu.
2277  * Float on top, Fit to Screen and a Transparency option for video out.
2278  * New output dialog for transcode and display while stream capabilities.
2279  * New icons by Davor Orel.
2280  * New audio resampler. Should make VLC much faster.
2281  * Fixed disappearing and crackling sound (PTS is out of range bug)
2282  * We no longer automatically save the preferences when you quit the application
2283  * Arrow keys are now use to browse the menus in a DVD
2284
2285 Win32 port:
2286  * the wxWindows interface is now the default interface
2287  * The keyboard shortcuts are now identical to the linux version
2288  * Fixed the "no sound" problem on NT4
2289  * Improved skinnable interface (it now uses the wxWindows interface dialogs).
2290  * Added support for compressed skins files (.vlt files)
2291  * Fixed SVCD chapters support.
2292  * Fixed memory leak with 5.1 audio.
2293
2294 BeOS port:
2295  * Interface localization
2296  * Screensaver disabled if playing in fullscreen
2297  * A few new keyboard shortcuts
2298  * New full-featured Preferences window
2299
2300
2301 Changes between 0.5.2 and 0.5.3:
2302 --------------------------------
2303
2304 Core Support:
2305  * fixed DTS S/PDIF output on little-endian machines
2306  * support for skins at the interface level
2307  * new OSD module using Freetype2
2308  * video outputs are now destroyed when the associated input ends
2309  * the video output takes into account the caching delay introduced at the
2310    input level before dropping out of date frames.
2311  * configuration option to disable the translation of the interface
2312
2313 Input access:
2314  * fixed HTTP redirects
2315  * support for opening an entire directory
2316  * EOF should be detected more reliably
2317  * new video4linux access plug-in
2318  * new kfir access plug-in designed to work around a bug in the kfir driver
2319
2320 Input demux:
2321  * added stream type for some Motorola MPEG-2 video encoders
2322  * fix for some ogg web radio streams
2323  * fixed reading TS streams over HTTP
2324
2325 Codecs:
2326  * support for 3ivx D4 (not previous versions)
2327  * support for '3ivd' and '3vid' encodings
2328  * support for 'MSS1' codec ( same as WMV2 )
2329  * support for SAMI subtitles (untested and incomplete)
2330  * better SSA4 subtitles recognition
2331  * new codec for raw I420 video
2332  * improvements to the libmpeg2-based MPEG video decoder
2333
2334 Interfaces:
2335  * improvements to wxWindows based interface
2336    (although it still misses some important features)
2337  * skeleton for a Gnome2/GTK2 plug-in
2338
2339 Stream output:
2340  * new HTTP output support
2341  * fixed a segfault in the AVI muxer
2342  * fixed AV synchronization issues
2343
2344 Miscellaneous:
2345  * support for oldstyle id3 genres
2346
2347 UNIX ports:
2348  * the SDL vout plug-in will now work on big-endian machines
2349
2350 Mac OS X port:
2351  * reorderable playlist
2352  * fixed the hiding of the mouse on multiple monitors
2353  * fixed a big issue with some USB speakers
2354  * support for mono audio output devices
2355  * reset the audio-device to its default mode before quitting VLC
2356  * fixed several cosmetic issues
2357  * you can drag the controller window by its background (as it should be)
2358  * the messages window remembers more lines
2359  * delay and fps can now be overruled with subtitles files
2360  * http and ogg stream output options
2361  * Apple menu and friends will now be translated as well
2362
2363 Win32 port:
2364  * new skinnable interface
2365  * the directx video output doesn't crash anymore on ctrl+alt+del events.
2366
2367 iPAQ familiar Linux port:
2368  * support for FLAC audio format
2369  * the interface adapts to the screen size/rotation
2370  * playlist
2371  * network tab in the interface
2372  * "apply" handling in preferences
2373
2374
2375 Changes between 0.5.1a and 0.5.2:
2376 ---------------------------------
2377
2378 Core support:
2379  * advanced config options are now hidden by default
2380  * new --spdif option to use the S/PDIF audio output by default
2381  * fixed a 'clicking' sound when switching between streams
2382  * new bandlimited resampler that should improve audio quality on primarily
2383    Mac OS X
2384  * fixed a problem with audio over http that caused some web radios to not work
2385  * DTS S/PDIF support
2386
2387 Codecs:
2388  * support for DV audio through the ffmpeg library
2389  * support for FLAC audio through libflac
2390  * new but basic MPEG video decoder based on libmpeg2
2391  * fixed a major bug in LPCM code (fixes a problem with iDVD disks)
2392
2393 Stream output:
2394  * support for streaming DivX 1/2/3, wmv1/2, h/i263 over MPEG-2 TS
2395  * new --ttl option for Time To Live
2396
2397 DVD support:
2398  * fixed quite a few problems with the dvd menu support
2399
2400 UNIX ports:
2401  * fixed the GNU-pth support
2402
2403 Win32 port:
2404  * multi-channel audio and S/PDIF support for both the DirectX and Waveout
2405    plugins
2406  * localization support via gettext is now fully working
2407  * rc interface is now fully useable
2408  * fixed the MSVC project files generation
2409
2410 Mac OS X port:
2411  * several fixes for multi channel audio devices. AC3 over SPDIF with
2412    M-Audio Sonica Theater still does not work. this is most likely a driver
2413    bug and has been reported to M-Audio. (Sonica, Revolution, Delta, Griffin
2414    iMate and MOTU firewire devices should work)
2415  * VLC now uses the default audio device
2416  * new info panel
2417  * very preliminary support for VLC control via applescript
2418  * support for mouse gestures
2419  * new priority scheme allowing to avoid lock-ups on low-end machines
2420
2421 Linupy port:
2422  * there is a whole new port for the linupy distribution used by o.a. the
2423    YOPY PDA. It is still experimental, please test it
2424
2425 Miscellaneous:
2426  * improved ID3 tag detection
2427  * changed several errors into warnings ; the frequently reported "this is
2428    not a PS stream, continuing" is one of these
2429  * mouse gestures work on windows and osx, but there still isn't any useful
2430    gestures
2431  * some support for .pls playlists used by shoutcast
2432
2433
2434 Changes between 0.5.1 and 0.5.1a:
2435 ---------------------------------
2436
2437 Mac OS X port:
2438  * fixed a problem that caused VLC to select the wrong language when
2439    English was set as the preferred language
2440
2441
2442 Changes between 0.5.0 and 0.5.1:
2443 --------------------------------
2444
2445 Core support:
2446  * new mouse gesture interface
2447  * audio volume can now be changed at any time, even when no file is
2448    playing
2449
2450 Input access:
2451  * various minor fixes on the network inputs
2452  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
2453  * VCD: fixed track number and chapter indexing
2454
2455 Input demux:
2456  * fixed a bad initialization in the mp4 plug-in
2457  * new --buggy-psi option for TS streams which do not update their
2458    continuity counter
2459
2460 Codecs:
2461  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
2462
2463 DVD support:
2464  * fixed a bug which turned the default interface command-line only
2465    without the user consent
2466
2467 UNIX ports:
2468  * GTK: fixed a crash when going fullscreen or changing volume from the
2469    popup menu
2470  * X11: new screen saver disabling plug-in (--extraintf screensaver)
2471  * KDE: fixed compilation with KDE 3.1
2472  * ALSA: fixed mono files output
2473
2474 Mac OS X port:
2475  * fixed a crash on start-up on some localized systems
2476  * lowered real-time priorities to avoid lock-ups on slow machines
2477  * VLC can now be made the handler of ftp http mms and udp URLs
2478  * playlist enhancements
2479  * added half, normal and double video window menu items
2480  * new step forward/step backward commands
2481  * the dock should no longer be visible in fullscreen mode
2482  * the Mac OS X binary is now compiled with Ogg/Theora support
2483  * vlc.app is now VLC.app
2484
2485 Win32 port:
2486  * fixed the "RichEdit line insertion error" bug
2487  * VLC can now be run from outside its installation directory
2488  * fixed a bug that prevented to find the default subtitle font
2489
2490 BeOS port:
2491  * smarter BeOS priorities to avoid lock-ups
2492  * few enhancements in the interface (especially the Settings window)
2493
2494 Opie port:
2495  * native video output is working again
2496  * only commandline interface support
2497  * support for MPEG4, DivX through ffmpeg package
2498
2499
2500 Changes between 0.4.6 and 0.5.0:
2501 --------------------------------
2502
2503 Core structure:
2504   * object structure which allows for full re-entrancy, known as libvlc
2505   * new audio output architecture based on filter pipelines, providing
2506     S/PDIF and multi-channel support
2507   * localization support via gettext on most architectures
2508   * new stream output architecture, allowing to use VLC to unicast,
2509     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
2510     and A/52 streams are supported)
2511   * build system now uses autoconf/automake/autopoint
2512
2513 Input access:
2514   * mms:// support
2515   * ftp:// support
2516   * stability fixes in the HTTP access
2517   * auto-detection of RTP encapsulation
2518   * VCD entry points support
2519   * VCD image file support
2520
2521 Input demux:
2522   * support for *.asf format
2523   * improved support for *.avi, especially over an HTTP connection
2524   * support for *.mp4 and *.mov format
2525   * support for ogg encapsulation
2526   * support for raw DV format
2527   * support for *.wav format
2528   * new demuxdump demux allowing to save a stream to a file
2529   * raw AAC support
2530
2531 Stream discovery & playlists:
2532   * support for the SAP/SDP and SLP protocols
2533   * support for .m3u file format
2534   * support for .asx file format
2535   * hack to find the streaming sources in html-pages with embedded wmp
2536
2537 Codecs:
2538   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
2539     (only available with the .avi demux)
2540   * support for ADPCM audio codec
2541   * support for raw PCM data
2542   * support for Cinepak video codec
2543   * support for DV video codec via libdv or ffmpeg
2544   * support for AAC audio codec via libfaad2
2545   * support for Xvid codec
2546   * support for Xiph.org's Vorbis audio codec
2547   * support for Xiph.org's Tremor audio codec (when compiling from sources)
2548   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
2549     from sources)
2550   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
2551     H263i, MJPEG A/B
2552   * fixed an endianness bug in LPCM codec
2553
2554 DVD support:
2555   * experimental preliminary support for DVD menus via libdvdplay
2556
2557 Miscellaneous:
2558   * new WxWindows interface
2559   * all interfaces allow to dynamically change the volume, the audio
2560     device and the channels configuration
2561   * headphone channel mixer with virtual spatialization effect
2562   * Mozilla plugin based on libvlc for embedded playback in webpages of any
2563     format that VLC can play
2564   * new swedish translation
2565   * enhancements of the playlist window
2566   * new messages window to see debug info
2567   * fixed a few crashes
2568
2569 iPaq port:
2570   * slider bar in GTK+/GPE Familiar interface
2571   * fixed crash on directory change in Familiar interface
2572   * added qte_main module for use in all modules that need Opie or Qte support
2573   * native video output module for Qt Embedded/Opie is not working
2574