[vlc-devel] [PATCH 0/3] v2: video filters, hw acceleration and 10bits: solution b

Thomas Guillem thomas at gllm.fr
Fri May 26 16:26:58 CEST 2017


This set of patches replace the "vout: add I420 as middle-man if filters chain
fails" patch. It adds a new video filter converter in order to avoid to
duplicate the chain converter functionality.

Regards,

Thomas Guillem (3):
  filters: add filter name
  video_chroma: chain: add a new filter converter
  filter_chain: add "chain" video filter support

 include/vlc_filter.h         |   1 +
 modules/video_chroma/chain.c | 115 +++++++++++++++++++++++++++++++++++--------
 src/misc/filter_chain.c      |  13 ++++-
 3 files changed, 108 insertions(+), 21 deletions(-)

-- 
2.11.0



More information about the vlc-devel mailing list