Menu

Svn Commit Log


Commit Date  
[r3145] by sms00

Fix a couple typos in comments. Tidy up some usage info messages.

2006-11-27 05:14:46 Tree
[r3144] by sms00

Tidy up a little. There are functions that can be used to generalize the
computation of the chroma buffer sizes.

2006-11-27 00:22:29 Tree
[r3143] by sms00

It is not the cause of the crashing on a PPC but the use of free() was
totally broken. free() takes the pointer to the malloc'd memory, you should
not subtract something from the pointer first!

2006-11-26 23:34:48 Tree
[r3142] by sms00

For some time now there's been the ability to selectively disable accelerated
functions (mjpeg_simd_helper gives a list of the functions for which this can
be done). Alas, that only worked for the X86 (MMX, SSE) functions. The
changes being checked in now enable the same capability for the Altivec routines

This is being done to work around an apparent limitation in the sad_00 routine.
yuvdeinterlace wants to use sad_00 with data aligned on 8 byte boundaries.
This works for MMX, SSE but not Altivec. So now with the simd_disable()
implemented it will be possible to disable sad_00_altivec within yuvdeinterlace.

2006-11-26 19:32:24 Tree
[r3141] by stefan_fendt

fixed bad pointer on free()

2006-11-22 20:11:35 Tree
[r3140] by sms00

Fix typo in usage message.

2006-11-22 06:49:46 Tree
[r3139] by sms00

mjpegtools does not (and has not for a long time) depended on or used nasm.

2006-11-16 01:31:38 Tree
[r3138] by sms00

jpeg-mmx is dead and gone.

2006-11-15 18:31:03 Tree
[r3137] by sms00

.

2006-11-15 18:30:30 Tree
[r3136] by sms00

Andrew indicated that the seqstats.hh and seqstats.cc are "not quite orphaned".
BUT, seqstats.cc is used NOWHERE. seqstats.hh is only used in seqstats.cc.
Neither compile. So they shouldn't be deleted. Put them in an out of the
way place like EXTRA_DIST so they remain in the .tar.gz.

2006-11-09 00:39:37 Tree
Older >
Auth0 Logo