]> git.sesse.net Git - vlc/blob - NEWS
* modules/gui/macosx/open.m: Removed channel server support
[vlc] / NEWS
1 $Id: NEWS,v 1.18 2003/02/16 01:29:39 massiot Exp $
2
3 Changes between 0.5.0 and 0.5.1:
4 --------------------------------
5
6 Core support:
7  * new mouse gesture interface
8  * audio volume can now be changed at any time, even when no file is
9    playing
10
11 Input access:
12  * various minor fixes on the network inputs
13  * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
14  * VCD: fixed track number and chapter indexing
15
16 Input demux:
17  * fixed a bad initialization in mp4 plug-in
18  * new TS --buggy-psi option for streams which don't update the
19    continuity counter
20
21 Codecs:
22  * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
23
24 DVD support:
25  * fixed a bug which turned the default interface command-line only
26    without the user consent
27
28 UNIX ports:
29  * GTK: fixed a crash when doing fullscreen or volume up from the popup menu
30  * X11: new screen saver disabling plug-in (--extraintf screensaver)
31  * KDE: fixed compilation with KDE 3.1
32  * ALSA: fixed mono files output
33
34 Mac OS X port:
35  * fixed a crash on start-up on some localized systems
36  * lower real-time priorities to avoid lock-up on slow machines
37  * VLC can now be made handler of ftp http mms and udp URLs
38  * playlist enhancements
39  * added half, normal and double video window menu items
40  * new step forward/step backward commands
41  * the dock should no longer be visible in fullscreen mode
42  * the Mac OS X binary is now compiled with Ogg/theora support
43  * vlc.app is now VLC.app
44
45 Win32 port:
46  * fixed the "RichEdit line insertion error" bug
47
48 BeOS port:
49  * lower BeOS priorities to avoid lock-up
50
51 Opie port:
52  * Native video output is working again.
53  * Only commandline interface support.
54  * Support for MPEG4, DivX through ffmpeg package.
55
56 Changes between 0.4.6 and 0.5.0:
57 --------------------------------
58
59 Core structure:
60   * object structure which allows for full re-entrancy, known as libvlc
61   * new audio output architecture based on filter pipelines, providing
62     S/PDIF and multi-channel support
63   * localization support via gettext on most architectures
64   * new stream output architecture, allowing to use VLC to unicast,
65     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
66     and A/52 streams are supported)
67   * build system now uses autoconf/automake/autopoint
68
69 Input access:
70   * mms:// support
71   * ftp:// support
72   * stability fixes in the HTTP access
73   * auto-detection of RTP encapsulation
74   * VCD entry points support
75   * VCD image file support
76
77 Input demux:
78   * support for *.asf format
79   * improved support for *.avi, especially over an HTTP connection
80   * support for *.mp4 and *.mov format
81   * support for ogg encapsulation
82   * support for raw DV format
83   * support for *.wav format
84   * new demuxdump demux allowing to save a stream to a file
85   * raw AAC support
86
87 Stream discovery & playlists:
88   * support for the SAP/SDP and SLP protocols
89   * support for .m3u file format
90   * support for .asx file format
91   * hack to find the streaming sources in html-pages with embedded wmp
92
93 Codecs:
94   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
95     (only available with the .avi demux)
96   * support for ADPCM audio codec
97   * support for raw PCM data
98   * support for Cinepak video codec
99   * support for DV video codec via libdv or ffmpeg
100   * support for AAC audio codec via libfaad2
101   * support for Xvid codec
102   * support for Xiph.org's Vorbis audio codec
103   * support for Xiph.org's Tremor audio codec (when compiling from sources)
104   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
105     from sources)
106   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
107     H263i, MJPEG A/B
108   * fixed an endianness bug in LPCM codec
109
110 DVD support:
111   * experimental preliminary support for DVD menus via libdvdplay
112
113 Miscellaneous:
114   * new WxWindows interface
115   * all interfaces allow to dynamically change the volume, the audio
116     device and the channels configuration
117   * headphone channel mixer with virtual spatialization effect
118   * Mozilla plugin based on libvlc for embedded playback in webpages of any
119     format that VLC can play
120   * new swedish translation
121   * updated french, german, dutch and italian translations
122
123 GNU/Linux, *BSD & misc. UNIX ports:
124   * OSS and ALSA audio output modules support A/52 over S/PDIF output
125   * OSS support for multi-channel (up to 6) analog sound cards
126
127 Mac OS X port:
128   * localization support via GNU gettext software
129   * completely revamped Cocoa interface
130   * new preferences panel
131   * new open panel with full features
132   * video output screen can be chosen in the Video menu
133   * audio device and channels configuration can be chosen in the Audio menu
134   * new playlist drawer and messages windows
135
136 Win32 port:
137   * preferences dialog box redesigned
138   * waveout module supports multi-channel audio output and A52 over S/PDIF
139   * support for VCDs
140   * new dialog box to select avi subtitles
141   * some new shortcuts (in particular to play/pause or stay on top)
142   * new menu entry to spawn another interface
143   * rc interface is partly fixed and useable
144
145 BeOS port:
146   * new settings window for adjusting post-processing, brightness,
147     contrast, etc
148   * enhancements of the playlist window
149   * new messages window to see debug info
150   * fixed a few crashes
151
152 iPaq port:
153   * slider bar in GTK+/GPE Familiar interface
154   * fixed crash on directory change in Familiar interface
155   * added qte_main module for use in all modules that need Opie or Qte support
156   * native video output module for Qt Embedded/Opie is not working
157