Changeset 1e9df876c6b666042a3f292e67ab637d3fc9d95e
- Timestamp:
- 11/03/05 09:13:00
(4 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1110528780 +0000
- git-parent:
[5f549ab8a1c7970ccae1d87b3f2df16b20d65d5f]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1110528780 +0000
- Message:
Tivo file demuxer
based on patch from Neal Symms <nsymms # redwar.us>
with minor cleanups
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re28940d |
r1e9df87 |
|
| 984 | 984 | VLC_ADD_PLUGINS([id3 playlist export sgimb m3u xtag]) |
|---|
| 985 | 985 | VLC_ADD_PLUGINS([i420_rgb rawvideo blend scale image logo]) |
|---|
| 986 | | VLC_ADD_PLUGINS([wav araw subtitle vobsub adpcm a52sys dtssys au voc xa]) |
|---|
| | 986 | VLC_ADD_PLUGINS([wav araw subtitle vobsub adpcm a52sys dtssys au ty voc xa]) |
|---|
| 987 | 987 | VLC_ADD_PLUGINS([access_directory access_file access_udp access_tcp]) |
|---|
| 988 | 988 | VLC_ADD_PLUGINS([access_http access_mms access_ftp ipv4]) |
|---|
| r64d9b69 |
r1e9df87 |
|
| 21 | 21 | SOURCES_mjpeg = mjpeg.c |
|---|
| 22 | 22 | SOURCES_subtitle = subtitle.c |
|---|
| | 23 | SOURCES_ty = ty.c |
|---|
| 23 | 24 | SOURCES_vobsub = vobsub.c |
|---|
| 24 | 25 | SOURCES_voc = voc.c |
|---|