]> git.sesse.net Git - vlc/commit
New filter chain handling API. This should make it possible to factorize
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 3 Jun 2008 20:44:06 +0000 (22:44 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 4 Jun 2008 11:14:12 +0000 (13:14 +0200)
commit57d88c823edb427bdba7ed9d77da707064d90f2e
tree88a4be8db62408a72f065072ac94d47b76fb859c
parent69c6803c9cdf2232a76903722a542e26146e7d51
New filter chain handling API. This should make it possible to factorize
a lot of code everywhere a filter_t chain is used ("video filter2":
vout core, transcode, chain.c video filter; "sub filter": spu_Init;
"audio filter2": transcode; the other types of filter_t objects are
never chained)

Btw, why aren't "audio filter2" filters used anywhere in the aout core?
include/vlc_filter.h
src/Makefile.am
src/libvlccore.sym
src/misc/filter_chain.c [new file with mode: 0644]