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