LIST 17.3 KB
Newer Older
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
1
List of vlc plugins (384)
2
$Id$
Gildas Bazin's avatar
 
Gildas Bazin committed
3
 * a52: A/52 basic parser/packetizer
4 5 6
 * 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
Rémi Duraffort's avatar
Rémi Duraffort committed
7
 * access_alsa: Alsa access module
Rémi Duraffort's avatar
Rémi Duraffort committed
8
 * access_attachment: Attachment access module
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
9
 * access_avio: Access and Stream output module using libavformat network
10
 * access_bd: Blu-Ray Disc access
11
 * access_directory: Access module to read files in a directory
12
 * access_dv: Raw1394 Digital Video (Firewire/IEEE1394/I-Link) access module
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
13
 * access_eyetv: Access module to connect to our plugin running within EyeTV
14
 * access_ftp: FTP Network access module
15
 * access_gnomevfs: GnomeVFS access
16
 * access_http: HTTP Network access module
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
17
 * access_imem: memory input access module
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
18
 * access_jack: JACK audio input module
19
 * access_mms: MMS over TCP, UDP and HTTP access module
Rémi Duraffort's avatar
Rémi Duraffort committed
20
 * access_mtp: MTP access module
Rémi Duraffort's avatar
Rémi Duraffort committed
21
 * access_oss: OSS access module
22 23 24
 * access_output_dummy: dummy access_output module
 * access_output_file: File access_output module
 * access_output_http: HTTP Network access module
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
25
 * access_output_livehttp: Live HTTP stream output
Rémi Duraffort's avatar
Rémi Duraffort committed
26
 * access_output_rtmp: RTMP stream output
27
 * access_output_shout: Shoutcast access output
28
 * access_output_udp: UDP Network access_output module
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
29
 * access_rar: RAR access
30
 * access_realrtsp: Real RTSP access
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
31
 * access_rtmp: RTMP network access
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
32
 * access_sftp: SFTP network access module
33
 * access_shm: Shared memory framebuffer access module
34
 * access_smb: SMB shares access module
35
 * access_tcp: TCP Network access module
36
 * access_udp: UDP Network access module
37
 * access_vdr: VDR access module
38 39
 * adjust: Contrast/Hue/saturation/Brightness adjust module
 * adpcm: ADPCM audio decoder
40
 * adummy: dummy audio output
Rémi Duraffort's avatar
Rémi Duraffort committed
41
 * aes3: aes3 decoder/packetizer
Clément Stenac's avatar
Clément Stenac committed
42
 * aiff: AIFF demuxer
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
43
 * alphamask: Alpha layer mask video filter
44
 * alsa: audio output module using the ALSA API
45
 * amem: audio memory output
46
 * android_surface: video output for Android, based on Surface
47
 * antiflicker: anti-flicker video filter
48
 * aout_directx: audio output module using the DirectX API
49 50 51
 * aout_file: Audio output to write to a file
 * araw: Pseudo audio decoder for raw PCM
 * asf: ASF demuxer
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
52
 * atmo: Ambilight-like video-output
53
 * au: AU file demuxer
54
 * audio_format: helper module for audio transcoding
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
55
 * audio_format_neon: helper module for audio transcoding using NEON assembly
Rémi Duraffort's avatar
Rémi Duraffort committed
56 57
 * audiobargraph_a: audiobargraph audio plugin
 * audiobargraph_v: audiobargraph video plugin
58
 * audioqueue: Audio Output based on AudioQueue API for iOS
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
59
 * audioscrobbler: AudioScrobbler/Last.fm submission plugin
60
 * auhal: Audio output for MacOS X based on the AUHAL API
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
61 62 63
 * avcodec: libavcodec audio/video decoder
 * avformat: libavformat demuxer
 * avi: AVI file stream demuxer
Rémi Duraffort's avatar
Rémi Duraffort committed
64
 * ball: Augmented reality ball video filter module
65
 * bandlimited_resampler: Bandlimited interpolation audio resampler
66
 * blend: a picture filter that blends two pictures
Jean-Paul Saman's avatar
Jean-Paul Saman committed
67
 * blendbench: a picture filter that test performance of blending routines
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
68
 * bluescreen: Bluescreen (weather channel like) video filter
69
 * bonjour: Zeroconf services discovery
70
 * caca: color ASCII art video output using libcaca
Rémi Duraffort's avatar
Rémi Duraffort committed
71
 * canvas: Automatically resize and padd a video
72
 * cc: CC 608/708 subtitles decoder
73
 * cdda: input module to read audio CDs
74
 * cdg: CD-G decoder
Rémi Duraffort's avatar
Rémi Duraffort committed
75
 * chain: Video filtering using a chain of video filter modules
Rémi Duraffort's avatar
Rémi Duraffort committed
76
 * chorus_flanger: variable delay audio filter
Rémi Denis-Courmont's avatar
Rémi Denis-Courmont committed
77
 * chroma_omx: OMX Development Layer chroma conversions
Rémi Duraffort's avatar
Rémi Duraffort committed
78
 * chroma_yuv_neon: ARM NEON video chroma conversion
79
 * clone: Clone video filter
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
80
 * colorthres:  Theshold color based on similarity to reference color Video filter
81
 * compressor: Dynamic range compressor
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
82
 * converter_fixed: Fixed-point audio format conversions
83
 * crop: Crop video filter
84
 * croppadd: Crop/Padd image filter
Rémi Duraffort's avatar
Rémi Duraffort committed
85
 * crystalhd: crystalhd decoder
Clément Stenac's avatar
Clément Stenac committed
86
 * cvdsub: CVD subtitles decoder
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
87
 * dbus: D-Bus control interface
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
88
 * dc1394: firewire input module
89
 * ddummy: dummy decoder
90
 * decklink: input module to read from a Blackmagic SDI card
91
 * decomp: Decompression module
92
 * deinterlace: naive deinterlacing filter
93
 * demux_cdg: Demuxer for CD-G files (Karaoke)
94
 * demux_stl: EBU STL subtitles demuxer
95
 * demuxdump: Pseudo-demuxer that dumps the stream
96
 * dirac: BBC Dirac codec
Rémi Duraffort's avatar
Rémi Duraffort committed
97
 * direct2d: video output module using the Direct2D API
98
 * direct3d: video output module using the Direct3D API
99
 * directfb: Direct Framebuffer video output
Rémi Duraffort's avatar
Rémi Duraffort committed
100
 * directx: video output module using the DirectX API
101
 * dmo: a DirectMediaObject decoder that uses DirectMedia to decode video (WMV3)
102
 * dolby_surround_decoder: simple decoder for dolby surround encoded streams
Rémi Duraffort's avatar
Rémi Duraffort committed
103
 * drawable: legacy LibVLC video window provider
Clément Stenac's avatar
Clément Stenac committed
104
 * dshow: DirectShow access plugin for encoding cards under Windows
Gildas Bazin's avatar
 
Gildas Bazin committed
105
 * dts: DTS basic parser/packetizer
Clément Stenac's avatar
Clément Stenac committed
106
 * dtstofloat32: DTS Audio converter
107
 * dtstospdif: Audio converter that encapsulates DTS into S/PDIF
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
108
 * dtv: DVB support (superseds bda module for Windows)
109
 * dummy: dummy interface
110
 * dvb: input module for DVB-S/C/T streaming using v4l2 API
111
 * dvbsub: decoder module for subs in dvb streams
Clément Stenac's avatar
Clément Stenac committed
112
 * dvdnav: access module for DVDs with libdvdnav
113
 * dvdread: input module for accessing DVDs, uses libdvdread
Jean-Paul Saman's avatar
Jean-Paul Saman committed
114
 * dynamicoverlay: subpicture filter using shared memory that can be written to by external applications
115
 * edummy: dummy encoder
116
 * egl: EGL video output
117
 * equalizer: a equalizer audio filter
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
118
 * erase: Logo erase video filter
119
 * es: input module for MPEG ES decapsulation
Clément Stenac's avatar
Clément Stenac committed
120
 * export: playlist export module
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
121
 * extract: Extract RGB components video filter
122
 * faad: AAC decoder using libfaad2
123
 * fb: video output module for the Linux framebuffer
124
 * fbosd: framebuffer osd plugin
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
125
 * filesystem: Filesystem access module
126
 * fixed32_mixer: Fixed-point audio mixer
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
127
 * flac: Flac decoder using libflac
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
128
 * flacsys: FLAC demuxer
129
 * float32_mixer: Precise float32 audio mixer
130
 * fluidsynth: Software MIDI synthetizer using libfluidsynth
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
131
 * folder: folder meta data and art finder
132
 * freetype: Utility to put text on video using freetype2
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
133
 * gaussianblur: gaussian blur video filter
134
 * gestures: mouse gestures control plugin
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
135 136 137
 * gl: OpenGL video output using the generic OpenGL provider
 * gles1: OpenGL ES video output using the generic OpenGL provider
 * gles2: OpenGL ES2 video output using the generic OpenGL provider
138
 * globalhotkeys: module to catch hotkeys when application doesn't have the focus
139
 * glwin32: a opengl provider using DirectX OpenGL
140
 * gme: old console games music playback using Game Music Emu
141
 * gnutls: GNU TLS encryption/decryption module
Clément Stenac's avatar
Clément Stenac committed
142
 * goom: visualisation plugin based on goom
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
143
 * gradfun: Gradfun video effects filter
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
144
 * gradient: Gradient and edge detection video effects filter
145 146
 * grain: Grain Video filter
 * grey_yuv: grayscale to others conversion module
147
 * growl: announce currently playing stream to growl
Clément Stenac's avatar
Clément Stenac committed
148
 * h264: H264 decoder
149
 * headphone_channel_mixer:  headphone channel mixer with virtual spatialization effect
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
150
 * hildon: Maemo interface based on Hildon
151
 * hotkeys: hotkeys control module
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
152
 * htcpcp: HTCPCP access module
153 154 155 156 157 158 159
 * 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_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_sse2: sse2 accelerated version of i420_yuy2
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
160
 * i422_i420: 4:2:2 to 4:2:0 conversion functions
161 162 163
 * 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
164
 * idummy: dummy input
165
 * image: Image file video output
166
 * inhibit: preventing the computer from suspending
167
 * invert: inverse video filter
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
168
 * iomx: IPC/OpenMaxIL for Android
169
 * jack: jack server audio output
170
 * karaoke: simple karaoke audio filter
171
 * kate: kate text bitstream decoder
Rémi Duraffort's avatar
Rémi Duraffort committed
172
 * libass: Subtitle renderers using libass
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
173
 * libbluray: Library to access Blu-Ray drives
174
 * libmpeg2: Mpeg2 video decoder using libmpeg2
175 176
 * linsys_hdsdi: Linsys HDSDI cards access module
 * linsys_sdi: Linsys SDI cards access module
177
 * lirc: Linux infrared control module
178
 * live555: rtp demux based on liveMedia (live555.com)
179 180 181
 * logger: file logger plugin
 * logo: video filter to put a logo on the video
 * lpcm: LPCM decoder
182
 * lua: Lua scripting inteface
183
 * macosx: Video output, and interface module for Mac OS X
Rémi Duraffort's avatar
Rémi Duraffort committed
184
 * macosx_dialog_provider: Minimal Dialog Provider for Mac OS X
185
 * magnify: zoom video filter
186
 * marq: Overlays a marquee on the video
Clément Stenac's avatar
Clément Stenac committed
187
 * mash: OpenMash based decoder
188
 * mce: Nokia MCE screen unblanking module
189
 * media_library: a sql based media library
190
 * mediadirs: Picture/Music/Video user directories as service discoveries
191
 * memcpy3dn: 3D Now! accelerated version of memcpy
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
192
 * memcpy: default unaccelerated memcpy
193 194 195
 * memcpyaltivec: Altivec accelerated version of memcpy
 * memcpymmx: MMX accelerated version of memcpy
 * memcpymmxext: MMX EXT accelerated version of memcpy
196
 * minimal_macosx: a minimal Mac OS X GUI, using the FrameWork
197
 * mirror: mirror video filter
198
 * mjpeg: a demuxer for multipart and concatenated JPEG data
199
 * mkv: Matroska demuxer
Clément Stenac's avatar
Clément Stenac committed
200
 * mod: MOD demuxer
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
201
 * mono: stereo-to-mono downmix simple channel mixer
Clément Stenac's avatar
Clément Stenac committed
202
 * mosaic: Module used to display a mosaic
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
203
 * motion: Motion control interface
204
 * motionblur: Motion blur filter
205
 * motiondetect: Motion detection filter
206
 * mp4: MP4 file input module
207
 * mpc: Musepack decoder
Gildas Bazin's avatar
 
Gildas Bazin committed
208
 * mpeg_audio: MPEG audio parser/packetizer
209
 * mpgatofixed32: MPEG-1 & 2 audio layer I,II,III audio decoder using MAD
Rémi Denis-Courmont's avatar
Rémi Denis-Courmont committed
210
 * mpgv: MPEG-I/II Video demuxer
211
 * msn: announce currently playing stream to MSN
Rémi Duraffort's avatar
Rémi Duraffort committed
212
 * mtp: MTP interface module
Gildas Bazin's avatar
 
Gildas Bazin committed
213
 * mux_asf: ASF muxer
214 215 216
 * mux_avi: AVI muxer
 * mux_dummy: dummy muxer
 * mux_mp4: MP4 muxer
217
 * mux_mpjpeg: a multipart MIME MJPEG muxer
218 219
 * mux_ogg: OGG muxer
 * mux_ps: MPEG program stream muxer
220
 * mux_ts: MPEG transport stream muxer
221
 * mux_wav: a WAV muxer
222
 * ncurses: interface module using the ncurses library
223
 * netsync: synchronizes the clock of remote VLCs with a server for synchronous playback
224
 * normvol: a audio filter for volume normalization
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
225
 * notify: notifications using libnotify
226
 * nsc: decoder for Microsoft proprietary NSC descriptors
Clément Stenac's avatar
Clément Stenac committed
227
 * nsv: NullSoft Video demuxer
Clément Stenac's avatar
Clément Stenac committed
228
 * ntservice: run VLC as a NT service
Clément Stenac's avatar
Clément Stenac committed
229
 * nuv: NUV demuxer
230
 * ogg: input module for OGG decapsulation
Rémi Duraffort's avatar
Rémi Duraffort committed
231
 * oldrc: old interface module using stdio
232
 * omxil: OpenMAX IL audio/video decoder
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
233 234
 * opencv_example: OpenCV example (face identification)
 * opencv_wrapper: OpenCV wrapper video filter
235
 * opensles_android: OpenSL ES audio output for Android
236
 * osd_parser: OSD import module
237
 * osdmenu: video_filter for displaying and streaming a On Screen Display menu
238
 * oss: audio output module using the OSS /dev/dsp interface
239
 * packetizer_copy: Simple copy packetizer
240
 * packetizer_dirac: Dirac video packetizer
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
241
 * packetizer_flac: FLAC audio packetizer
Clément Stenac's avatar
Clément Stenac committed
242
 * packetizer_h264: H264 video packetizer
243
 * packetizer_mlp: MLP/TrueHD audio packetizer
244 245 246
 * packetizer_mpeg4audio: MPEG4 audio packetizer
 * packetizer_mpeg4video: MPEG4 video packetizer
 * packetizer_mpegvideo: MPEG video packetizer
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
247
 * packetizer_vc1: VC-1 video packetizer
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
248
 * panoramix: image wall panoramic video with edge blending filter
249
 * param_eq: parametric equalizer
Clément Stenac's avatar
Clément Stenac committed
250
 * playlist: playlist import module
251
 * png: PNG images decoder
252
 * podcast: podcast feed parser
253
 * portaudio: audio output module that uses the portaudio library (www.portaudio.com)
254
 * posterize: posterize video filter
Rémi Duraffort's avatar
Rémi Duraffort committed
255
 * postproc: Video post processing filter
Rémi Duraffort's avatar
Rémi Duraffort committed
256
 * projectm: visualisation using libprojectM
257
 * ps: input module for MPEG PS decapsulation
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
258
 * psychedelic: Psychedelic video filter
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
259
 * pulse: PulseAudio audio output module
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
260
 * puzzle: puzzle video filter
Clément Stenac's avatar
Clément Stenac committed
261
 * pva: PVA demuxer
262
 * pvr: input module to read from a PVR card
263
 * qt4: interface module using the cross-platform Qt4 library
Rémi Duraffort's avatar
Rémi Duraffort committed
264
 * qtcapture: Quicktime Capture
265
 * quartztext: Text renderer using native Mac OS X API
266
 * quicktime: Quicktime decoder that uses the QT library
267
 * rawaud: raw audio input module for vlc
268
 * rawdv: Raw DV demuxer
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
269
 * rawvid: raw video input module for vlc
270
 * rawvideo: Pseudo audio-decoder for raw video
Clément Stenac's avatar
Clément Stenac committed
271
 * real: partial Real audio/video demuxer
Wang Bo's avatar
Wang Bo committed
272
 * realvideo: Real video decoder
Rémi Duraffort's avatar
Rémi Duraffort committed
273
 * remoteosd: Remote-OSD over VNC
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
274
 * ripple: Ripple video effect
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
275
 * rotate: Video rotation filter
Clément Stenac's avatar
Clément Stenac committed
276
 * rss: Display a RSS feed on the video output
Rémi Duraffort's avatar
Rémi Duraffort committed
277
 * rtp: rtp demux module
Clément Stenac's avatar
Clément Stenac committed
278
 * rv32: RV32 image format conversion module
279
 * samplerate: Secret Rabbit Code (libsamplerate) audio resampler
Rémi Duraffort's avatar
Rémi Duraffort committed
280
 * sap: Interface module to read SAP/SDP announcements
281
 * scale: Images rescaler
Rémi Duraffort's avatar
Rémi Duraffort committed
282
 * scaletempo: Scale audio tempo in sync with playback rate
Rémi Duraffort's avatar
Rémi Duraffort committed
283
 * scene: scene video filter
Rémi Duraffort's avatar
Rémi Duraffort committed
284
 * schroedinger: Schroedinger video decoder
285
 * screen: a input module that takes screenshots of the primary monitor
Clément Stenac's avatar
Clément Stenac committed
286
 * sdl_image: SDL-based image decoder
Rémi Duraffort's avatar
Rémi Duraffort committed
287
 * sdp: SDP fake access
Branko Kokanovic's avatar
Branko Kokanovic committed
288
 * sepia: Sepia video filter
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
289
 * sharpen: Sharpen video filter
Rémi Duraffort's avatar
Rémi Duraffort committed
290
 * shine: MP3 encoder using Shine, a fixed point implementation
Rémi Duraffort's avatar
Rémi Duraffort committed
291
 * sid: Sidplay demuxer
292
 * simple_channel_mixer: channel mixer
Clément Stenac's avatar
Clément Stenac committed
293
 * skins2: Skinnable interface, new generation
294 295
 * smf: Standard MIDI file demuxer
 * spatializer: A spatializer audio filter
296 297
 * speex: a speex audio decoder/packetizer using the libspeex library
 * spudec: RLE DVD subtitles decoder
Srikanth Raju's avatar
Srikanth Raju committed
298
 * sqlite: manage an SQLite database
Rémi Duraffort's avatar
Rémi Duraffort committed
299
 * stats: Stats encoder function
300
 * stl: EBU STL decoder
301
 * stream_filter_httplive: HTTP Live streaming for playback
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
302 303
 * stream_filter_rar: Stream filter to read inside Rar files
 * stream_filter_record: record any stream instantly
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
304
 * stream_out_autodel: monitor mux inputs and automatically add/delete streams
305
 * stream_out_bridge: "exchange" streams between sout instances. To be used with VLM
306
 * stream_out_delay: introduce delay in an ES when streaming
307
 * stream_out_description: helper module for RTSP vod
308
 * stream_out_display: displays a stream output chain
309 310 311
 * stream_out_dummy: dummy stream out chain module
 * stream_out_duplicate: duplicates a stream output chain
 * stream_out_es: stream out module outputing ES
Gildas Bazin's avatar
 
Gildas Bazin committed
312
 * stream_out_gather: stream out module gathering inputs for seemless transitions
313
 * stream_out_langfromtelx: set the the Lang of an ES when streaming based on a teletext page
314
 * stream_out_mosaic_bridge: stream output module to make a mosaic. To be used with VLM
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
315
 * stream_out_raop: Remote Audio Output Protocol (AirTunes) stream out
Rémi Duraffort's avatar
Rémi Duraffort committed
316
 * stream_out_record: record stream output module
Rémi Duraffort's avatar
Rémi Duraffort committed
317
 * stream_out_rtp: rtp stream output module
318
 * stream_out_select: Replace an existing ES with another ES in the same track
319
 * stream_out_setid: Set the ID/Lang of an ES when streaming
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
320
 * stream_out_smem: stream output module to a memory buffer
321
 * stream_out_standard: standard stream output module
Clément Stenac's avatar
Clément Stenac committed
322
 * stream_out_switcher: stream output module to display backgrounds
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
323
 * stream_out_transcode: audio & video transcoder
324
 * subsdec: a codec to output textual subtitles
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
325
 * subsdelay: subtitles delay filter
326
 * subsusf: a demuxer for USF subtitles
327
 * subtitle: a demuxer for subtitle files
Clément Stenac's avatar
Clément Stenac committed
328
 * svcdsub: SVCD subtitles decoder
329
 * svg: a svg renderer module
Rémi Duraffort's avatar
Rémi Duraffort committed
330
 * swscale: Video scaling filter
331
 * t140: T.140 text encoder
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
332
 * taglib: Taglib tags parser and writer
333
 * tdummy: dummy text renderer
334
 * telepathy: Telepathy Presence information using MissionControl notification
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
335
 * telx: teletext subtitles decoder
336
 * theora: a theora video decoder/packetizer/encoder using the libtheora library
337
 * transform: filter for horizontal and vertical image flips and 90° rotations
338
 * tremor: a vorbis audio decoder using the libvorbisidec (aka tremor) library
339
 * trivial_channel_mixer: Simple channel mixer plugin
Clément Stenac's avatar
Clément Stenac committed
340
 * ts: MPEG-TS demuxer
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
341
 * tta: Lossless True Audio parser
Clément Stenac's avatar
Clément Stenac committed
342 343
 * twolame: a mp1 mp2 audio encoder based on twolame
 * ty: TY demuxer
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
344
 * udev: udev probing module
345
 * ugly_resampler: Ugly audio resampler
Konstantin Pavlov's avatar
Konstantin Pavlov committed
346
 * upnp: libupnp UPNP service discovery
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
347
 * v4l2: Video 4 Linux 2 input module
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
348
 * vc1: VC-1 Video demuxer
349
 * vcd: input module for accessing Video CDs
Gildas Bazin's avatar
 
Gildas Bazin committed
350
 * vcdx: input module for accessing Video CDs with navigation & stills
351
 * vdummy: dummy video display
Clément Stenac's avatar
Clément Stenac committed
352
 * visual: visualisation system
353
 * vmem: memory video driver
354
 * vobsub: VobSUB subtitles demuxer
Clément Stenac's avatar
Clément Stenac committed
355
 * voc: VOC demuxer
356
 * vod_rtsp: RTSP VoD module
357
 * vorbis: a vorbis audio decoder/packetizer using the libvorbis library
Rémi Duraffort's avatar
Rémi Duraffort committed
358
 * vout_ios: iOS video output
Rémi Duraffort's avatar
Rémi Duraffort committed
359
 * vout_macosx: MacOS X OpenGL provider
360 361
 * vout_sdl: video output module using the SDL library
 * wall: image wall filter
362
 * wav: Wav demuxer
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
363
 * wave: Wave video effect
364
 * waveout: simple audio output module for Windows
Clément Stenac's avatar
Clément Stenac committed
365
 * win32text: Text renderer using native Win32 API
366
 * windrive: Windows logical disc drives
Clément Stenac's avatar
Clément Stenac committed
367
 * wingapi: Win CE video output
368
 * wingdi: WIN 32 / WIN CE GDI video output
Rémi Duraffort's avatar
Rémi Duraffort committed
369
 * wma_fixed: wma decoder using integer decoder from Rockbox
Clément Stenac's avatar
Clément Stenac committed
370
 * x264: H264 video decoder using X264
Clément Stenac's avatar
Clément Stenac committed
371
 * xa: XA demuxer
Rémi Duraffort's avatar
Rémi Duraffort committed
372
 * xcb_apps: List the application windows using XCB
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
373
 * xcb_glx: a opengl provider using XCB OpenGL
Rémi Duraffort's avatar
Rémi Duraffort committed
374 375
 * xcb_screen: input module that takes screenshots of the primary monitor
 * xcb_window: XCB window provider
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
376 377
 * xcb_x11: a X11 video output using XCB
 * xcb_xv: a XVideo video output using XCB
378
 * xdg_screensaver: xdg-utils screensaver inhibition
379
 * xml: LibXML xml parser
380
 * xosd: X On Screen Display interface
381
 * xscreensaver: Xscreensaver inhibition
Rémi Duraffort's avatar
Rémi Duraffort committed
382 383
 * yuv: yuv video output
 * yuvp: YUVP to YUVA/RGBA chroma converter
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf committed
384 385
 * yuy2_i420: yuy2 to 4:2:0 conversions functions
 * yuy2_i422: yuy2 to 4:2:2 conversions functions
386
 * zip: access+filter to extract different archives, based on zlib
387
 * zvbi: Teletext decoder using libzbvi