X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=MODULES;h=29a8edb69b4ec1dda4400ed8342da6aa8b8914f6;hb=71ec135b95bd6fa66b042dccc16ac928ae225ee3;hp=8e2d076d8aad8c050a83c1afd3601522369a8d29;hpb=53b978f8650fd329bf5298a05c9f8a055ac56fe4;p=vlc diff --git a/MODULES b/MODULES index 8e2d076d8a..29a8edb69b 100644 --- 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.