Changeset 15835550fefef4c87c6dfeb2bbd48de61fef999c
- Timestamp:
- 01/04/07 15:07:06
(2 years ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1175432826 +0000
- git-parent:
[eb33bc2c83c2d98566c3692c00e855ce98d9187a]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1175432826 +0000
- Message:
LIST update (3)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| reb33bc2 |
r1583555 |
|
| 8 | 8 | * access_directory: Access module to read files in a directory |
|---|
| 9 | 9 | * access_dv: Raw1394 Digital Video (Firewire/IEEE1394/I-Link) access module |
|---|
| | 10 | * access_eyetv: Access module to connect to our plugin running within EyeTV |
|---|
| 10 | 11 | * access_fake: Fake access to use for mosaic and other special streaming setups |
|---|
| 11 | 12 | * access_file: File access module |
|---|
| … | … | |
| 89 | 90 | * fixed32tofloat32: Audio converter from fixed 32 bits to float 32 bits |
|---|
| 90 | 91 | * fixed32tos16: Fixed 32 bits to Signed 16 bits integer audio converter |
|---|
| 91 | | * flac: A/52 demuxer |
|---|
| 92 | | * flacdec: Flac decoder using libflac |
|---|
| | 92 | * flacsys: A/52 demuxer |
|---|
| | 93 | * flac: Flac decoder using libflac |
|---|
| 93 | 94 | * float32_mixer: Precise float32 audio mixer |
|---|
| 94 | 95 | * float32tos16: float32 to 16 bits signed integer audio converter |
|---|
| … | … | |
| 96 | 97 | * float32tou16: float32 to 16 bits unsigned integer audio converter |
|---|
| 97 | 98 | * float32tou8: float32 to 8 bits unsigned integer audio converter |
|---|
| | 99 | * folder: folder meta data and art finder |
|---|
| 98 | 100 | * freetype: Utility to put text on video using freetype2 |
|---|
| 99 | 101 | * ftp : FTP input module |
|---|
| … | … | |
| 264 | 266 | * svgalib: SGVAlib output plugin |
|---|
| 265 | 267 | * swscale: Image scaling module |
|---|
| | 268 | * taglib: Taglib tags parser and writer |
|---|
| 266 | 269 | * tarkin: a tarkin video decoder using libtarkin |
|---|
| 267 | 270 | * telnet: Telnet control interface for VideoLAN Media Manager |
|---|
| … | … | |
| 289 | 292 | * upnp_cc: Cyberlink UPNP discovery |
|---|
| 290 | 293 | * upnp_intel: Intel SDL UPNP discovery |
|---|
| | 294 | * v4l2: Video 4 Linux 2 input module |
|---|
| 291 | 295 | * v4l: Video 4 Linux input module |
|---|
| 292 | 296 | * vc1: VC-1 Video demuxer |
|---|
| … | … | |
| 317 | 321 | * xvid: Decoder for the Xvid codec, using libxvidcore |
|---|
| 318 | 322 | * xvideo: video output module using the XVideo API. |
|---|
| | 323 | * xvmc: XVMC video output and decoder |
|---|