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

Thomas Guillem thomas at gllm.fr
Thu Jul 13 13:25:05 CEST 2017



On Thu, Jul 13, 2017, at 13:21, Victorien Le Couviour--Tuffet wrote:
> 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

Hey,
I just remamed this module to cvpx...
Could you just add the cvpx to cvpx conversion as a sudmodule in the
cvpx module ? And this will be one dynamic library less.

>   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
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list