Menu

Svn Commit Log


Commit Date  
[r3110] by wackston2

Initial Fix attempt for broken handling of forcing P frames.

2006-08-08 18:35:24 Tree
[r3109] by sms00

Ok - after discussion with James revert some of the argument sanity checking
by putting it back inside the ALTIVEC_VERIFY ifdef. Leave the one check
for 16x16/8x8 blocks present to avoid a repeat of the yuvdenoise debug session.

2006-08-05 01:19:04 Tree
[r3108] by sms00

at Stefan's request (he is on travel for a while) administer first aid to
the program by changing it to use 16x16 search blocks rather than 32x32 blocks.
The accelerated SAD routines have a 16x16 limit. Altivec routines check for
this and will log a message and exit, but the MMX versions will simply crash
eventually.

2006-08-01 23:03:08 Tree
[r3107] by sms00

Enable some of the sanity checks that were hidden inside '#ifdef ALTIVEC_VERIFY'
conditionals. In particular the requirement in sad_00 that 'h' be 8 or 16 was
being violated by yuvdenoise and the program was mysteriously coredumping.

IF "user input" (in this case a parameter from a user program into a library)
can cause a program to segfault THEN that condition SHOULD BE CHECKED and
a meaninful error given.

After enabling the checks the cause of the problem was immediately known:

**ERROR: [yuvdenoise] sad_00: h != [8|16], (32)

2006-07-29 23:11:11 Tree
[r3106] by sms00

Update documentation - lingering references to jpeg-mmx

2006-07-29 02:49:32 Tree
[r3105] by sms00

Aesthetic changes, use 'err' as a local variable rather than 'errno' (system
error), use filen() instead of hardcoding filedescriptor numbers

2006-07-28 18:49:48 Tree
[r3104] by sms00

Add the y4mivtc executable.

2006-07-27 04:13:23 Tree
[r3103] by sms00

getopt() returns 'int' not 'char'. Cleanup the help/usage messages so they
don't double or triple space.

2006-07-27 04:11:42 Tree
[r3102] by sms00

Fix the usage() summary and coincident comments. The proper usage is -v -v
and not -vs to increase the debug/verbosity level.

2006-07-15 08:07:19 Tree
[r3101] by sms00

Move imageplanes.cc from mpeg2enc_source to libmpeg2encpp_source so that
symbols do not become undefined in the library.

2006-07-14 07:40:25 Tree
Older >
Auth0 Logo