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