Commit 5314d595 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Update List of ModuleS.

parent 42ecf284
List of vlc plugins (271) List of vlc plugins (333)
$Id$ $Id$
* a52: A/52 basic parser/packetizer * a52: A/52 basic parser/packetizer
* a52sys: A/52 decapsulation demuxer. * a52sys: A/52 decapsulation demuxer.
...@@ -51,8 +51,10 @@ $Id$ ...@@ -51,8 +51,10 @@ $Id$
* bluescreen: Bluescreen (weather channel like) video filter * bluescreen: Bluescreen (weather channel like) video filter
* bonjour: Zeroconf services discovery * bonjour: Zeroconf services discovery
* caca: color ASCII art video output using libcaca * caca: color ASCII art video output using libcaca
* cc: CC 608/708 subtitles decoder
* cdda: input module to read audio CDs * cdda: input module to read audio CDs
* cddax: input module to read audio CDs via libcdio * cddax: input module to read audio CDs via libcdio
* cdg: CD-G decoder
* cinepak: Cinepack video decoder * cinepak: Cinepack video decoder
* clone: Clone video filter * clone: Clone video filter
* cmml: Continuous Media Markup Language annotations/hyperlinks decoder * cmml: Continuous Media Markup Language annotations/hyperlinks decoder
...@@ -61,10 +63,10 @@ $Id$ ...@@ -61,10 +63,10 @@ $Id$
* converter_float: Floating-point audio format conversions * converter_float: Floating-point audio format conversions
* crop: Crop video filter * crop: Crop video filter
* cvdsub: CVD subtitles decoder * cvdsub: CVD subtitles decoder
* daap: iTunes shares services discovery
* dbus: D-Bus control interface * dbus: D-Bus control interface
* dc1394: firewire input module * dc1394: firewire input module
* deinterlace: naive deinterlacing filter. * deinterlace: naive deinterlacing filter.
* demux_cdg: Demuxer for CD-G files (Karaoke)
* demuxdump: Pseudo-demuxer that dumps the stream * demuxdump: Pseudo-demuxer that dumps the stream
* dirac: BBC Dirac codec * dirac: BBC Dirac codec
* direct3d: video output module using the Direct3D API. * direct3d: video output module using the Direct3D API.
...@@ -93,11 +95,13 @@ $Id$ ...@@ -93,11 +95,13 @@ $Id$
* faad: AAC decoder using libfaad2 * faad: AAC decoder using libfaad2
* fake: fake codec to be used in advanced streaming setups * fake: fake codec to be used in advanced streaming setups
* fb: video output module for the Linux framebuffer. * fb: video output module for the Linux framebuffer.
* fbosd: framebuffer osd plugin
* ffmpeg: Video decoder using the ffmpeg library * ffmpeg: Video decoder using the ffmpeg library
* ffmpegaltivec: Video decoder using the ffmpeg library (Altivec version) * ffmpegaltivec: Video decoder using the ffmpeg library (Altivec version)
* flac: Flac decoder using libflac * flac: Flac decoder using libflac
* flacsys: FLAC demuxer * flacsys: FLAC demuxer
* float32_mixer: Precise float32 audio mixer * float32_mixer: Precise float32 audio mixer
* fluidsynth: Software MIDI synthetizer using libfluidsynth
* folder: folder meta data and art finder * folder: folder meta data and art finder
* freetype: Utility to put text on video using freetype2 * freetype: Utility to put text on video using freetype2
* ftp : FTP input module * ftp : FTP input module
...@@ -115,6 +119,8 @@ $Id$ ...@@ -115,6 +119,8 @@ $Id$
* gnutls: GNU TLS encryption/decryption module * gnutls: GNU TLS encryption/decryption module
* goom: visualisation plugin based on goom * goom: visualisation plugin based on goom
* gradient: Gradient and edge detection video effects filter * gradient: Gradient and edge detection video effects filter
* grain: Grain Video filter
* grey_yuv: grayscale to others conversion module
* growl: announce currently playing stream to growl * growl: announce currently playing stream to growl
* gtk2_main: Gtk+ wrapper for gtk_main * gtk2_main: Gtk+ wrapper for gtk_main
* gtk_main: Gtk+ wrapper for gtk_main * gtk_main: Gtk+ wrapper for gtk_main
...@@ -127,16 +133,20 @@ $Id$ ...@@ -127,16 +133,20 @@ $Id$
* http: HTTP remote control webinterface * http: HTTP remote control webinterface
* i420_rgb: planar YUV to packed RGB conversion functions. * i420_rgb: planar YUV to packed RGB conversion functions.
* i420_rgb_mmx: MMX accelerated version of i420_rgb. * i420_rgb_mmx: MMX accelerated version of i420_rgb.
* i420_rgb_sse2: sse2 accelerated version of i420_rgb.
* i420_ymga: YUV to YUC conversion functions * i420_ymga: YUV to YUC conversion functions
* i420_ymga_mmx: MMX accelerated version of i420_ymga * i420_ymga_mmx: MMX accelerated version of i420_ymga
* i420_yuy2: planar 4:2:0 YUV to packed YUV conversion functions. * i420_yuy2: planar 4:2:0 YUV to packed YUV conversion functions.
* i420_yuy2_altivec: AltiVec accelerated version of i420_yuy2. * i420_yuy2_altivec: AltiVec accelerated version of i420_yuy2.
* i420_yuy2_mmx: MMX accelerated version of i420_yuy2. * i420_yuy2_mmx: MMX accelerated version of i420_yuy2.
* i420_yuy2_sse2: sse2 accelerated version of i420_yuy2.
* i422_yuy2: planar 4:2:2 YUV to packed YUV conversion functions. * i422_yuy2: planar 4:2:2 YUV to packed YUV conversion functions.
* i422_yuy2_mmx: MMX accelerated version of i422_yuy2. * i422_yuy2_mmx: MMX accelerated version of i422_yuy2.
* i422_yuy2_sse2: sse2 accelerated version of i422_yuy2.
* id3: ID3 tag skipper * id3: ID3 tag skipper
* id3tag: ID3 tag parser/skipper using libid3tag * id3tag: ID3 tag parser/skipper using libid3tag
* image: Image file video output * image: Image file video output
* inhibit: preventing the computer from suspending
* invert: inverse video filter. * invert: inverse video filter.
* jack: jack server audio output * jack: jack server audio output
* libmpeg2: Mpeg2 video decoder using libmpeg2 * libmpeg2: Mpeg2 video decoder using libmpeg2
...@@ -146,6 +156,7 @@ $Id$ ...@@ -146,6 +156,7 @@ $Id$
* logger: file logger plugin * logger: file logger plugin
* logo: video filter to put a logo on the video * logo: video filter to put a logo on the video
* lpcm: LPCM decoder * lpcm: LPCM decoder
* lua: Lua scripting inteface
* m4a: MPEG-4 Audio Stream demuxer * m4a: MPEG-4 Audio Stream demuxer
* m4v: MPEG-4 Video Stream demuxer * m4v: MPEG-4 Video Stream demuxer
* macosx: Video output, and interface module for Mac OS X. * macosx: Video output, and interface module for Mac OS X.
...@@ -158,6 +169,7 @@ $Id$ ...@@ -158,6 +169,7 @@ $Id$
* memcpymmx: MMX accelerated version of memcpy. * memcpymmx: MMX accelerated version of memcpy.
* memcpymmxext: MMX EXT accelerated version of memcpy. * memcpymmxext: MMX EXT accelerated version of memcpy.
* mga: video output module for Matrox cards using the Linux mga kernel driver. * mga: video output module for Matrox cards using the Linux mga kernel driver.
* minimal_macosx: a minimal Mac OS X GUI, using the FrameWork
* mjpeg: a demuxer for multipart and concatenated JPEG data. * mjpeg: a demuxer for multipart and concatenated JPEG data.
* mkv: Matroska demuxer * mkv: Matroska demuxer
* mod: MOD demuxer * mod: MOD demuxer
...@@ -241,12 +253,15 @@ $Id$ ...@@ -241,12 +253,15 @@ $Id$
* screen: a input module that takes screenshots of the primary monitor * screen: a input module that takes screenshots of the primary monitor
* screensaver: screensaver disabling module * screensaver: screensaver disabling module
* sdl_image: SDL-based image decoder * sdl_image: SDL-based image decoder
* seamcarving: Seam Carving for Content-Aware Image Resizing video filter
* sharpen: Sharpen video filter * sharpen: Sharpen video filter
* shout: Shoutcast services discovery * shout: Shoutcast services discovery
* showintf: shows the main interface * showintf: shows the main interface
* simple_channel_mixer: channel mixer * simple_channel_mixer: channel mixer
* skins2: Skinnable interface, new generation * skins2: Skinnable interface, new generation
* smf: Standard MIDI file demuxer
* snapshot: a output module to save pictures from the vout. * snapshot: a output module to save pictures from the vout.
* spatializer: A spatializer audio filter
* spdif_mixer: dummy audio mixer for the S/PDIF output * spdif_mixer: dummy audio mixer for the S/PDIF output
* speex: a speex audio decoder/packetizer using the libspeex library. * speex: a speex audio decoder/packetizer using the libspeex library.
* spudec: RLE DVD subtitles decoder. * spudec: RLE DVD subtitles decoder.
...@@ -265,13 +280,15 @@ $Id$ ...@@ -265,13 +280,15 @@ $Id$
* stream_out_transcode: audio & video transcoder using ffmpeg * stream_out_transcode: audio & video transcoder using ffmpeg
* stream_out_transrate: audio & video transrater using ffmpeg * stream_out_transrate: audio & video transrater using ffmpeg
* subsdec: a codec to output textual subtitles * subsdec: a codec to output textual subtitles
* subsusf: a demuxer for USF subtitles
* subtitle: a demuxer for subtitle files * subtitle: a demuxer for subtitle files
* svcdsub: SVCD subtitles decoder * svcdsub: SVCD subtitles decoder
* svg: a svg renderer module * svg: a svg renderer module
* svgalib: SGVAlib output plugin * svgalib: SGVAlib output plugin
* swscale: Image scaling module * t140: T.140 text encoder
* taglib: Taglib tags parser and writer * taglib: Taglib tags parser and writer
* tarkin: a tarkin video decoder using libtarkin * tarkin: a tarkin video decoder using libtarkin
* telepathy: Telepathy Presence information using MissionControl notification
* telnet: Telnet control interface for VideoLAN Media Manager * telnet: Telnet control interface for VideoLAN Media Manager
* telx: teletext subtitles decoder * telx: teletext subtitles decoder
* test1: Empty C module * test1: Empty C module
...@@ -323,3 +340,4 @@ $Id$ ...@@ -323,3 +340,4 @@ $Id$
* xvid: Decoder for the Xvid codec, using libxvidcore * xvid: Decoder for the Xvid codec, using libxvidcore
* xvideo: video output module using the XVideo API. * xvideo: video output module using the XVideo API.
* xvmc: XVMC video output and decoder * xvmc: XVMC video output and decoder
* zvbi: Teletext decoder using libzbvi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment