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