Menu

Svn Commit Log


Commit Date  
[r2752] by sms00

check if -maltivec is accepted and if so add it to ALTIVEC_CFLAGS. Later
versions of gcc (gcc4) won't generate vectorized memset/memcpy unless both
-faltivec and -maltivec are given.

2005-05-28 17:56:20 Tree
[r2751] by sms00

Use strcasecmp instead of strcmp to shorten the extension checking.

2005-05-27 18:08:54 Tree
[r2750] by sms00

Tidy up a little during the Release Candidate phase. The chroma-type member
is not just for MJPG (could be 'yuv') so shorten the name from 'MJPG_chroma'
to simply 'chroma'.

2005-05-27 18:06:06 Tree
[r2749] by sms00

Need to use "head -n 1" instead of the deprecated "head -1" form - some
systems moan&groan about the traditional form.

2005-05-27 02:16:38 Tree
[r2748] by sms00

assumptions about chroma subsampling should not be coded in as explicit
"divide by 4" (which assumes 4:2:0). Use the Y4M API to dynamically compute
the chroma plane size. I.E. do not do 'w * h / 4' but instead use
y4m_chroma_ss_x_ratio (and 'y').

2005-05-26 22:43:34 Tree
[r2747] by rbultje

Fix RPM build

2005-05-25 09:40:07 Tree
[r2746] by sms00

accidentally left out an arg in the usage summary for the chroma option. -x
takes an argument

2005-05-25 03:08:59 Tree
[r2745] by sms00

Overlooked the 'k' (flip bytes) option in the getopt() call.

2005-05-25 02:28:28 Tree
[r2744] by waldviertler

A nev version for the comming release

2005-05-24 11:02:32 Tree
[r2743] by sms00

Oops - single quotes instead of double quotes in a few places (PPC).

2005-05-23 21:05:09 Tree
Older >
Auth0 Logo