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