2 $Id: MODULES,v 1.4 2002/06/02 23:43:38 bozo Exp $
4 * a52_system: input module for A52 decapsulation.
6 * ac3_adec: software AC3 decoder.
8 * ac3_spdif: AC3 decoder using SPDIF pass-through.
10 * alsa: audio output module using the ALSA API.
12 * arts: audio output module using the aRts sound daemon.
14 * beos: audio output, video output, and interface module for BeOS.
16 * chroma_i420_rgb: planar YUV to packed RGB conversion functions.
18 * chroma_i420_rgb_mmx: MMX accelerated version of chroma_i420_rgb.
20 * chroma_i420_yuy2: planar 4:2:0 YUV to packed YUV conversion functions.
22 * chroma_i420_yuy2_mmx: MMX accelerated version of chroma_i420_yuy2.
24 * chroma_i422_yuy2: planar 4:2:2 YUV to packed YUV conversion functions.
26 * chroma_i422_yuy2_mmx: MMX accelerated version of chroma_i422_yuy2.
28 * directx: audio output and video output module using the DirectX API.
30 * downmix: downmix module, used by the AC3 decoder.
32 * downmixsse: SSE accelerated version of downmix.
34 * downmix3dn: 3D Now! accelerated version of downmix.
36 * dsp: audio output module using the OSS /dev/dsp interface.
38 * dummy: dummy audio output, video output, interface and input modules.
40 * dvd: input module for accessing DVDs.
42 * dvdread: input module for accessing DVDs, uses libdvdread.
44 * esd: audio output module using the Esound sound daemon.
46 * fb: video output module for the Linux framebuffer.
48 * filter_deinterlace: naive deinterlacing filter.
50 * filter_transform: filter for horizontal and vertical image flips and
53 * filter_invert: inverse video filter.
55 * filter_distort: miscellaneous image effects filter.
57 * filter_wall: image wall filter.
59 * ggi: video output module using the GGI API.
61 * glide: video output module using the Glide API.
63 * gnome: interface using the GNOME widget set.
65 * gtk: interface using the Gtk+ widget set.
67 * idct: inverse DCT module, used by the video decoder.
69 * idctclassic: another version of idct.
71 * idctmmx: MMX accelerated version of idct.
73 * idctmmxext: MMX EXT accelerated version of idct.
75 * idctaltivec: AltiVec accelerated version of idct.
77 * imdct: iMDCT module, used by the AC3 decoder.
79 * imdct3dn: 3D Now! accelerated version of imdct.
81 * imdctsse: SSE accelerated version of imdct.
83 * kde: interface module using the KDE widget set.
85 * lpcm_adec: LPCM audio decoder.
87 * macosx: audio output, video output and interface module for Mac OS X.
89 * mad: MPEG and MPEG2 audio decoder using the libmad library.
91 * memcpy: memory chunk copying module.
93 * memcpymmx: MMX accelerated version of memcpy.
95 * memcpymmxext: MMX EXT accelerated version of memcpy.
97 * memcpy3dn: 3D Now! accelerated version of memcpy.
99 * mga: video output module for Matrox cards using the Linux mga kernel
102 * motion: motion compensation module, used by the video decoder.
104 * motionmmx: MMX accelerated version of motion.
106 * motionmmxext: MMX EXT accelerated version of motion.
108 * motion3dnow: 3D Now! accelerated version of motion.
110 * motionaltivec: AltiVec accelerated version of motion.
112 * mpeg_es: input module for MPEG ES decapsulation.
114 * mpeg_ps: input module for MPEG PS decapsulation.
116 * mpeg_ts: input module for MPEG TS decapsulation.
118 * mpeg_adec: MPEG and MPEG2 audio decoder.
120 * mpeg_vdec: MPEG and MPEG2 video decoder.
122 * ncurses: interface module using the ncurses library.
124 * null: a module with no capabilities.
126 * qt: interface module using the Qt widget set.
128 * rc: interface module using stdio.
130 * sdl: audio output and video output module using the SDL library.
132 * spudec: DVD subtitles decoder.
134 * vcd: input module for accessing Video CDs.
136 * waveout: simple audio output module for Windows.
138 * x11: video output module using the X11 API.
140 * xvideo: video output module using the XVideo API.