#343 closed defect (fixed)
Software scaling crash with altivec
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | important | Component: | vf |
Version: | unspecified | Severity: | major |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
there are 2 bugs i've found in this function (included in
postproc/yuv2rgb_altivec.c).
i have a crash on software scaling. I've checked and the problem is in line 867:
out_rgba (R,G,B,out);
dumping the values the variables out and R are swapped. And not only in this
function. even in this function: altivec_yuv2_bgra32 i have same problem.
This can derive from a wrong aligment. don't know if from vf_scale or from
another file.
Change History (4)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Priority: | normal → important |
---|---|
Severity: | normal → major |
comment:3 by , 19 years ago
Owner: | changed from | to
---|
comment:4 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Several fixes for the AltiVec software scaler have made their way into CVS.
This issue should be solved, if it isn't, reopen this bug.
Note:
See TracTickets
for help on using tickets.
void
altivec_yuv2packedX (SwsContext *c,
lumFilterSize,
chrFilterSize,
{
[...]snip[...]
and it crash here. Most probably for the wrong "out" parameter.
the dump is: