]> git.sesse.net Git - vlc/blobdiff - modules/LIST
* THANKS: hungarian translator and designer of OSX intf controller added
[vlc] / modules / LIST
index a9fe90d1fbd91410f6316db13b84e18c72c82671..2a2ff8f0ae188c8e30809926f153235e7d8e1ede 100644 (file)
-List of vlc plugins
-$Id: LIST,v 1.5 2002/11/21 21:37:46 gbazin Exp $
+List of vlc plugins (221)
+$Id: LIST,v 1.17 2003/11/17 06:31:22 hartman Exp $
 
- * a52_system: input module for A52 decapsulation.
+ * a52: A/52 basic parser/packetizer
 
- * ac3_adec: software AC3 decoder.
+ * a52sys: A/52 decapsulation demuxer.
 
- * ac3_spdif: AC3 decoder using SPDIF pass-through.
+ * a52tofloat32: A/52 audio converter & decoder plugin, using liba52
+
+ * a52tospdif: Audio converter module to encapsulate A/52 into S/PDIF
+
+ * aa: Ascii art video output
+
+ * aac: AAC stream demuxer
+ * access_directory: Access module to read files in a directory
+
+ * access_file: File access module
+
+ * access_ftp: FTP Network access module
+
+ * access_http: HTTP Network access module
+
+ * access_mms: MMS over TCP, UDP and HTTP access module
+
+ * access_output_dummy: dummy access_output module
+
+ * access_output_file: File access_output module
+
+ * access_output_http: HTTP Network access module
+
+ * access_output_udp: UDP Network access_output module
+
+ * access_udp: UDP Network access module 
+
+ * adjust: Contrast/Hue/saturation/Brightness adjust module
+ * adpcm: ADPCM audio decoder
 
  * alsa: audio output module using the ALSA API.
 
+ * aout_directx: audio output module using the DirectX API.
+
+ * aout_file: Audio output to write to a file
+
+ * aout_sdl: audio output module using the SDL library.
+ * araw: Pseudo audio decoder for raw PCM
+
  * arts: audio output module using the aRts sound daemon.
 
- * beos: audio output, video output, and interface module for BeOS.
+ * asf: ASF demuxer
+ * au: AU file demuxer
 
- * chroma_i420_rgb: planar YUV to packed RGB conversion functions.
+ * avi: AVI File stream demuxer
 
- * chroma_i420_rgb_mmx: MMX accelerated version of chroma_i420_rgb.
+ * bandlimited_resampler: Bandlimited interpolation audio resampler
 
- * chroma_i420_yuy2: planar 4:2:0 YUV to packed YUV conversion functions.
+ * beos: Audio output, video output and interface module for BeOS.
 
- * chroma_i420_yuy2_mmx: MMX accelerated version of chroma_i420_yuy2.
+ * caca: color ASCII art video output using libcaca
 
- * chroma_i422_yuy2: planar 4:2:2 YUV to packed YUV conversion functions.
+ * cdda: input module to read audio CDs
 
- * chroma_i422_yuy2_mmx: MMX accelerated version of chroma_i422_yuy2.
+ * cddax: input module to read audio CDs via libcdio
 
- * directx: audio output and video output module using the DirectX API.
+ * cinepak: Cinepack video decoder
 
- * downmix: downmix module, used by the AC3 decoder.
+ * clone: Clone video filter
 
- * downmixsse: SSE accelerated version of downmix.
+ * corba: CORBA control module
 
- * downmix3dn: 3D Now! accelerated version of downmix.
+ * coreaudio: CoreAudio audio output
 
- * dsp: audio output module using the OSS /dev/dsp interface.
+ * coreaudio_resampler: Audio resampler based on CoreAudio's AudioConverter
+
+ * crop: Crop video filter
+
+ * deinterlace: naive deinterlacing filter.
+
+ * demuxdump: Pseudo-demuxer that dumps the stream
+
+ * demuxstream: MPEG TS demuxer which also sends the stream to the network
+
+ * demuxsub: Text subtitles demuxer
+
+ * directory : input module to read files in a directory
+
+ * distort: miscellaneous image effects filter.
+
+ * dshow: DirectShow access plugin for encoding cards under Windows
+
+ * dts: DTS basic parser/packetizer
+
+ * dtstospdif: Audio converter that encapsulates DTS into S/PDIF
 
  * dummy: dummy audio output, video output, interface and input modules.
 
+ * dv: DV video decoder
+
+ * dvb: input module for DVB-S/C/T streaming using v4l2 API
+
+ * dvbsub: decoder module for subs in dvb streams.
+
  * dvd: input module for accessing DVDs.
 
+ * dvdplay: access module for accessing DVDs using libdvdplay
+
  * dvdread: input module for accessing DVDs, uses libdvdread.
 
+ * es: input module for MPEG ES decapsulation.
+
  * esd: audio output module using the Esound sound daemon.
 
- * familiar: interface for iPaq using the Gtk+ widget set.
+ * faad: AAC decoder using libfaad2
 
  * fb: video output module for the Linux framebuffer.
 
- * filter_deinterlace: naive deinterlacing filter.
+ * ffmpeg: Video decoder using the ffmpeg library
 
- * filter_transform: filter for horizontal and vertical image flips and
-                     90° rotations.
+ * fixed32tofloat32: Audio converter from fixed 32 bits to float 32 bits
+
+ * fixed32tos16: Fixed 32 bits to Signed 16 bits integer audio converter
+
+ * flac: A/52 demuxer
+
+ * flacdec: Flac decoder using libflac
 
- * filter_invert: inverse video filter.
+ * float32_mixer: Precise float32 audio mixer
 
- * filter_distort: miscellaneous image effects filter.
+ * float32tos16: float32 to 16 bits signed integer audio converter
 
- * filter_wall: image wall filter.
+ * float32tos8: float32 to 8 bits signed integer audio converter
+ * float32tou16: float32 to 16 bits unsigned integer audio converter
+
+ * float32tou8: float32 to 8 bits unsigned integer audio converter
+ * freetype: Utility to put text on video using freetype2
+
+ * ftp : FTP input module
+
+ * gestures: mouse gestures control plugin
 
  * ggi: video output module using the GGI API.
 
  * glide: video output module using the Glide API.
 
+ * gnome2: interface using the GNOME2 widget set
+ * gnome2_main: Gtk+ wrapper for gtk_main
+
  * gnome: interface using the GNOME widget set.
+ * gnome_main: Gtk+ wrapper for gtk_main
+
+ * goom: visualisation plugin based on goom
+
+ * gtk2: interface using the Gtk2 widget set.
+
+ * gtk2_main: Gtk+ wrapper for gtk_main
 
  * gtk: interface using the Gtk+ widget set.
 
- * idct: inverse DCT module, used by the video decoder.
+ * gtk_main: Gtk+ wrapper for gtk_main
+
+ * headphone_channel_mixer:
+        headphone channel mixer with virtual spatialization effect.
+
+ * hotkeys: hotkeys control module
+
+ * http: HTTP remote control webinterface
+
+ * httpd: HTTP server
+
+ * i420_rgb: planar YUV to packed RGB conversion functions.
 
- * idctclassic: another version of idct.
+ * i420_rgb_mmx: MMX accelerated version of i420_rgb.
 
- * idctmmx: MMX accelerated version of idct.
+ * i420_ymga_mmx: MMX accelerated version of i420_ymga
 
- * idctmmxext: MMX EXT accelerated version of idct.
+ * i420_ymga: YUV to YUC conversion functions
 
- * idctaltivec: AltiVec accelerated version of idct.
+ * i420_yuy2_mmx: MMX accelerated version of i420_yuy2.
 
- * imdct: iMDCT module, used by the AC3 decoder.
+ * i420_yuy2: planar 4:2:0 YUV to packed YUV conversion functions.
 
- * imdct3dn: 3D Now! accelerated version of imdct.
+ * i422_yuy2_mmx: MMX accelerated version of i422_yuy2.
 
- * imdctsse: SSE accelerated version of imdct.
+ * i422_yuy2: planar 4:2:2 YUV to packed YUV conversion functions.
+
+ * id3: ID3 tag skipper
+ * id3tag: ID3 tag parser/skipper using libid3tag
+ * invert: inverse video filter.
+
+ * ipv4: IPv4 network abstraction layer
+
+ * ipv6: IPv6 network abstraction layer
+ * joystick: Linux joystick control module
 
  * kde: interface module using the KDE widget set.
 
- * lpcm_adec: LPCM audio decoder.
+ * libmpeg2: Mpeg2 video decoder using libmpeg2
+
+ * linear_resampler: linear audio resampler
+
+ * lirc: Linux infrared control module
+
+ * livedotcom: rtp demux based on liveMedia (live.com)
+
+ * logger: file logger plugin
+
+ * logo: video filter to put a logo on the video
+ * lpcm: LPCM decoder
+ * m3u: PLS, M3U, ASX and B4S playlist parser
 
- * macosx: audio output, video output and interface module for Mac OS X.
+ * m4v: MPEG-4 Video Stream demuxer
 
- * mad: MPEG and MPEG2 audio decoder using the libmad library.
+ * macosx: Video output, and interface module for Mac OS X.
+
+ * memcpy3dn: 3D Now! accelerated version of memcpy.
+
+ * memcpyaltivec: Altivec accelerated version of memcpy.
 
  * memcpy: memory chunk copying module.
 
+ * memcpymmxext: MMX EXT accelerated version of memcpy.
+
  * memcpymmx: MMX accelerated version of memcpy.
 
- * memcpymmxext: MMX EXT accelerated version of memcpy.
+ * mga: video output module for Matrox cards using the Linux mga kernel driver.
 
- * memcpy3dn: 3D Now! accelerated version of memcpy.
+ * mkv: Matroska demuxer
 
- * mga: video output module for Matrox cards using the Linux mga kernel
-        driver.
+ * motionblur: Motion blur filter
 
- * motion: motion compensation module, used by the video decoder.
+ * mp4: MP4 file input module
 
- * motionmmx: MMX accelerated version of motion.
+ * mpeg_audio: MPEG audio parser/packetizer
 
- * motionmmxext: MMX EXT accelerated version of motion.
+ * mpeg_system: helper module for TS, PS and PES management
 
- * motion3dnow: 3D Now! accelerated version of motion.
+ * mpga: MPEG-I/II Audio demuxer
 
- * motionaltivec: AltiVec accelerated version of motion.
+ * mpgatofixed32: MPEG-1 & 2 audio layer I,II,III audio decoder using MAD
 
- * mpeg_es: input module for MPEG ES decapsulation.
+ * mux_asf: ASF muxer
 
- * mpeg_ps: input module for MPEG PS decapsulation.
+ * mux_avi: AVI muxer
 
- * mpeg_ts: input module for MPEG TS decapsulation.
+ * mux_dummy: dummy muxer
+ * mux_mp4: MP4 muxer
 
- * mpeg_adec: MPEG and MPEG2 audio decoder.
+ * mux_ogg: OGG muxer
+ * mux_ps: MPEG program stream muxer
 
- * mpeg_vdec: MPEG and MPEG2 video decoder.
+ * mux_ts_dvbpsi: MPEG transport stream muxer using libdvbpsi
+
+ * mux_ts: MPEG transport stream muxer
 
  * ncurses: interface module using the ncurses library.
 
- * null: a module with no capabilities.
+ * ntservice: run VLC as a NT service
 
  * ogg: input module for OGG decapsulation.
 
- * qt: interface module using the Qt widget set.
+ * opie: OPIE interface module
+
+ * oss: audio output module using the OSS /dev/dsp interface.
+ * packetizer_copy: Simple copy packetizer
+
+ * packetizer_mpeg4audio: MPEG4 audio packetizer
+ * packetizer_mpeg4video: MPEG4 video packetizer
+
+ * packetizer_mpegvideo: MPEG video packetizer
+ * pda: interface for iPaq using the Gtk2+ widget set.
+
+ * postprocessing_c: Video Postprocessing module
+
+ * postprocessing_mmxext: Video Postprocessing module using MMX_EXT 
+
+ * postprocessing_mmx: Video Postprocessing module using MMX
+
+ * ps: input module for MPEG PS decapsulation.
+
+ * pvr: input module to read from a PVR card
+
+ * qnx: QNX RTOS plugin
+
+ * qte_main: QT Embedded wrapper for gte_main
 
  * qte: video output module for Qt Embedded.
+ * qt: interface module using the Qt widget set.
+
+ * quicktime: Quicktime decoder that uses the QT library
+
+ * rawdv: Raw DV demuxer
+ * rawvideo: Pseudo audio-decoder for raw video
 
  * rc: interface module using stdio.
 
- * sdl: audio output and video output module using the SDL library.
+ * s16tofixed32: Signed 16 bits to fixed 32 bits audio converter
+
+ * s16tofloat32: Signed 16 bits to float 32 bits audio converter
+ * s16tofloat32swab: Signed 16 bits to float 32 bits audio converter with endianess change
+
+ * s8tofloat32: Signed 8 bits to float 32 bits audio converter
+
+ * sap: Interface module to read SAP/SDP announcments
+
+ * satellite: Satellite cards access module
+
+ * scope: Scope visualization plugin (broken)
+
+ * screensaver: screensaver disabling module
+
+ * skins: Skinnable interface
+
+ * slp: input module to access SLP registered sessions
+
+ * spdif_mixer: dummy audio mixer for the S/PDIF output
+
+ * speex: a speex audio decoder/packetizer using the libspeex library.
 
  * spudec: DVD subtitles decoder.
 
- * theora: a theora video decoder using the libtheora library.
+ * stream_out_display: displays a stream output chain 
+
+ * stream_out_dummy: dummy stream out chain module
+
+ * stream_out_duplicate: duplicates a stream output chain
+
+ * stream_out_es: stream out module outputing ES
+
+ * stream_out_gather: stream out module gathering inputs for seemless transitions
+
+ * stream_out_standard: standard stream output module
+ * stream_out_rtp: output using the RTP protocol
+
+ * stream_out_transcode: audio & video transcoder using ffmpeg
+
+ * stream_out_transrate: audio & video transrater using ffmpeg
+
+ * subsdec: Another SPU decoder for text subtitles
+
+ * svgalib: SGVAlib output plugin
+
+ * tarkin: a tarkin video decoder using libtarkin
+
+ * test1: Empty C module
+
+ * test2: Empty C++ module
+
+ * test3: Empty Objective C module
+
+ * test4: Stress test module
+
+ * theora: a theora video decoder/packetizer/encoder using the libtheora library.
+
+ * transform: filter for horizontal and vertical image flips and
+                     90° rotations.
 
  * tremor: a vorbis audio decoder using the libvorbisidec (aka tremor) library.
 
+ * trivial_channel_mixer: Simple channel mixer plugin
+
+ * trivial_mixer: Trivial audio mixer plugin
+
+ * trivial_resampler: Simple audio resampler
+
+ * ts_dvbpsi: same as ts using libdvbpsi
+
+ * ts: input module for MPEG TS decapsulation.
+
+ * u8tofixed32: unsigned 8 bits to fixed 32 bits audio converter 
+
+ * u8tofloat32: unsigned 8 bits to float 32 bits audio converter 
+
+ * ugly_resampler: Ugly audio resampler
+
+ * v4l: Video 4 Linux input module
+
  * vcd: input module for accessing Video CDs.
 
- * vorbis: a vorbis audio decoder using the libvorbis library.
+ * vcdx: input module for accessing Video CDs with navigation & stills
+
+ * visual: visualisation system
+
+ * vorbis: a vorbis audio decoder/packetizer using the libvorbis library.
+
+ * vout_directx: video output module using the DirectX API.
+
+ * vout_sdl: video output module using the SDL library.
+
+ * wall: image wall filter.
+
+ * wav: Wav demuxer
 
  * waveout: simple audio output module for Windows.
 
+ * wingdi: WIN 32 / WIN CE GDI video output
+
  * wxwindows: interface module using the cross-platform wxWindows library.
 
  * x11: video output module using the X11 API.
 
- * xvideo: video output module using the XVideo API.
+ * xosd: X On Screen Display interface
+
+ * xvid: Decoder for the Xvid codec, using libxvidcore
 
+ * xvideo: video output module using the XVideo API.