]> git.sesse.net Git - vlc/blob - NEWS
Updated for iPaq port
[vlc] / NEWS
1 $Id: NEWS,v 1.5 2003/02/01 20:59:37 jpsaman 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 Tarkin and Theora video codecs
48   * new codecs supported by latest ffmpeg versions: WMV, WMA, SVQ 1, H263,
49     H263i, MJPEG A/B
50   * fixed an endianness bug in LPCM codec
51
52 DVD support:
53   * experimental preliminary support for DVD menus via libdvdplay
54
55 Miscellaneous:
56   * new WxWindows interface
57   * all interfaces allow to dynamically change the volume, the audio
58     device and the channels configuration
59
60 GNU/Linux, *BSD & misc. UNIX ports:
61   * OSS and ALSA audio output modules support A/52 over S/PDIF output
62   * OSS support for multi-channel (up to 6) analog sound cards
63
64 Mac OS X port:
65   * localization support via GNU gettext software
66   * completely revamped Cocoa interface
67   * new preferences panel
68   * new open panel with full features
69   * video output screen can be chosen in the Video menu
70   * audio device and channels configuration can be chosen in the Audio menu
71   * new playlist and messages windows
72
73 Win32 port:
74   * waveout modules supports multi-channel audio output
75   * support for VCDs
76
77 BeOS port:
78
79 iPaq port:
80   * slider bar in GTK+/GPE Familiar interface
81   * fixed crash on directory change in Familiar interface
82   * added qte_main module for use in all modules that need Opie or Qte support
83   * native video output module for Qt Embedded/Opie is not working
84