Menu

Svn Commit Log


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

Minor wording change (they instead of their).

2005-04-09 01:46:54 Tree
[r2715] by sms00

nasm is no longer required since all the .s files have been converted.

2005-04-01 05:13:41 Tree
[r2714] by sms00

Fix the warning errors:
main.c: In function `main':
main.c:140: warning: zero-length printf format string
main.c:142: warning: zero-length printf format string

2005-04-01 04:11:12 Tree
[r2713] by sms00

ignore the new executable.

2005-03-31 21:21:31 Tree
[r2712] by sms00

Remove mblocks_sub44_mests from the list of functions that can be disable
because that routine does not have a C-only counterpart.

2005-03-31 21:20:51 Tree
[r2711] by sms00

turn off iframe only for vcd format

2005-03-31 19:30:20 Tree
Older >
Auth0 Logo