Mercurial > mplayer.hg
comparison libmpcodecs/Makefile @ 24677:9f81c2175803
overcomplete wavelet denoiser
not optimized at all but much cleaner than uspp
author | michael |
---|---|
date | Wed, 03 Oct 2007 23:50:54 +0000 |
parents | 8572d2ef5263 |
children | 1d9ea74f79a0 |
comparison
equal
deleted
inserted
replaced
24676:c03afe4ed741 | 24677:9f81c2175803 |
---|---|
91 vf_vo.c \ | 91 vf_vo.c \ |
92 vf_yadif.c \ | 92 vf_yadif.c \ |
93 vf_yuvcsp.c \ | 93 vf_yuvcsp.c \ |
94 vf_yuy2.c \ | 94 vf_yuy2.c \ |
95 vf_yvu9.c \ | 95 vf_yvu9.c \ |
96 vf_ow.c \ | |
96 | 97 |
97 # These filters use private headers and do not work with shared libavcodec. | 98 # These filters use private headers and do not work with shared libavcodec. |
98 SRCS_COMMON-$(LIBAVCODEC_A) += vf_fspp.c \ | 99 SRCS_COMMON-$(LIBAVCODEC_A) += vf_fspp.c \ |
99 vf_geq.c \ | 100 vf_geq.c \ |
100 vf_mcdeint.c \ | 101 vf_mcdeint.c \ |