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)
Change History (4)
by , 9 years ago
Attachment: | bgr32.patch added |
---|
comment:2 by , 9 years ago
Please send your patch - made with git format-patch
- to the development mailing list, patches are ignored here.
comment:3 by , 9 years ago
Priority: | normal → wish |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | unspecified → git-master |
Your patch was applied as 126271138803fdb1eb6059f4f71c88254ae2a20b
Note:
See TracTickets
for help on using tickets.
Patch to add accelerated YUV->BGR for x86