]> git.sesse.net Git - vlc/blob - MODULES
Implemented correct scaling and used new window size variables.
[vlc] / MODULES
1 List of vlc plugins
2 $Id: MODULES,v 1.3 2002/01/30 00:09:49 sam Exp $
3
4  * ac3_adec: software AC3 decoder.
5
6  * ac3_spdif: AC3 decoder using SPDIF pass-through.
7
8  * alsa: audio output module using the ALSA API.
9
10  * arts: audio output module using the aRts sound daemon.
11
12  * beos: audio output, video output, and interface module for BeOS.
13
14  * chroma_i420_rgb: planar YUV to packed RGB conversion functions.
15
16  * chroma_i420_rgb_mmx: MMX accelerated version of chroma_i420_rgb.
17
18  * chroma_i420_yuy2: planar 4:2:0 YUV to packed YUV conversion functions.
19
20  * chroma_i420_yuy2_mmx: MMX accelerated version of chroma_i420_yuy2.
21
22  * chroma_i422_yuy2: planar 4:2:2 YUV to packed YUV conversion functions.
23
24  * chroma_i422_yuy2_mmx: MMX accelerated version of chroma_i422_yuy2.
25
26  * directx: audio output and video output module using the DirectX API.
27
28  * downmix: downmix module, used by the AC3 decoder.
29
30  * downmixsse: SSE accelerated version of downmix.
31
32  * downmix3dn: 3D Now! accelerated version of downmix.
33
34  * dsp: audio output module using the OSS /dev/dsp interface.
35
36  * dummy: dummy audio output, video output, interface and input modules.
37
38  * dvd: input module for accessing DVDs.
39
40  * dvdread: input module for accessing DVDs, uses libdvdread.
41
42  * esd: audio output module using the Esound sound daemon.
43
44  * fb: video output module for the Linux framebuffer.
45
46  * filter_deinterlace: naive deinterlacing filter.
47
48  * filter_transform: filter for horizontal and vertical image flips and
49                      90° rotations.
50
51  * filter_invert: inverse video filter.
52
53  * filter_distort: miscellaneous image effects filter.
54
55  * filter_wall: image wall filter.
56
57  * ggi: video output module using the GGI API.
58
59  * glide: video output module using the Glide API.
60
61  * gnome: interface using the GNOME widget set.
62
63  * gtk: interface using the Gtk+ widget set.
64
65  * idct: inverse DCT module, used by the video decoder.
66
67  * idctclassic: another version of idct.
68
69  * idctmmx: MMX accelerated version of idct.
70
71  * idctmmxext: MMX EXT accelerated version of idct.
72
73  * idctaltivec: AltiVec accelerated version of idct.
74
75  * imdct: iMDCT module, used by the AC3 decoder.
76
77  * imdct3dn: 3D Now! accelerated version of imdct.
78
79  * imdctsse: SSE accelerated version of imdct.
80
81  * kde: interface module using the KDE widget set.
82
83  * lpcm_adec: LPCM audio decoder.
84
85  * macosx: audio output, video output and interface module for Mac OS X.
86
87  * mad: MPEG and MPEG2 audio decoder using the libmad library.
88
89  * memcpy: memory chunk copying module.
90
91  * memcpymmx: MMX accelerated version of memcpy.
92
93  * memcpymmxext: MMX EXT accelerated version of memcpy.
94
95  * memcpy3dn: 3D Now! accelerated version of memcpy.
96
97  * mga: video output module for Matrox cards using the Linux mga kernel
98         driver.
99
100  * motion: motion compensation module, used by the video decoder.
101
102  * motionmmx: MMX accelerated version of motion.
103
104  * motionmmxext: MMX EXT accelerated version of motion.
105
106  * motion3dnow: 3D Now! accelerated version of motion.
107
108  * motionaltivec: AltiVec accelerated version of motion.
109
110  * mpeg_es: input module for MPEG ES decapsulation.
111
112  * mpeg_ps: input module for MPEG PS decapsulation.
113
114  * mpeg_ts: input module for MPEG TS decapsulation.
115
116  * mpeg_adec: MPEG and MPEG2 audio decoder.
117
118  * mpeg_vdec: MPEG and MPEG2 video decoder.
119
120  * ncurses: interface module using the ncurses library.
121
122  * null: a module with no capabilities.
123
124  * qt: interface module using the Qt widget set.
125
126  * rc: interface module using stdio.
127
128  * sdl: audio output and video output module using the SDL library.
129
130  * spudec: DVD subtitles decoder.
131
132  * vcd: input module for accessing Video CDs.
133
134  * waveout: simple audio output module for Windows.
135
136  * x11: video output module using the X11 API.
137
138  * xvideo: video output module using the XVideo API.
139