<div dir="auto"><div data-smartmail="gmail_signature" dir="auto">Thanks a lot Thomas and Steve for mentoring me, it was great to work with VideoLAN and I hope to continue contributing! </div><div data-smartmail="gmail_signature" dir="auto"><br></div><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Tue, Sep 17, 2019, 17:42 Thomas Guillem <<a href="mailto:thomas@gllm.fr">thomas@gllm.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">OK for the set.<br>
<br>
Very good job to Jai Luthra, the GSOC student who started this work and Steve for finishing it up.<br>
<br>
On Tue, Sep 17, 2019, at 14:04, Steve Lhomme wrote:<br>
> On 2019-09-17 14:02, Steve Lhomme wrote:<br>
> > Compared the previous version:<br>
> > - all the nvdec code is in modules/hw/nvdec<br>
> > - a Chroma conversion from GPU to CPU is added<br>
> > - fix/simplify buffer dimension issues<br>
> > - clean debug/testing leftovers<br>
> > - misc code reordering<br>
> - no more patching of the contrib as my code has been merged<br>
> <br>
> > <br>
> > Jai Luthra (1):<br>
> >    nvdec: Add NVDEC decoder<br>
> > <br>
> > Steve Lhomme (5):<br>
> >    fourcc: add nvdec opaque formats<br>
> >    nvdec: output a custom NVDEC opaque format<br>
> >    nvdec: reindent after code addition<br>
> >    nvdec: add a GPU to CPU converter<br>
> >    nvdec: add direct rendering in OpenGL<br>
> > <br>
> >   <a href="http://configure.ac" rel="noreferrer noreferrer" target="_blank">configure.ac</a>                 |  13 +<br>
> >   include/vlc_codec.h          |   2 +<br>
> >   include/vlc_fourcc.h         |   5 +<br>
> >   modules/Makefile.am          |   1 +<br>
> >   modules/hw/nvdec/Makefile.am |  25 +<br>
> >   modules/hw/nvdec/chroma.c    | 132 +++++<br>
> >   modules/hw/nvdec/nvdec.c     | 937 +++++++++++++++++++++++++++++++++++<br>
> >   modules/hw/nvdec/nvdec_fmt.h |  54 ++<br>
> >   modules/hw/nvdec/nvdec_gl.c  | 280 +++++++++++<br>
> >   src/misc/fourcc.c            |  26 +<br>
> >   src/misc/fourcc_list.h       |   9 +<br>
> >   11 files changed, 1484 insertions(+)<br>
> >   create mode 100644 modules/hw/nvdec/Makefile.am<br>
> >   create mode 100644 modules/hw/nvdec/chroma.c<br>
> >   create mode 100644 modules/hw/nvdec/nvdec.c<br>
> >   create mode 100644 modules/hw/nvdec/nvdec_fmt.h<br>
> >   create mode 100644 modules/hw/nvdec/nvdec_gl.c<br>
> > <br>
> > -- <br>
> > 2.17.1<br>
> > <br>
> > _______________________________________________<br>
> > vlc-devel mailing list<br>
> > To unsubscribe or modify your subscription options:<br>
> > <a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
> > <br>
> _______________________________________________<br>
> vlc-devel mailing list<br>
> To unsubscribe or modify your subscription options:<br>
> <a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a></blockquote></div></div>