Changeset b28eb687ff725907f2ffb37c4c3fc1071bf77437
- Timestamp:
- 06/02/08 18:44:21
(3 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1212425061 +0200
- git-parent:
[f4c4d8d2f03eefa4333203c35d1cb0ebf433438f]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1212420260 +0200
- Message:
Port chain filter to new API. Now supports chaining of chroma conversion and scaling operations. Integration of crop/padding still needs to be done. This might need to be moved in the core.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rcef7a5d |
rb28eb68 |
|
| 79 | 79 | yuy2_i420.c \ |
|---|
| 80 | 80 | $(NULL) |
|---|
| 81 | | |
|---|
| 82 | | SOURCES_chroma_chain = \ |
|---|
| 83 | | chain.c \ |
|---|
| 84 | | $(NULL) |
|---|
| r5d6e797 |
rb28eb68 |
|
| 39 | 39 | SOURCES_croppadd = croppadd.c |
|---|
| 40 | 40 | SOURCES_blendbench = blendbench.c |
|---|
| | 41 | SOURCES_chain = chain.c |
|---|
| 41 | 42 | noinst_HEADERS = filter_common.h filter_picture.h |
|---|