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