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