Commit b28eb687 authored by Antoine Cellerier's avatar Antoine Cellerier

Port chain filter to new API. Now supports chaining of chroma conversion and...

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.
parent f4c4d8d2
...@@ -78,7 +78,3 @@ SOURCES_yuy2_i422 = \ ...@@ -78,7 +78,3 @@ SOURCES_yuy2_i422 = \
SOURCES_yuy2_i420 = \ SOURCES_yuy2_i420 = \
yuy2_i420.c \ yuy2_i420.c \
$(NULL) $(NULL)
SOURCES_chroma_chain = \
chain.c \
$(NULL)
...@@ -38,4 +38,5 @@ SOURCES_grain = grain.c ...@@ -38,4 +38,5 @@ SOURCES_grain = grain.c
SOURCES_seamcarving = seamcarving.c SOURCES_seamcarving = seamcarving.c
SOURCES_croppadd = croppadd.c SOURCES_croppadd = croppadd.c
SOURCES_blendbench = blendbench.c SOURCES_blendbench = blendbench.c
SOURCES_chain = chain.c
noinst_HEADERS = filter_common.h filter_picture.h noinst_HEADERS = filter_common.h filter_picture.h
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment