[vlc-devel] commit: New filter chain handling API. This should make it possible to factorize (Antoine Cellerier )
git version control
git at videolan.org
Wed Jun 4 13:13:51 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Tue Jun 3 22:44:06 2008 +0200| [57d88c823edb427bdba7ed9d77da707064d90f2e]
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?
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=57d88c823edb427bdba7ed9d77da707064d90f2e
---
include/vlc_filter.h | 36 +++++-
src/Makefile.am | 1 +
src/libvlccore.sym | 12 ++
src/misc/filter_chain.c | 320 +++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 365 insertions(+), 4 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=57d88c823edb427bdba7ed9d77da707064d90f2e
More information about the vlc-devel
mailing list