| Commit | Date | |
|---|---|---|
|
[r2756]
by
sms00
No problem with gcc3. BUT on OSX 10.4 the warning (with caution it will be bsad.c: In function 'bsad_altivec': on Fedora Core4 Test3 it's a fatal error. Fix is to cast the return value to the variable type. Intead of vu8(fH) = vec_mergeh(zero, vf); use something like: fH = vu16(vec_mergeh(zero, vf)); |
2005-05-29 00:32:29 | Tree |
|
[r2755]
by
sms00
No problem with gcc3. BUT on OSX 10.4 the warning (with caution it will be bsad.c: In function 'bsad_altivec': on Fedora Core4 Test3 it's a fatal error. Fix is to cast the return value to the variable type. Intead of vu8(fH) = vec_mergeh(zero, vf); use something like: fH = vu16(vec_mergeh(zero, vf)); |
2005-05-29 00:17:57 | Tree |
|
[r2754]
by
sms00
No problem with gcc3. BUT on OSX 10.4 the warning (with caution it will be bsad.c: In function 'bsad_altivec': on Fedora Core4 Test3 it's a fatal error. Fix is to cast the return value to the variable type. Intead of vu8(fH) = vec_mergeh(zero, vf); use something like: fH = vu16(vec_mergeh(zero, vf)); |
2005-05-29 00:09:47 | Tree |
|
[r2753]
by
sms00
Not a problem with gcc3. BUT on OSX 10.4 the warning (with caution it will be bsad.c: In function 'bsad_altivec': on Fedora Core4 Test3 it's a fatal error. Fix is to cast the return value to the variable type. Intead of vu8(fH) = vec_mergeh(zero, vf); use something like: fH = vu16(vec_mergeh(zero, vf)); |
2005-05-28 23:59:19 | Tree |
|
[r2752]
by
sms00
check if -maltivec is accepted and if so add it to ALTIVEC_CFLAGS. Later |
2005-05-28 17:56:20 | Tree |
| 2005-05-27 18:08:54 | Tree | |
|
[r2750]
by
sms00
Tidy up a little during the Release Candidate phase. The chroma-type member |
2005-05-27 18:06:06 | Tree |
|
[r2749]
by
sms00
Need to use "head -n 1" instead of the deprecated "head -1" form - some |
2005-05-27 02:16:38 | Tree |
|
[r2748]
by
sms00
assumptions about chroma subsampling should not be coded in as explicit |
2005-05-26 22:43:34 | Tree |
| 2005-05-25 09:40:07 | Tree |