]> git.sesse.net Git - vlc/blob - NEWS
- Win32 preference dialog box
[vlc] / NEWS
1 $Id: NEWS,v 1.10 2003/02/01 22:03:42 babal Exp $
2
3 Changes between 0.4.6 and 0.5.0:
4 --------------------------------
5
6 Core structure:
7   * object structure which allows for full re-entrancy, known as libvlc
8   * new audio output architecture based on filter pipelines, providing
9     S/PDIF and multi-channel support
10   * localization support via gettext on most architectures
11   * new stream output architecture, allowing, using VLC to unicast,
12     multicast or broadcast a stream to another VLC (only MPEG 1, 2 and 4
13     and A/52 streams are supported)
14   * build system now uses autoconf/automake/autopoint
15
16 Input access:
17   * mms:// support
18   * ftp:// support
19   * stability fixes in the HTTP access
20   * auto-detection of RTP encapsulation
21
22 Input demux:
23   * support for *.asf format
24   * improved support for *.avi, especially over an HTTP connection
25   * support for *.mp4 and *.mov format
26   * support for ogg encapsulation
27   * support for raw DV format
28   * support for *.wav format
29   * support for *.mp3 format
30   * new demuxdump demux allowing to save a stream to a file
31   * raw AAC support
32
33 Stream discovery & playlists:
34   * support for the SAP/SDP and SLP protocols
35   * support for .m3u file format
36
37 Codecs:
38   * support for the microdvd, subrip, ssa1, ssa2-4 subtitles file formats
39     (only available with the .avi demux)
40   * support for ADPCM audio codec
41   * support for raw PCM data
42   * support for Cinepak video codec
43   * support for DV video codec via libdv
44   * support for AAC audio codec via libfaad2
45   * support for Xvid codec
46   * support for Xiph.org's Vorbis audio codec
47   * support for Xiph.org's Tremor audio codec (when compiling from sources)
48   * support for Xiph.org's Tarkin and Theora video codecs (when compiling
49     from sources)
50   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
51     H263i, MJPEG A/B
52   * fixed an endianness bug in LPCM codec
53
54 DVD support:
55   * experimental preliminary support for DVD menus via libdvdplay
56
57 Miscellaneous:
58   * new WxWindows interface
59   * all interfaces allow to dynamically change the volume, the audio
60     device and the channels configuration
61   * headphone channel mixer with virtual spatialization effect
62
63 GNU/Linux, *BSD & misc. UNIX ports:
64   * OSS and ALSA audio output modules support A/52 over S/PDIF output
65   * OSS support for multi-channel (up to 6) analog sound cards
66
67 Mac OS X port:
68   * localization support via GNU gettext software
69   * completely revamped Cocoa interface
70   * new preferences panel
71   * new open panel with full features
72   * video output screen can be chosen in the Video menu
73   * audio device and channels configuration can be chosen in the Audio menu
74   * new playlist and messages windows
75
76 Win32 port:
77   * preference dialog box redesigned
78   * waveout module supports multi-channel audio output
79   * support for VCDs
80   * new dialog box to select avi subtitles
81   * some new shortcuts (in particular to play/pause or stay on top)
82   * new menu entry to spawn another interface
83   * rc interface is repaired
84
85 BeOS port:
86   * new settings window for adjusting post-processing, brightness,
87     contrast, etc
88   * enhancements of the playlist window
89   * new messages window to see debug info
90   * fixed a few crashes
91
92 iPaq port:
93   * slider bar in GTK+/GPE Familiar interface
94   * fixed crash on directory change in Familiar interface
95   * added qte_main module for use in all modules that need Opie or Qte support
96   * native video output module for Qt Embedded/Opie is not working
97