[vlc-devel] commit: New filter chain handling API. This should make it possible to factorize (Antoine Cellerier )

jboileau jboileau at gmail.com
Wed Jun 4 14:28:39 CEST 2008


What is the relationship between filter_t chains and filter strings?
For example in extended_panels.cpp, the function ChangeVFiltersString
manipulates the string variables for filters. Are these two related?
Interchangeable somehow?

On Wed, Jun 4, 2008 at 7:13 AM, git version control <git at videolan.org> wrote:
> 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
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>



-- 
Jacques Boileau



More information about the vlc-devel mailing list