]> git.sesse.net Git - vlc/history - src/misc/filter_chain.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / misc / filter_chain.c
2010-08-11 Laurent AimarExtended filter_chain_VideoFilter to support filters...
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-11 Laurent AimarAdded a way to flush video filters and video filter...
2010-05-01 Laurent AimarAdded mouse support to sub-filter.
2010-02-07 Rémi Denis-CourmontMisc: remove leading underscores
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-23 Rémi Denis-Courmontfilter_t: use struct of non-anymous unions, seems more...
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-09-25 Rémi Denis-CourmontUse doubly linked list for filter chaining
2009-09-20 Rémi Denis-CourmontRemove most vlc_object_set_name() calls, now redumdant
2009-08-23 Rémi Denis-CourmontUse vlc_object_set_name in some places
2009-08-23 Rémi Denis-Courmontfilter: avoid vlc_object_t.psz_object_name
2009-08-19 Rémi Denis-CourmontHide psz_object_name in private data
2009-08-19 Rémi Denis-CourmontRemove two possibly wild references to psz_object_name
2009-08-19 Rémi Denis-CourmontRemove filter_chain_GetFilter: unused and not thread...
2009-07-16 Rémi Duraffortfree(NULL) is safe.
2009-06-03 Laurent AimarAdded mouse support to filter_t and filter_chain_t.
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-03-22 Laurent AimarFixed a crash in video filter_chain_t code when closing...
2009-03-22 Laurent AimarClean up a bit filter_chain_* code.
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-02 Laurent AimarDo not filter the same picture multiple times (close...
2008-08-23 Antoine CellerierFix error message.
2008-08-03 Rémi DuraffortFix memleak and bad use of a const variable.
2008-08-03 Laurent AimarFixed filter_chain_GetFmtOut to really return the outpu...
2008-07-24 Laurent AimarFixed completely broken video filter 2 chain in vout...
2008-07-23 Laurent AimarFixed filter_chain for vout hack.
2008-07-21 Laurent AimarUse picture_New.
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_FILTER: remove
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-22 Antoine CellerierDon't print (null) when we don't have a filter name.
2008-06-22 Antoine CellerierAdd support for format changes inside a video filter2...
2008-06-15 Antoine CellerierUse filter chain in mosaic bridge too.
2008-06-10 Antoine CellerierPartially fix sub picture filter chain handling. Still...
2008-06-04 Antoine CellerierUgly hack to make the filter chain work correctly for...
2008-06-04 Antoine CellerierUse filter chain in subpicture core.
2008-06-04 Antoine CellerierNew filter chain handling API. This should make it...