Changeset 479a1cc214572c3519b8143efd2c42e2e56a2d6a
- Timestamp:
- 27/08/08 14:44:30
(3 months ago)
- Author:
- Jean-Paul Saman <jean-paul.saman@m2x.nl>
- git-committer:
- Jean-Paul Saman <jean-paul.saman@m2x.nl> 1219841070 +0200
- git-parent:
[c3baee8d05bc02734964fd8fcb3c66b8b88d8821]
- git-author:
- Jean-Paul Saman <jpsaman@gandalf.kpn-communicationcentre.nl> 1217587904 +0200
- Message:
Add scene filter which provides the same functionality as the vout_output image, but which can be inserted in a playback or stream out chain.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd6b9203 |
r479a1cc |
|
| 649 | 649 | AC_TYPE_SIGNAL |
|---|
| 650 | 650 | AC_CHECK_LIB(m,cos,[ |
|---|
| 651 | | VLC_ADD_LIBS([adjust wave ripple psychedelic gradient a52tofloat32 dtstofloat32 x264 goom visual panoramix rotate noise grain],[-lm]) |
|---|
| | 651 | VLC_ADD_LIBS([adjust wave ripple psychedelic gradient a52tofloat32 dtstofloat32 x264 goom visual panoramix rotate noise grain scene],[-lm]) |
|---|
| 652 | 652 | ]) |
|---|
| 653 | 653 | AC_CHECK_LIB(m,pow,[ |
|---|
| … | … | |
| 1153 | 1153 | VLC_ADD_PLUGIN([puzzle]) |
|---|
| 1154 | 1154 | VLC_ADD_PLUGIN([colorthres]) |
|---|
| | 1155 | VLC_ADD_PLUGIN([scene]) |
|---|
| 1155 | 1156 | dnl Meta demuxers: |
|---|
| 1156 | 1157 | VLC_ADD_PLUGIN([playlist]) |
|---|
| r0792400 |
r479a1cc |
|
| 44 | 44 | SOURCES_swscale = swscale.c ../codec/avcodec/chroma.h |
|---|
| 45 | 45 | SOURCES_imgresample = imgresample.c ../codec/avcodec/chroma.h |
|---|
| | 46 | SOURCES_scene = scene.c |
|---|
| 46 | 47 | noinst_HEADERS = filter_common.h filter_picture.h |
|---|