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