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