Commit e8804a3f authored by Rémi Duraffort's avatar Rémi Duraffort

Update modules/LIST

parent 6baf831c
...@@ -23,6 +23,7 @@ $Id$ ...@@ -23,6 +23,7 @@ $Id$
* access_output_dummy: dummy access_output module * access_output_dummy: dummy access_output module
* access_output_file: File access_output module * access_output_file: File access_output module
* access_output_http: HTTP Network access module * access_output_http: HTTP Network access module
* access_output_rtmp: RTMP stream output
* access_output_shout: Shoutcast access output * access_output_shout: Shoutcast access output
* access_output_udp: UDP Network access_output module * access_output_udp: UDP Network access_output module
* access_realrtsp: Real RTSP access * access_realrtsp: Real RTSP access
...@@ -47,6 +48,8 @@ $Id$ ...@@ -47,6 +48,8 @@ $Id$
* audio_format: helper module for audio transcoding * audio_format: helper module for audio transcoding
* audioscrobbler: AudioScrobbler/Last.fm submission plugin * audioscrobbler: AudioScrobbler/Last.fm submission plugin
* auhal: Audio output for MacOS X based on the AUHAL API. * auhal: Audio output for MacOS X based on the AUHAL API.
* avcodec: FFmpeg audio/video decoder
* avformat: FFmpeg demuxer
* avi: AVI File stream demuxer * avi: AVI File stream demuxer
* bandlimited_resampler: Bandlimited interpolation audio resampler * bandlimited_resampler: Bandlimited interpolation audio resampler
* bda: DVB support for Windows BDA drivers * bda: DVB support for Windows BDA drivers
...@@ -56,11 +59,12 @@ $Id$ ...@@ -56,11 +59,12 @@ $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
* canvas: Automatically resize and padd a video
* cc: CC 608/708 subtitles decoder * 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 * cdg: CD-G decoder
* chroma_chain: chain for chroma conversions * chain: Video filtering using a chain of video filter modules
* 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
...@@ -105,8 +109,6 @@ $Id$ ...@@ -105,8 +109,6 @@ $Id$
* 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 * fbosd: framebuffer osd plugin
* ffmpeg: Video decoder using the ffmpeg library
* 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
...@@ -156,10 +158,12 @@ $Id$ ...@@ -156,10 +158,12 @@ $Id$
* 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
* imgresample: FFmpeg video filter
* inhibit: preventing the computer from suspending * inhibit: preventing the computer from suspending
* invert: inverse video filter. * invert: inverse video filter.
* jack: jack server audio output * jack: jack server audio output
* kate: kate text bitstream decoder * kate: kate text bitstream decoder
* libass: Subtitle renderers using libass
* libmpeg2: Mpeg2 video decoder using libmpeg2 * libmpeg2: Mpeg2 video decoder using libmpeg2
* linear_resampler: linear audio resampler * linear_resampler: linear audio resampler
* lirc: Linux infrared control module * lirc: Linux infrared control module
...@@ -237,8 +241,8 @@ $Id$ ...@@ -237,8 +241,8 @@ $Id$
* png: PNG images decoder * png: PNG images decoder
* podcast: podcast feed parser * podcast: podcast feed parser
* portaudio: audio output module that uses the portaudio library (www.portaudio.com) * portaudio: audio output module that uses the portaudio library (www.portaudio.com)
* postproc: Video post processing filter
* probe_hal: HAL probing module * probe_hal: HAL probing module
* profile_parser: Streaming Profile parser
* ps: input module for MPEG PS decapsulation. * ps: input module for MPEG PS decapsulation.
* psychedelic: Psychedelic video filter * psychedelic: Psychedelic video filter
* pulse: PulseAudio audio output module * pulse: PulseAudio audio output module
...@@ -247,6 +251,7 @@ $Id$ ...@@ -247,6 +251,7 @@ $Id$
* pvr: input module to read from a PVR card * pvr: input module to read from a PVR card
* qnx: QNX RTOS plugin * qnx: QNX RTOS plugin
* qt4: interface module using the cross-platform Qt4 library. * qt4: interface module using the cross-platform Qt4 library.
* qtcapture: Quicktime Capture
* qte: video output module for Qt Embedded. * qte: video output module for Qt Embedded.
* qte_main: a QT Embedded GUI wrapper module. * qte_main: a QT Embedded GUI wrapper module.
* quartztext: Text renderer using native Mac OS X API * quartztext: Text renderer using native Mac OS X API
...@@ -258,6 +263,7 @@ $Id$ ...@@ -258,6 +263,7 @@ $Id$
* real: partial Real audio/video demuxer * real: partial Real audio/video demuxer
* realaudio: Real audio decoder * realaudio: Real audio decoder
* realvideo: Real video decoder * realvideo: Real video decoder
* remoteosd: Remote-OSD over VNC
* ripple: Ripple video effect * ripple: Ripple video effect
* rotate: Video rotation filter * rotate: Video rotation filter
* rss: Display a RSS feed on the video output * rss: Display a RSS feed on the video output
...@@ -265,6 +271,8 @@ $Id$ ...@@ -265,6 +271,8 @@ $Id$
* rv32: RV32 image format conversion module * rv32: RV32 image format conversion module
* sap: Interface module to read SAP/SDP announcments * sap: Interface module to read SAP/SDP announcments
* scale: Images rescaler * scale: Images rescaler
* scaletempo: Scale audio tempo in sync with playback rate
* schroedinger: Schroedinger video decoder
* 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
...@@ -272,6 +280,7 @@ $Id$ ...@@ -272,6 +280,7 @@ $Id$
* 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
* signals: POSIX signals handling 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 * smf: Standard MIDI file demuxer
...@@ -280,6 +289,7 @@ $Id$ ...@@ -280,6 +289,7 @@ $Id$
* 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.
* stats: Stats encoder function
* stream_out_autodel: monitor mux inputs and automatically add/delete streams * stream_out_autodel: monitor mux inputs and automatically add/delete streams
* stream_out_bridge: "exchange" streams between sout instances. To be used with VLM * stream_out_bridge: "exchange" streams between sout instances. To be used with VLM
* stream_out_description: helper module for RTSP vod * stream_out_description: helper module for RTSP vod
...@@ -289,7 +299,6 @@ $Id$ ...@@ -289,7 +299,6 @@ $Id$
* stream_out_es: stream out module outputing ES * stream_out_es: stream out module outputing ES
* stream_out_gather: stream out module gathering inputs for seemless transitions * stream_out_gather: stream out module gathering inputs for seemless transitions
* stream_out_mosaic_bridge: stream output module to make a mosaic. To be used with VLM * stream_out_mosaic_bridge: stream output module to make a mosaic. To be used with VLM
* stream_out_rtp: output using the RTP protocol
* stream_out_standard: standard stream output module * stream_out_standard: standard stream output module
* stream_out_switcher: stream output module to display backgrounds * stream_out_switcher: stream output module to display backgrounds
* stream_out_transcode: audio & video transcoder using ffmpeg * stream_out_transcode: audio & video transcoder using ffmpeg
...@@ -300,6 +309,7 @@ $Id$ ...@@ -300,6 +309,7 @@ $Id$
* 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: Video scaling filter
* t140: T.140 text encoder * 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
......
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