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