]> git.sesse.net Git - vlc/blobdiff - MODULES
* ALL: got rid of p_object->p_this which is now useless.
[vlc] / MODULES
diff --git a/MODULES b/MODULES
index 8e2d076d8aad8c050a83c1afd3601522369a8d29..29a8edb69b4ec1dda4400ed8342da6aa8b8914f6 100644 (file)
--- a/MODULES
+++ b/MODULES
@@ -1,5 +1,5 @@
 List of vlc plugins
-$Id: MODULES,v 1.1 2002/01/04 14:01:34 sam Exp $
+$Id: MODULES,v 1.3 2002/01/30 00:09:49 sam Exp $
 
  * ac3_adec: software AC3 decoder.
 
@@ -25,12 +25,16 @@ $Id: MODULES,v 1.1 2002/01/04 14:01:34 sam Exp $
 
  * directx: audio output and video output module using the DirectX API.
 
+ * downmix: downmix module, used by the AC3 decoder.
+
+ * downmixsse: SSE accelerated version of downmix.
+
+ * downmix3dn: 3D Now! accelerated version of downmix.
+
  * dsp: audio output module using the OSS /dev/dsp interface.
 
  * dummy: dummy audio output, video output, interface and input modules.
 
- * null: a module with no capabilities.
-
  * dvd: input module for accessing DVDs.
 
  * dvdread: input module for accessing DVDs, uses libdvdread.
@@ -58,12 +62,6 @@ $Id: MODULES,v 1.1 2002/01/04 14:01:34 sam Exp $
 
  * gtk: interface using the Gtk+ widget set.
 
- * downmix: downmix module, used by the AC3 decoder.
-
- * downmixsse: SSE accelerated version of downmix.
-
- * downmix3dn: 3D Now! accelerated version of downmix.
-
  * idct: inverse DCT module, used by the video decoder.
 
  * idctclassic: another version of idct.
@@ -119,18 +117,22 @@ $Id: MODULES,v 1.1 2002/01/04 14:01:34 sam Exp $
 
  * mpeg_vdec: MPEG and MPEG2 video decoder.
 
+ * ncurses: interface module using the ncurses library.
+
+ * null: a module with no capabilities.
+
  * qt: interface module using the Qt widget set.
 
+ * rc: interface module using stdio.
+
  * sdl: audio output and video output module using the SDL library.
 
  * spudec: DVD subtitles decoder.
 
- * ncurses: interface module using the ncurses library.
-
- * rc: interface module using stdio.
-
  * vcd: input module for accessing Video CDs.
 
+ * waveout: simple audio output module for Windows.
+
  * x11: video output module using the X11 API.
 
  * xvideo: video output module using the XVideo API.