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