]> git.sesse.net Git - vlc/blobdiff - modules/LIST
Update LIST file.
[vlc] / modules / LIST
index 6ea9fc50a1c3956d28be4eaa4d3a75442eb56843..eeda3cffd7900ecee40ee97b08f32b7ddc9e28ad 100644 (file)
@@ -1,19 +1,16 @@
-List of vlc plugins (346)
+List of vlc plugins (362)
 $Id$
  * a52: A/52 basic parser/packetizer
  * 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
  * access_alsa: Alsa access module
+ * access_attachment: Attachment accesss module
  * access_avio: Access module using FFmpeg libavformat network
  * access_bd: Blu-Ray Disc access
  * access_directory: Access module to read files in a directory
  * access_dv: Raw1394 Digital Video (Firewire/IEEE1394/I-Link) access module
  * access_eyetv: Access module to connect to our plugin running within EyeTV
- * access_fake: Fake access to use for mosaic and other special streaming setups
- * access_file: File access module
- * access_filter_bandwidth: Bandwidth limit module
- * access_filter_dump: Raw input Dump module
  * access_ftp: FTP Network access module
  * access_gnomevfs: GnomeVFS access
  * access_http: HTTP Network access module
@@ -26,9 +23,11 @@ $Id$
  * access_output_dummy: dummy access_output module
  * access_output_file: File access_output module
  * access_output_http: HTTP Network access module
+ * access_output_livehttp: Live HTTP stream output
  * access_output_rtmp: RTMP stream output
  * access_output_shout: Shoutcast access output
  * access_output_udp: UDP Network access_output module
+ * access_rar: RAR access
  * access_realrtsp: Real RTSP access
  * access_rtmp: RTMP network access
  * access_sftp: SFTP network access module
@@ -45,11 +44,11 @@ $Id$
  * 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
- * asademux: ASS/SSA subtitles demuxer
  * asf: ASF demuxer
  * atmo: Ambilight-like video-output
  * au: AU file demuxer
  * audio_format: helper module for audio transcoding
+ * audio_format_neon: helper module for audio transcoding using NEON assembly
  * audiobargraph_a: audiobargraph audio plugin
  * audiobargraph_v: audiobargraph video plugin
  * audioscrobbler: AudioScrobbler/Last.fm submission plugin
@@ -60,7 +59,6 @@ $Id$
  * ball: Augmented reality ball video filter module
  * bandlimited_resampler: Bandlimited interpolation audio resampler
  * bda: DVB support for Windows BDA drivers
- * beos: Audio output, video output and interface module for BeOS
  * blend: a picture filter that blends two pictures
  * blendbench: a picture filter that test performance of blending routines
  * bluescreen: Bluescreen (weather channel like) video filter
@@ -69,17 +67,12 @@ $Id$
  * canvas: Automatically resize and padd a video
  * cc: CC 608/708 subtitles decoder
  * cdda: input module to read audio CDs
- * cddax: input module to read audio CDs via libcdio
  * cdg: CD-G decoder
  * chain: Video filtering using a chain of video filter modules
  * chorus_flanger: variable delay audio filter
- * chroma_neon: ARM NEONv1 chroma conversion module
  * clone: Clone video filter
- * cmml: Continuous Media Markup Language annotations/hyperlinks decoder
  * colorthres:  Theshold color based on similarity to reference color Video filter
  * converter_fixed: Fixed-point audio format conversions
- * converter_float: Floating-point audio format conversions
- * converter_neon: NEON assembly optimized audio converter
  * crop: Crop video filter
  * croppadd: Crop/Padd image filter
  * cvdsub: CVD subtitles decoder
@@ -90,6 +83,7 @@ $Id$
  * demux_cdg: Demuxer for CD-G files (Karaoke)
  * demuxdump: Pseudo-demuxer that dumps the stream
  * dirac: BBC Dirac codec
+ * direct2d: video output module using the Direct2D API
  * direct3d: video output module using the Direct3D API
  * directfb: Direct Framebuffer video output
  * directory : input module to read files in a directory
@@ -115,9 +109,9 @@ $Id$
  * export: playlist export module
  * extract: Extract RGB components video filter
  * faad: AAC decoder using libfaad2
- * fake: fake codec to be used in advanced streaming setups
  * fb: video output module for the Linux framebuffer
  * fbosd: framebuffer osd plugin
+ * filesystem: Filesystem access module
  * flac: Flac decoder using libflac
  * flacsys: FLAC demuxer
  * float32_mixer: Precise float32 audio mixer
@@ -128,12 +122,12 @@ $Id$
  * gapi: PocketPC Video output
  * gaussianblur: gaussian blur video filter
  * gestures: mouse gestures control plugin
- * ggi: video output module using the GGI API
  * globalhotkeys: module to catch hotkeys when application doesn't have the focus
  * glwin32: a opengl provider using DirectX OpenGL
  * gme: game music files demuxer
  * gnutls: GNU TLS encryption/decryption module
  * goom: visualisation plugin based on goom
+ * gradfun: Gradfun video effects filter
  * gradient: Gradient and edge detection video effects filter
  * grain: Grain Video filter
  * grey_yuv: grayscale to others conversion module
@@ -142,7 +136,6 @@ $Id$
  * h264: H264 decoder
  * hal: Linux HAL services discovery module
  * hd1000a: audio output module for the Roku HD1000 Set-Top-Box
- * hd1000v: video output module for the Roku HD1000 Set-Top-Box
  * headphone_channel_mixer:  headphone channel mixer with virtual spatialization effect
  * hildon: Maemo interface based on Hildon
  * hotkeys: hotkeys control module
@@ -150,18 +143,15 @@ $Id$
  * i420_rgb: planar YUV to packed RGB conversion functions
  * 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_mmx: MMX accelerated version of i420_ymga
  * i420_yuy2: planar 4:2:0 YUV to packed YUV conversion functions
  * i420_yuy2_altivec: AltiVec accelerated version of i420_yuy2
  * i420_yuy2_mmx: MMX accelerated version of i420_yuy2
+ * i420_yuy2_neon: ARM NEONv1 chroma conversion of i420_yuy2
  * i420_yuy2_sse2: sse2 accelerated version of i420_yuy2
  * i422_i420: 4:2:2 to 4:2:0 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_sse2: sse2 accelerated version of i422_yuy2
- * id3: ID3 tag skipper
- * id3tag: ID3 tag parser/skipper using libid3tag
  * image: Image file video output
  * inhibit: preventing the computer from suspending
  * invert: inverse video filter
@@ -176,7 +166,6 @@ $Id$
  * logo: video filter to put a logo on the video
  * lpcm: LPCM decoder
  * lua: Lua scripting inteface
- * m4v: MPEG-4 Video Stream demuxer
  * macosx: Video output, and interface module for Mac OS X
  * macosx_dialog_provider: Minimal Dialog Provider for Mac OS X
  * magnify: zoom video filter
@@ -184,11 +173,9 @@ $Id$
  * mash: OpenMash based decoder
  * mediadirs: Picture/Music/Video user directories as service discoveries
  * memcpy3dn: 3D Now! accelerated version of memcpy
- * memcpy: memory chunk copying module
  * memcpyaltivec: Altivec 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
  * minimal_macosx: a minimal Mac OS X GUI, using the FrameWork
  * mirror: mirror video filter
  * mjpeg: a demuxer for multipart and concatenated JPEG data
@@ -228,17 +215,16 @@ $Id$
  * ogg: input module for OGG decapsulation
  * oldhttp: old HTTP remote control webinterface
  * oldrc: old interface module using stdio
- * oldtelnet: oled Telnet control interface
- * omapfb: omap framebuffer video output
+ * omxil: OpenMAX IL audio/video decoder
  * opencv_example: OpenCV example (face identification)
  * opencv_wrapper: OpenCV wrapper video filter
- * opengl: a opengl video output that uses opengl provider modules
  * osd_parser: OSD import module
  * osdmenu: video_filter for displaying and streaming a On Screen Display menu
  * oss: audio output module using the OSS /dev/dsp interface
- * osso: Maemo screen unblanking module
+ * osso_screensaver: Maemo screen unblanking module
  * packetizer_copy: Simple copy packetizer
  * packetizer_dirac: Dirac video packetizer
+ * packetizer_flac: FLAC audio packetizer
  * packetizer_h264: H264 video packetizer
  * packetizer_mlp: MLP/TrueHD audio packetizer
  * packetizer_mpeg4audio: MPEG4 audio packetizer
@@ -259,7 +245,6 @@ $Id$
  * puzzle: puzzle video filter
  * pva: PVA demuxer
  * pvr: input module to read from a PVR card
- * qnx: QNX RTOS plugin
  * qt4: interface module using the cross-platform Qt4 library
  * qtcapture: Quicktime Capture
  * quartztext: Text renderer using native Mac OS X API
@@ -270,7 +255,6 @@ $Id$
  * rawvideo: Pseudo audio-decoder for raw video
  * rc: interface module using stdio
  * real: partial Real audio/video demuxer
- * realaudio: Real audio decoder
  * realvideo: Real video decoder
  * remoteosd: Remote-OSD over VNC
  * ripple: Ripple video effect
@@ -284,12 +268,10 @@ $Id$
  * scene: scene video filter
  * schroedinger: Schroedinger video decoder
  * screen: a input module that takes screenshots of the primary monitor
- * screensaver: screensaver disabling module
  * sdl_image: SDL-based image decoder
  * sharpen: Sharpen video filter
  * shine: MP3 encoder using Shine, a fixed point implementation
  * shout: Shoutcast services discovery
- * signals: POSIX signals handling interface
  * simple_channel_mixer: channel mixer
  * skins2: Skinnable interface, new generation
  * smf: Standard MIDI file demuxer
@@ -323,19 +305,12 @@ $Id$
  * subtitle: a demuxer for subtitle files
  * svcdsub: SVCD subtitles decoder
  * svg: a svg renderer module
- * svgalib: SGVAlib output plugin
  * swscale: Video scaling filter
  * swscale_omap: Video scaling filter for maemo/omap platform
  * t140: T.140 text encoder
  * taglib: Taglib tags parser and writer
- * tarkin: a tarkin video decoder using libtarkin
  * telepathy: Telepathy Presence information using MissionControl notification
- * telnet: Telnet control interface for VideoLAN Media Manager
  * telx: teletext subtitles decoder
- * 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
  * time: Overlays the current time
  * transform: filter for horizontal and vertical image flips and 90° rotations
@@ -349,14 +324,12 @@ $Id$
  * udev: udev probing module
  * ugly_resampler: Ugly audio resampler
  * upnp: Universal Plug'n play discovery module
- * upnp_cc: Cyberlink UPNP discovery
  * upnp_intel: Intel SDL UPNP discovery
  * v4l2: Video 4 Linux 2 input module
  * v4l: Video 4 Linux input module
  * vc1: VC-1 Video demuxer
  * vcd: input module for accessing Video CDs
  * vcdx: input module for accessing Video CDs with navigation & stills
- * video_filter_wrapper: a "video filter2/splitter" with mouse to "video filter" wrapper
  * visual: visualisation system
  * vmem: memory video driver
  * vobsub: VobSUB subtitles demuxer
@@ -381,9 +354,10 @@ $Id$
  * xcb_window: XCB window provider
  * xcb_x11: a X11 video output using XCB
  * xcb_xv: a XVideo video output using XCB
- * xdg_screensaver: screensaver disabling module following XDG specifications
+ * xdg_screensaver: xdg-utils screensaver inhibition
  * xml: LibXML xml parser
  * xosd: X On Screen Display interface
+ * xscreensaver: Xscreensaver inhibition
  * xtag: XTAG xml parser
  * yuv: yuv video output
  * yuvp: YUVP to YUVA/RGBA chroma converter