Changeset 3173ecbb4943f19638316e22af1e081921604703
- Timestamp:
- 08/01/07 10:23:38
(1 year ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 1185956618 +0000
- git-parent:
[3a9ae14c2fc4c23de2e89d7a7889c0acea7bd5f2]
- git-author:
- Sam Hocevar <sam@videolan.org> 1185956618 +0000
- Message:
- Simple grayscale -> yuv conversions.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3a22524 |
r3173ecb |
|
| 1202 | 1202 | VLC_ADD_PLUGINS([trivial_channel_mixer trivial_mixer]) |
|---|
| 1203 | 1203 | VLC_ADD_PLUGINS([playlist export sgimb nsc xtag]) |
|---|
| 1204 | | VLC_ADD_PLUGINS([i420_rgb rawvideo blend scale image logo magnify puzzle colorthres]) |
|---|
| | 1204 | VLC_ADD_PLUGINS([i420_rgb grey_yuv rawvideo blend scale image logo magnify puzzle colorthres]) |
|---|
| 1205 | 1205 | VLC_ADD_PLUGINS([wav araw subtitle vobsub adpcm a52sys dtssys au ty voc xa nuv]) |
|---|
| 1206 | 1206 | VLC_ADD_PLUGINS([access_directory access_file access_udp access_tcp]) |
|---|
| r9acaa4b |
r3173ecb |
|
| 59 | 59 | $(NULL) |
|---|
| 60 | 60 | |
|---|
| | 61 | SOURCES_grey_yuv = \ |
|---|
| | 62 | grey_yuv.c \ |
|---|
| | 63 | $(NULL) |
|---|
| | 64 | |
|---|