Menu

Svn Commit Log


Commit Date  
[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
[r2742] by sms00

Fix gcc4 support for PPC arch

2005-05-23 20:50:30 Tree
[r2741] by sms00

Changes from Burkhard Plaum (libquicktime) for gcc4 support.

2005-05-23 19:41:34 Tree
Older >
Auth0 Logo