Opened 9 years ago

Closed 9 years ago

#4693 closed enhancement (fixed)

YUV->BGR32 is not accelerated on x86

Reported by: kcoyle Owned by:
Priority: wish Component: swscale
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

When converting from YUV to RGB yuv2rgb32_X_mmxext is called but there is no matching function for YUV to BGR (yuv2bgr32_X_mmxext).

Attachments (1)

bgr32.patch (2.2 KB ) - added by kcoyle 9 years ago.
Patch to add accelerated YUV->BGR for x86

Download all attachments as: .zip

Change History (4)

by kcoyle, 9 years ago

Attachment: bgr32.patch added

Patch to add accelerated YUV->BGR for x86

comment:1 by kcoyle, 9 years ago

Attached is a patch to accelerate the YUV->BGR conversion on x86

comment:2 by Carl Eugen Hoyos, 9 years ago

Please send your patch - made with git format-patch - to the development mailing list, patches are ignored here.

comment:3 by Carl Eugen Hoyos, 9 years ago

Priority: normalwish
Resolution: fixed
Status: newclosed
Version: unspecifiedgit-master

Your patch was applied as 126271138803fdb1eb6059f4f71c88254ae2a20b

Note: See TracTickets for help on using tickets.