Menu

Svn Commit Log


Commit Date  
[r2726] by sms00

Ignore the new executable.

2005-04-23 03:32:05 Tree
[r2725] by sms00

Add a new utility to deal with raw (headerless) 4:2:2 data from digital
(IIDC) cameras. The uncompressed 4:2:2 data is not '422 planar', instead it
is packed as either YUYV or UYVY. This program repacks the data into 4:2:2
planar and puts on the YUV4MPEG2 header and FRAME markers.

2005-04-23 03:31:14 Tree
[r2724] by sms00

Use the latest jpeg-mmx (0.1.6). DV is quite popular these days so require
libdv (and libdv-devel for building).

2005-04-17 03:41:46 Tree
[r2723] by sms00

0x30 is 48 not 40. Sigh.

2005-04-16 15:19:04 Tree
[r2722] by sms00

aenc/subs.c was empty (entire contents ifdef'd out for years now). Clean up and
get rid of it.

2005-04-15 00:25:28 Tree
[r2721] by sms00

Get rid of the warning:
yuvscaler.c:1191: warning: initialization makes integer from pointer without a cast

2005-04-15 00:01:04 Tree
[r2720] by sms00

Technical note TN 2086 on Apple's site provided better compiler options for the
G5 based systems.

2005-04-14 03:51:17 Tree
[r2719] by sms00

Fix the errors reported by gcc:
musicin.c: In function `get_params':
musicin.c:247: warning: long int format, int arg (arg 2)
musicin.c:324: warning: suggest explicit braces to avoid ambiguous `else'

2005-04-14 00:31:19 Tree
[r2718] by sms00

avoid overflow in the average P (and B) frame size. This was observed when
there were 241817 P frames of ~18KB each. Basically 4GB (32bits) isn't
enough when building m2v files destined for a dual layer disk.

Fix was to use int64_t for the avg_frames array and then cast the average
size to (int). It is highly unlikely that the average frame size will
exceed an 'int'.

2005-04-12 20:15:37 Tree
[r2717] by sms00

silly to include <math.h> twice ;)

2005-04-11 18:16:42 Tree
Older >
Auth0 Logo