[vlc-devel] [PATCH 0/2] CoreImage filters

Victorien Le Couviour--Tuffet victorien.lecouviour.tuffet at gmail.com
Thu Jul 13 14:39:58 CEST 2017


V3: The decoder output is not forced anymore, instead a VideoToolbox video
converter is applied when entering and leaving the filter. This is ok as all
the CI filters are applied within the same filter_t::pf_video_filter call.

Victorien Le Couviour--Tuffet (2):
  video-chroma: add cvpx to cvpx converter
  hw: coreimage: add filters

 modules/video_chroma/cvpx.c       | 107 +++++-
 modules/video_filter/Makefile.am  |  11 +
 modules/video_filter/ci_filters.m | 671 ++++++++++++++++++++++++++++++++++++++
 modules/video_output/macosx.m     |   4 +
 4 files changed, 791 insertions(+), 2 deletions(-)
 create mode 100644 modules/video_filter/ci_filters.m

-- 
2.13.1



More information about the vlc-devel mailing list