Changeset e3d735fe55468655cbb806c5e01908f234a3f7f9
- 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
| r1583555 |
re3d735f |
|
| 11 | 11 | * access_fake: Fake access to use for mosaic and other special streaming setups |
|---|
| 12 | 12 | * access_file: File access module |
|---|
| | 13 | * access_filter_dump: Raw input Dump module |
|---|
| 13 | 14 | * access_filter_record: Raw input Recording module |
|---|
| 14 | 15 | * access_filter_timeshift: Timeshifting module |
|---|
| … | … | |
| 52 | 53 | * cmml: Continuous Media Markup Language annotations/hyperlinks decoder |
|---|
| 53 | 54 | * 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 |
|---|
| 54 | 57 | * crop: Crop video filter |
|---|
| 55 | 58 | * cvdsub: CVD subtitles decoder |
|---|
| … | … | |
| 88 | 91 | * ffmpeg: Video decoder using the ffmpeg library |
|---|
| 89 | 92 | * 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 |
|---|
| 93 | 93 | * flac: Flac decoder using libflac |
|---|
| | 94 | * flacsys: FLAC demuxer |
|---|
| 94 | 95 | * 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 |
|---|
| 99 | 96 | * folder: folder meta data and art finder |
|---|
| 100 | 97 | * freetype: Utility to put text on video using freetype2 |
|---|
| … | … | |
| 136 | 133 | * image: Image file video output |
|---|
| 137 | 134 | * invert: inverse video filter. |
|---|
| 138 | | * ipv4: IPv4 network abstraction layer |
|---|
| 139 | | * ipv6: IPv6 network abstraction layer |
|---|
| 140 | 135 | * jack: jack server audio output |
|---|
| 141 | 136 | * libmpeg2: Mpeg2 video decoder using libmpeg2 |
|---|
| … | … | |
| 161 | 156 | * mkv: Matroska demuxer |
|---|
| 162 | 157 | * mod: MOD demuxer |
|---|
| | 158 | * mono: stereo-to-mono downmix simple channel mixer |
|---|
| 163 | 159 | * mosaic: Module used to display a mosaic |
|---|
| 164 | 160 | * motion: Motion control interface |
|---|
| … | … | |
| 185 | 181 | * netsync: synchronizes the clock of remote VLCs with a server for synchronous playback |
|---|
| 186 | 182 | * 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 |
|---|
| 188 | 185 | * nsc: decoder for Microsoft proprietary NSC descriptors |
|---|
| 189 | 186 | * nsv: NullSoft Video demuxer |
|---|
| … | … | |
| 202 | 199 | * packetizer_mpeg4video: MPEG4 video packetizer |
|---|
| 203 | 200 | * packetizer_mpegvideo: MPEG video packetizer |
|---|
| | 201 | * packetizer_vc1: VC-1 video packetizer |
|---|
| 204 | 202 | * panoramix: image wall panoramic video with edge blending filter |
|---|
| 205 | 203 | * param_eq: parametric equalizer |
|---|
| … | … | |
| 209 | 207 | * podcast: podcast feed parser |
|---|
| 210 | 208 | * portaudio: audio output module that uses the portaudio library (www.portaudio.com) |
|---|
| | 209 | * probe_hal: HAL probing module |
|---|
| | 210 | * profile_parser: Streaming Profile parser |
|---|
| 211 | 211 | * ps: input module for MPEG PS decapsulation. |
|---|
| 212 | 212 | * psychedelic: Psychedelic video filter |
|---|
| … | … | |
| 229 | 229 | * rtcp: incomplete RTCP implementation |
|---|
| 230 | 230 | * 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 |
|---|
| 235 | 231 | * sap: Interface module to read SAP/SDP announcments |
|---|
| 236 | 232 | * scale: Images rescaler |
|---|
| … | … | |
| 247 | 243 | * speex: a speex audio decoder/packetizer using the libspeex library. |
|---|
| 248 | 244 | * spudec: RLE DVD subtitles decoder. |
|---|
| | 245 | * stream_out_autodel: monitor mux inputs and automatically add/delete streams |
|---|
| 249 | 246 | * stream_out_bridge: "exchange" streams between sout instances. To be used with VLM |
|---|
| 250 | 247 | * stream_out_description: helper module for RTSP vod |
|---|
| … | … | |
| 274 | 271 | * test3: Empty Objective C module |
|---|
| 275 | 272 | * test4: Stress test module |
|---|
| 276 | | * test_playlist: playlist test suite |
|---|
| 277 | 273 | * theora: a theora video decoder/packetizer/encoder using the libtheora library. |
|---|
| 278 | 274 | * time: Overlays the current time |
|---|
| … | … | |
| 286 | 282 | * twolame: a mp1 mp2 audio encoder based on twolame |
|---|
| 287 | 283 | * 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 |
|---|
| 290 | 284 | * ugly_resampler: Ugly audio resampler |
|---|
| 291 | 285 | * upnp: Universal Plug'n play discovery module |
|---|