[vlc-commits] chroma: add a converter from I420/YV12 to NV12

Steve Lhomme git at videolan.org
Wed May 11 18:06:11 CEST 2016


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Wed May 11 17:29:39 2016 +0200| [ad8cbfd644dfb84d69d8762a1d2a125e95d73766] | committer: Jean-Baptiste Kempf

chroma: add a converter from I420/YV12 to NV12

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad8cbfd644dfb84d69d8762a1d2a125e95d73766
---

 modules/MODULES_LIST             |    1 +
 modules/video_chroma/Makefile.am |    6 ++
 modules/video_chroma/copy.c      |   76 ++++++++++++++++++
 modules/video_chroma/copy.h      |    4 +
 modules/video_chroma/i420_nv12.c |  165 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 252 insertions(+)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=ad8cbfd644dfb84d69d8762a1d2a125e95d73766


More information about the vlc-commits mailing list