Changeset e3d735fe55468655cbb806c5e01908f234a3f7f9

Show
Ignore:
Timestamp:
04/01/07 15:21:58 (1 year ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1175433718 +0000
git-parent:

[15835550fefef4c87c6dfeb2bbd48de61fef999c]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1175433718 +0000
Message:

update. Almost ok.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/LIST

    r1583555 re3d735f  
    1111 * access_fake: Fake access to use for mosaic and other special streaming setups 
    1212 * access_file: File access module 
     13 * access_filter_dump: Raw input Dump module 
    1314 * access_filter_record: Raw input Recording module 
    1415 * access_filter_timeshift: Timeshifting module 
     
    5253 * cmml: Continuous Media Markup Language annotations/hyperlinks decoder 
    5354 * colorthres:  Theshold color based on similarity to reference color Video filter 
     55 * converter_fixed: Fixed-point audio format conversions 
     56 * converter_float: Floating-point audio format conversions 
    5457 * crop: Crop video filter 
    5558 * cvdsub: CVD subtitles decoder 
     
    8891 * ffmpeg: Video decoder using the ffmpeg library 
    8992 * ffmpegaltivec: Video decoder using the ffmpeg library (Altivec version) 
    90  * fixed32tofloat32: Audio converter from fixed 32 bits to float 32 bits 
    91  * fixed32tos16: Fixed 32 bits to Signed 16 bits integer audio converter 
    92  * flacsys: A/52 demuxer 
    9393 * flac: Flac decoder using libflac 
     94 * flacsys: FLAC demuxer 
    9495 * float32_mixer: Precise float32 audio mixer 
    95  * float32tos16: float32 to 16 bits signed integer audio converter 
    96  * float32tos8: float32 to 8 bits signed integer audio converter 
    97  * float32tou16: float32 to 16 bits unsigned integer audio converter 
    98  * float32tou8: float32 to 8 bits unsigned integer audio converter 
    9996 * folder: folder meta data and art finder 
    10097 * freetype: Utility to put text on video using freetype2 
     
    136133 * image: Image file video output 
    137134 * invert: inverse video filter. 
    138  * ipv4: IPv4 network abstraction layer 
    139  * ipv6: IPv6 network abstraction layer 
    140135 * jack: jack server audio output 
    141136 * libmpeg2: Mpeg2 video decoder using libmpeg2 
     
    161156 * mkv: Matroska demuxer 
    162157 * mod: MOD demuxer 
     158 * mono: stereo-to-mono downmix simple channel mixer 
    163159 * mosaic: Module used to display a mosaic 
    164160 * motion: Motion control interface 
     
    185181 * netsync: synchronizes the clock of remote VLCs with a server for synchronous playback 
    186182 * noise: Noise adding video filter 
    187  * normvol: a audio filter for volume normalization.  
     183 * normvol: a audio filter for volume normalization. 
     184 * notify: notifications using libnotify 
    188185 * nsc: decoder for Microsoft proprietary NSC descriptors 
    189186 * nsv: NullSoft Video demuxer 
     
    202199 * packetizer_mpeg4video: MPEG4 video packetizer 
    203200 * packetizer_mpegvideo: MPEG video packetizer 
     201 * packetizer_vc1: VC-1 video packetizer 
    204202 * panoramix: image wall panoramic video with edge blending filter 
    205203 * param_eq: parametric equalizer 
     
    209207 * podcast: podcast feed parser 
    210208 * portaudio: audio output module that uses the portaudio library (www.portaudio.com) 
     209 * probe_hal: HAL probing module 
     210 * profile_parser: Streaming Profile parser 
    211211 * ps: input module for MPEG PS decapsulation. 
    212212 * psychedelic: Psychedelic video filter 
     
    229229 * rtcp: incomplete RTCP implementation 
    230230 * rv32: RV32 image format conversion module 
    231  * s16tofixed32: Signed 16 bits to fixed 32 bits audio converter 
    232  * s16tofloat32: Signed 16 bits to float 32 bits audio converter 
    233  * s16tofloat32swab: Signed 16 bits to float 32 bits audio converter with endianess change 
    234  * s8tofloat32: Signed 8 bits to float 32 bits audio converter 
    235231 * sap: Interface module to read SAP/SDP announcments 
    236232 * scale: Images rescaler 
     
    247243 * speex: a speex audio decoder/packetizer using the libspeex library. 
    248244 * spudec: RLE DVD subtitles decoder. 
     245 * stream_out_autodel: monitor mux inputs and automatically add/delete streams 
    249246 * stream_out_bridge: "exchange" streams between sout instances. To be used with VLM 
    250247 * stream_out_description: helper module for RTSP vod 
     
    274271 * test3: Empty Objective C module 
    275272 * test4: Stress test module 
    276  * test_playlist: playlist test suite 
    277273 * theora: a theora video decoder/packetizer/encoder using the libtheora library. 
    278274 * time: Overlays the current time 
     
    286282 * twolame: a mp1 mp2 audio encoder based on twolame 
    287283 * ty: TY demuxer 
    288  * u8tofixed32: unsigned 8 bits to fixed 32 bits audio converter  
    289  * u8tofloat32: unsigned 8 bits to float 32 bits audio converter  
    290284 * ugly_resampler: Ugly audio resampler 
    291285 * upnp: Universal Plug'n play discovery module