[vlc-devel] [PATCH 2/3] Add CineForm decoding/encoding plugin

Emeric Grange emeric.grange at gmail.com
Thu Aug 30 15:40:13 CEST 2018


Le mar. 28 août 2018 à 16:33, Paul B Mahol <onemda at gmail.com> a écrit :
>
> On 8/28/18, Emeric Grange <emeric.grange at gmail.com> wrote:
> > From: Emeric <emeric.grange at gmail.com>
> >
> > ---
> >  modules/codec/Makefile.am                  |  11 +
> >  modules/codec/cineform/cineform_plugin.c   | 796 +++++++++++++++++++++
> >  modules/codec/cineform/cineform_plugin.h   | 136 ++++
> >  modules/codec/cineform/cineform_settings.c | 402 +++++++++++
> >  modules/codec/cineform/cineform_settings.h |  91 +++
> >  5 files changed, 1436 insertions(+)
> >  create mode 100755 modules/codec/cineform/cineform_plugin.c
> >  create mode 100755 modules/codec/cineform/cineform_plugin.h
> >  create mode 100755 modules/codec/cineform/cineform_settings.c
> >  create mode 100755 modules/codec/cineform/cineform_settings.h
> >
>
> Bayer do make sense.

I guess bayer would make sense if we could provide a real bayer buffer
and let it be encoded as is. But I have no informations about what
that format should be. I removed this settings for now sorry. Bayer
encoded videos will still be decoded and outputted in YUYV or RGBa
formats.

> _______________________________________________
> 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