]> git.sesse.net Git - vlc/blob - NEWS
BeOS news.
[vlc] / NEWS
1 $Id: NEWS,v 1.8 2003/02/01 21:24:06 titer 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
62 GNU/Linux, *BSD & misc. UNIX ports:
63   * OSS and ALSA audio output modules support A/52 over S/PDIF output
64   * OSS support for multi-channel (up to 6) analog sound cards
65
66 Mac OS X port:
67   * localization support via GNU gettext software
68   * completely revamped Cocoa interface
69   * new preferences panel
70   * new open panel with full features
71   * video output screen can be chosen in the Video menu
72   * audio device and channels configuration can be chosen in the Audio menu
73   * new playlist and messages windows
74
75 Win32 port:
76   * waveout modules supports multi-channel audio output
77   * support for VCDs
78
79 BeOS port:
80   * new settings window for adjusting post-processing, brightness,
81     contrast, etc
82   * enhancements of the playlist window
83   * new messages window to see debug info
84   * fixed a few crashes
85
86 iPaq port:
87   * slider bar in GTK+/GPE Familiar interface
88   * fixed crash on directory change in Familiar interface
89   * added qte_main module for use in all modules that need Opie or Qte support
90   * native video output module for Qt Embedded/Opie is not working
91