[vlc-devel] [PATCH 0/3] CoreImage filters
Victorien Le Couviour--Tuffet
victorien.lecouviour.tuffet at gmail.com
Thu Jul 13 13:21:24 CEST 2017
V2: 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 (3):
video-chroma: cvpx: rename to cvpx_i420
video-chroma: add cvpx to cvpx converter
hw: coreimage: add filters
configure.ac | 3 +-
modules/video_chroma/Makefile.am | 14 +-
modules/video_chroma/cvpx_cvpx.c | 123 +++++
modules/video_chroma/{cvpx.c => cvpx_i420.c} | 2 +-
modules/video_filter/Makefile.am | 11 +
modules/video_filter/ci_filters.m | 674 +++++++++++++++++++++++++++
modules/video_output/macosx.m | 4 +
7 files changed, 825 insertions(+), 6 deletions(-)
create mode 100644 modules/video_chroma/cvpx_cvpx.c
rename modules/video_chroma/{cvpx.c => cvpx_i420.c} (99%)
create mode 100644 modules/video_filter/ci_filters.m
--
2.13.1
More information about the vlc-devel
mailing list