Menu

Svn Commit Log


Commit Date  
[r2707] by gertv

- add 1 to mmx version as found by Stephen Beahm:

Both the C-reference and altivec versions of bsumsq_sub22_mmx() implement the
following:
v = ((p1f[i]+p1b[i]+1)>>1) - p2[i];

The mmx version does not add the one (+1).

- make twos[] static, so it doesn't have to be pushed on the stack everytime the function sumsq_mmx() is called

2005-03-29 17:35:09 Tree
[r2706] by sms00

Stephen Beahm noticed that the mmx code had not been updated like the
C-reference and Altivec code had been (2003/10)

2005-03-29 05:46:54 Tree
[r2705] by sms00

free() getting a bogus pointer because simd_env is modified by parse_next.
Another fine patch submitted by Stephen Beahm ;)

2005-03-29 05:20:41 Tree
[r2704] by sms00

Missing emms() spotted by Stephen Beahm - thanks!

2005-03-29 05:03:06 Tree
[r2703] by sms00

Couple missing '-' to turn multithread into multi-thread (so it matches the
mpeg2enc program usage).

2005-03-29 04:59:26 Tree
[r2702] by wackston2

Fix obscure threading issue due to the last frame being read
while the corresponding StreamState is being set.

2005-03-28 20:19:27 Tree
[r2701] by sms00

By popular demand (well, ok - I got one request to add it ;)) a simple
histogram program for YUV4MPEG2 streams is added. It's a simple program
created years ago to spot colorcast problems.

2005-03-25 19:31:44 Tree
[r2700] by rbultje

Fix invalid memory access

2005-03-23 09:06:55 Tree
[r2699] by stefan_fendt

it is slower, it is not yet ready for everyone, but it does remove noise
a lot better ...

Control it's behavior with (spatial) -Y [n] -U [n] -V [n] and (temporal) with
-y [n] -u [n] -v [n]

2005-03-18 18:22:55 Tree
[r2698] by stefan_fendt

*** empty log message ***

2005-03-18 18:18:32 Tree
Older >
Auth0 Logo