Menu

Svn Commit Log


Commit Date  
[r2456] by sms00

Implement building PROGRAMS (not SHARED LIBS) without PIC code - seems that
on a PPC (OS/X at least) the default is the (slightly) slower PIC mode. For
programs there is the "-mdynamic-no-pic" which should be used for non-shared
(but still dynamic) objects such as compute bound programs. On IA32 there
is the "-fno-PIC" which simply restates the default of non-pic code.

Thus far only a couple programs in lavtools/ have had their CFLAGS adjusted
to show how it's done. Over time other cpu intense programs will have the
same mods made.

2004-11-01 00:58:29 Tree
[r2455] by sms00

Another update submitted by Nicolas Boos

2004-10-26 22:07:29 Tree
[r2454] by rbultje

Since we use a define, actually include the header that defines it

2004-10-23 21:15:56 Tree
[r2453] by sms00

Updated with patch from Nicolas Boos

2004-10-20 00:32:59 Tree
[r2452] by waldviertler

applied fix from Bug tracker:
[ 1041159 ] mplex -O: typo in mplex/main.cpp

-O is never satisfied with time offset units when none
given (according to man page, must default to ms.)

"mjpegtools-1.6.2/mplex/main.cpp" line 582 of 621: if(
e ) should obviously be if (*e).

2004-10-17 05:41:27 Tree
[r2451] by sms00

Further speedup of the non-MMX/SSE SAD functions - shortcut the computation if
the current block has become worse than previously seen blocks.

2004-10-15 16:21:24 Tree
[r2450] by sms00

Use inline abs() in the uv_noaccel case (saves an intermediate variable and
calculation).

2004-10-14 20:14:22 Tree
[r2449] by sms00

Add -X to allow bypassing the SIMD (SSE/MMX) routines.
Rewrite the SAD (Luma only) routines to use pointer arithmetic and the
(builtin) abs() function. This speeds up processing almost 25% on a 1GHz G4/PPC

2004-10-14 17:38:02 Tree
[r2448] by sms00

char -> int, seems some systems use unsigned char as the default

2004-10-10 17:39:23 Tree
[r2447] by sms00

Typo and phrasing fixes.

2004-10-09 05:18:05 Tree
Older >
Monday.com Logo