Log of /branches/dev-api-3/xvidcore/src/motion/motion_est.c
Parent Directory
Revision
676 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 25 13:38:56 2002 UTC (20 years, 10 months ago) by
syskin
File length: 77223 byte(s)
Diff to
previous 675
another interpolate bug (I promise to stop producing them. really. lol); some thresholds fixed for better mode decision (in bframes)
Revision
665 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 20 20:11:09 2002 UTC (20 years, 10 months ago) by
Isibaar
File length: 77149 byte(s)
Diff to
previous 663
bframe+qpel decoding support, bframe decoding bugfix, qpel interpolation speedup, bframe decoding speedup
Revision
631 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 7 10:31:03 2002 UTC (20 years, 10 months ago) by
suxen_drol
File length: 74640 byte(s)
Diff to
previous 628
encoder: new colorspace; decoder: auto width/height, basic gmc, experimental rrv
Revision
619 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 2 15:52:31 2002 UTC (20 years, 11 months ago) by
chl
File length: 74762 byte(s)
Diff to
previous 606
Basic support for translation-only GMC support (compatible to Divx5)
use general flag XVID_GMC to switch it on, the rest is done automatically.
!!! Combination with B-frames is completely untested !!!
Revision
530 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 23 20:36:02 2002 UTC (21 years ago) by
chl
File length: 54222 byte(s)
Diff to
previous 392
sysKin Motion Estimation and minor changes to support it.
I hope it doesn't break too much...
Revision
346 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 28 02:55:41 2002 UTC (21 years, 2 months ago) by
chl
Original Path:
trunk/xvidcore/src/motion/motion_est.c
File length: 103007 byte(s)
Diff to
previous 345
Interpolated and DirectMode motion estimation (DiamondSearch) for B-Frames.
Slow, but working, this might have been the final step to a complete
implemenation of b-frame encoding. Btw... it's 5.a.m so don't trust
this CVS entry!
Revision
78 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 28 20:57:25 2002 UTC (21 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/motion/motion_est.c
File length: 34339 byte(s)
Diff to
previous 3
Big patch, use it with care (tests done with GNU/Linux) :
- Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
- Lot of "New line at end of file missing" warnings fixed (gcc3)
- All 2d arrays have been turned into 1d arrays
To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
(read portab.h)
Win32 users should give feedback.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.