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