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