[svn] / branches / dev-api-3 / xvidcore / src / motion / motion_comp.c Repository:
ViewVC logotype

Log of /branches/dev-api-3/xvidcore/src/motion/motion_comp.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 778 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 12 13:13:36 2003 UTC (21 years, 2 months ago) by chl
File length: 28801 byte(s)
Diff to previous 775 , to selected 392
bugfix averag motion vector clipping in Qpel

Revision 775 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 12 11:04:17 2003 UTC (21 years, 2 months ago) by chl
File length: 28799 byte(s)
Diff to previous 769 , to selected 392
correct rounding in QPel

Revision 769 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 11 14:59:24 2003 UTC (21 years, 2 months ago) by chl
File length: 28786 byte(s)
Diff to previous 756 , to selected 392
Major update: Support for GME/GMC with 2 warppoints

Revision 756 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 12:43:38 2003 UTC (21 years, 2 months ago) by syskin
File length: 14062 byte(s)
Diff to previous 744 , to selected 392
shorter and cleaner code; MC doesn't destroy interpolated pictures now, so they can be re-used (TODO)

Revision 744 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 28 15:34:29 2002 UTC (21 years, 3 months ago) by syskin
File length: 20269 byte(s)
Diff to previous 721 , to selected 392
cleanups; faster code due to avoiding memcopy where it wasn't needed

Revision 721 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 14 09:39:42 2002 UTC (21 years, 3 months ago) by suxen_drol
File length: 19474 byte(s)
Diff to previous 706 , to selected 392
mingw/dprintf cleanup, portab.h updated from release-0.9.0

Revision 706 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 11 11:03:37 2002 UTC (21 years, 3 months ago) by suxen_drol
File length: 19466 byte(s)
Diff to previous 704 , to selected 392
motion_comp bug fix (stupid var name mistake)

Revision 704 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 11 10:32:29 2002 UTC (21 years, 3 months ago) by syskin
File length: 19846 byte(s)
Diff to previous 703 , to selected 392
motion estimation for reduced resolution p-vops

Revision 703 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 10 12:03:01 2002 UTC (21 years, 3 months ago) by suxen_drol
File length: 19821 byte(s)
Diff to previous 702 , to selected 392
interpolate18x18 hack

Revision 702 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 10 11:13:50 2002 UTC (21 years, 3 months ago) by suxen_drol
File length: 18722 byte(s)
Diff to previous 701 , to selected 392
rrv encoding update

Revision 701 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 9 10:47:05 2002 UTC (21 years, 3 months ago) by suxen_drol
File length: 18904 byte(s)
Diff to previous 658 , to selected 392
rrv i-vop encoding

Revision 658 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 19 13:04:35 2002 UTC (21 years, 4 months ago) by syskin
File length: 16290 byte(s)
Diff to previous 619 , to selected 392
qpel support for b-frames

Revision 619 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 2 15:52:31 2002 UTC (21 years, 4 months ago) by chl
File length: 15274 byte(s)
Diff to previous 618 , to selected 392
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 618 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 31 06:52:26 2002 UTC (21 years, 5 months ago) by Isibaar
File length: 15122 byte(s)
Diff to previous 617 , to selected 392
qpel.h

Revision 617 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 30 23:12:13 2002 UTC (21 years, 5 months ago) by Isibaar
File length: 15149 byte(s)
Diff to previous 616 , to selected 392
chroma rounding again

Revision 616 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 30 18:06:41 2002 UTC (21 years, 5 months ago) by Isibaar
File length: 15225 byte(s)
Diff to previous 588 , to selected 392
qpel chroma rounding fixed

Revision 588 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 10 12:16:00 2002 UTC (21 years, 5 months ago) by Isibaar
File length: 15058 byte(s)
Diff to previous 581 , to selected 392
qpel update

Revision 581 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 5 21:42:04 2002 UTC (21 years, 5 months ago) by Isibaar
File length: 13639 byte(s)
Diff to previous 539 , to selected 392
qpel MC

Revision 539 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 25 21:28:48 2002 UTC (21 years, 6 months ago) by Isibaar
File length: 12723 byte(s)
Diff to previous 530 , to selected 392
SysKin's latest ME changes

Revision 530 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 23 20:36:02 2002 UTC (21 years, 6 months ago) by chl
File length: 12816 byte(s)
Diff to previous 449 , to selected 392
sysKin Motion Estimation and minor changes to support it.
I hope it doesn't break too much...

Revision 449 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 8 09:49:55 2002 UTC (21 years, 6 months ago) by suxen_drol
File length: 16088 byte(s)
Diff to previous 392
block-based encoder interpolation/compensation for normal & bframes.

Revision 392 - (view) (download) (annotate) - [selected]
Modified Wed Sep 4 18:44:41 2002 UTC (21 years, 6 months ago) by
File length: 13017 byte(s)
Diff to previous 374
This commit was manufactured by cvs2svn to create branch 'dev-api-3'.

Revision 374 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 15 19:52:16 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/motion/motion_comp.c
File length: 13017 byte(s)
Diff to previous 373 , to selected 392
Ooops, first bugfix was an outdated version and the CVS got stuck...

Revision 373 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 15 18:13:02 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/motion/motion_comp.c
File length: 12504 byte(s)
Diff to previous 341 , to selected 392
Bugfix chroma motion compensation in BFRAMES mode. Block based has to be
used, even if BFRAMES is active, because we cannot rely on XVID_HALFPEL
(XVID_HALFPEL is not needed if max_bframes<=0)

Revision 341 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 25 00:43:19 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/motion/motion_comp.c
File length: 12932 byte(s)
Diff to previous 232 , to selected 392
Enable B-frame + INTER4V (not bugfree yet)

Revision 232 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 21 16:12:48 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion/motion_comp.c
File length: 12339 byte(s)
Diff to previous 229 , to selected 392
bframes patch

Revision 229 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 20 14:05:58 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion/motion_comp.c
File length: 12355 byte(s)
Diff to previous 209 , to selected 392
bframe patch

Revision 209 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 14 13:29:07 2002 UTC (21 years, 9 months ago) by Isibaar
Original Path: trunk/xvidcore/src/motion/motion_comp.c
File length: 12339 byte(s)
Diff to previous 195 , to selected 392
ia64 changes

Revision 195 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 12 20:38:41 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/motion/motion_comp.c
File length: 12307 byte(s)
Diff to previous 152 , to selected 392
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 152 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 1 13:00:02 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion/motion_comp.c
File length: 10734 byte(s)
Diff to previous 118 , to selected 392
#define BFRAMES

Revision 118 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 13 16:30:02 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion/motion_comp.c
File length: 10552 byte(s)
Diff to previous 78 , to selected 392
bframe "support" code

Revision 78 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 20:57:25 2002 UTC (22 years ago) by edgomez
Original Path: trunk/xvidcore/src/motion/motion_comp.c
File length: 4960 byte(s)
Diff to previous 3 , to selected 392
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.

Revision 3 - (view) (download) (annotate) - [select for diffs]
Added Fri Mar 8 02:46:11 2002 UTC (22 years ago) by Isibaar
Original Path: trunk/xvidcore/src/motion/motion_comp.c
File length: 4926 byte(s)
Diff to selected 392
moved sources

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4