]> git.sesse.net Git - x264/commit
NV21 input support
authorYu Xiaolei <dreifachstein@gmail.com>
Fri, 6 Jun 2014 08:05:27 +0000 (16:05 +0800)
committerHenrik Gramner <henrik@gramner.com>
Sat, 25 Jul 2015 20:52:54 +0000 (22:52 +0200)
commit627f891c571cacb51deb5e211b23c309b14a6587
tree2a5a64f7b799b95d21d57f3cdf2e30f5cc613783
parent6ee94dc898dc029553e308f1e76891ccefb3f0a7
NV21 input support

Eliminates an extra copy when encoding Android camera preview images.

Checkasm test by Janne Grunau.
ARM assembly with improvements from Janne Grunau.
12 files changed:
common/arm/mc-a.S
common/arm/mc-c.c
common/common.c
common/frame.c
common/mc.c
common/mc.h
encoder/encoder.c
filters/video/depth.c
filters/video/resize.c
input/input.c
tools/checkasm.c
x264.h