]> git.sesse.net Git - x264/commit
x86: Prevent overread of src in plane_copy_interleave
authorHenrik Gramner <henrik@gramner.com>
Fri, 22 May 2015 17:23:33 +0000 (19:23 +0200)
committerAnton Mitrofanov <BugMaster@narod.ru>
Thu, 16 Jul 2015 21:41:25 +0000 (00:41 +0300)
commit35cf1a2cbf253e43cab7747eb903a3b844bd42c1
tree752c6d7c9a98b1e3fae8a795508b02cf781eade3
parent003414a4b3724f0972e4507dfd1432dd442d2228
x86: Prevent overread of src in plane_copy_interleave

Could only occur in 4:2:2 with height == 1.

Also enable asm for inputs with different U/V strides as long as the strides
have identical signs.
common/x86/mc-c.c