[cvs] / xvidcore / src / motion / motion_comp.c Repository:
ViewVC logotype

Log of /xvidcore/src/motion/motion_comp.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Links to dev-api-3: (view) (download) (annotate)
Sticky Tag:

Revision 1.11.2.23 - (view) (download) (annotate) - [select for diffs]
Wed Feb 12 11:48:21 2003 UTC (21 years, 1 month ago) by syskin
Branch: dev-api-3
Changes since 1.11.2.22: +50 -26 lines
Diff to previous 1.11.2.22 , to branch point 1.11 , to next main 1.25
new functions can also be used here, for some extra speed (nothing noticable)

Revision 1.11.2.22 - (view) (download) (annotate) - [select for diffs]
Fri Jan 31 22:25:18 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.11.2.21: +249 -2 lines
Diff to previous 1.11.2.21 , to branch point 1.11
Replaced gruel's GMC by Skal's, new entries to GMC_DATA

Revision 1.11.2.21 - (view) (download) (annotate) - [select for diffs]
Sun Jan 12 13:13:36 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.11.2.20: +1 -1 lines
Diff to previous 1.11.2.20 , to branch point 1.11
bugfix averag motion vector clipping in Qpel

Revision 1.11.2.20 - (view) (download) (annotate) - [select for diffs]
Sun Jan 12 11:04:17 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.11.2.19: +20 -18 lines
Diff to previous 1.11.2.19 , to branch point 1.11
correct rounding in QPel

Revision 1.11.2.19 - (view) (download) (annotate) - [select for diffs]
Sat Jan 11 14:59:24 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.11.2.18: +455 -41 lines
Diff to previous 1.11.2.18 , to branch point 1.11
Major update: Support for GME/GMC with 2 warppoints

Revision 1.11.2.18 - (view) (download) (annotate) - [select for diffs]
Fri Jan 3 12:43:38 2003 UTC (21 years, 2 months ago) by syskin
Branch: dev-api-3
Changes since 1.11.2.17: +271 -436 lines
Diff to previous 1.11.2.17 , to branch point 1.11
shorter and cleaner code; MC doesn't destroy interpolated pictures now, so they can be re-used (TODO)

Revision 1.11.2.17 - (view) (download) (annotate) - [select for diffs]
Sat Dec 28 15:34:29 2002 UTC (21 years, 3 months ago) by syskin
Branch: dev-api-3
Changes since 1.11.2.16: +102 -100 lines
Diff to previous 1.11.2.16 , to branch point 1.11
cleanups; faster code due to avoiding memcopy where it wasn't needed

Revision 1.11.2.16 - (view) (download) (annotate) - [select for diffs]
Sat Dec 14 09:39:42 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.11.2.15: +2 -2 lines
Diff to previous 1.11.2.15 , to branch point 1.11
mingw/dprintf cleanup, portab.h updated from release-0.9.0

Revision 1.11.2.15 - (view) (download) (annotate) - [select for diffs]
Wed Dec 11 11:03:37 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.11.2.14: +10 -16 lines
Diff to previous 1.11.2.14 , to branch point 1.11
motion_comp bug fix (stupid var name mistake)

Revision 1.11.2.14 - (view) (download) (annotate) - [select for diffs]
Wed Dec 11 10:32:29 2002 UTC (21 years, 3 months ago) by syskin
Branch: dev-api-3
Changes since 1.11.2.13: +1 -1 lines
Diff to previous 1.11.2.13 , to branch point 1.11
motion estimation for reduced resolution p-vops

Revision 1.11.2.13 - (view) (download) (annotate) - [select for diffs]
Tue Dec 10 12:03:01 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.11.2.12: +31 -2 lines
Diff to previous 1.11.2.12 , to branch point 1.11
interpolate18x18 hack

Revision 1.11.2.12 - (view) (download) (annotate) - [select for diffs]
Tue Dec 10 11:13:50 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.11.2.11: +95 -156 lines
Diff to previous 1.11.2.11 , to branch point 1.11
rrv encoding update

Revision 1.11.2.11 - (view) (download) (annotate) - [select for diffs]
Mon Dec 9 10:47:05 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.11.2.10: +242 -99 lines
Diff to previous 1.11.2.10 , to branch point 1.11
rrv i-vop encoding

Revision 1.11.2.10 - (view) (download) (annotate) - [select for diffs]
Tue Nov 19 13:04:35 2002 UTC (21 years, 4 months ago) by syskin
Branch: dev-api-3
Changes since 1.11.2.9: +146 -110 lines
Diff to previous 1.11.2.9 , to branch point 1.11
qpel support for b-frames

Revision 1.11.2.9 - (view) (download) (annotate) - [select for diffs]
Sat Nov 2 15:52:31 2002 UTC (21 years, 5 months ago) by chl
Branch: dev-api-3
CVS Tags: branch-release-1-0
Changes since 1.11.2.8: +27 -31 lines
Diff to previous 1.11.2.8 , to branch point 1.11
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 1.11.2.8 - (view) (download) (annotate) - [select for diffs]
Thu Oct 31 06:52:26 2002 UTC (21 years, 5 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.11.2.7: +0 -1 lines
Diff to previous 1.11.2.7 , to branch point 1.11
qpel.h

Revision 1.11.2.7 - (view) (download) (annotate) - [select for diffs]
Wed Oct 30 23:12:13 2002 UTC (21 years, 5 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.11.2.6: +5 -6 lines
Diff to previous 1.11.2.6 , to branch point 1.11
chroma rounding again

Revision 1.11.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Oct 30 18:01:29 2002 UTC (21 years, 5 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.11.2.5: +16 -16 lines
Diff to previous 1.11.2.5 , to branch point 1.11
qpel chroma rounding fixed

Revision 1.11.2.5 - (view) (download) (annotate) - [select for diffs]
Thu Oct 10 12:15:36 2002 UTC (21 years, 5 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.11.2.4: +54 -11 lines
Diff to previous 1.11.2.4 , to branch point 1.11
qpel update

Revision 1.11.2.4 - (view) (download) (annotate) - [select for diffs]
Sat Oct 5 21:42:04 2002 UTC (21 years, 5 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.11.2.3: +78 -39 lines
Diff to previous 1.11.2.3 , to branch point 1.11
qpel MC

Revision 1.11.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Sep 25 21:28:25 2002 UTC (21 years, 6 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.11.2.2: +0 -3 lines
Diff to previous 1.11.2.2 , to branch point 1.11
SysKin's latest ME changes

Revision 1.11.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Sep 23 20:36:02 2002 UTC (21 years, 6 months ago) by chl
Branch: dev-api-3
Changes since 1.11.2.1: +133 -228 lines
Diff to previous 1.11.2.1 , to branch point 1.11
sysKin Motion Estimation and minor changes to support it.
I hope it doesn't break too much...

Revision 1.11.2.1 - (view) (download) (annotate) - [select for diffs]
Sun Sep 8 09:49:55 2002 UTC (21 years, 6 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.11: +90 -16 lines
Diff to previous 1.11
block-based encoder interpolation/compensation for normal & bframes.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Aug 15 19:52:16 2002 UTC (21 years, 7 months ago) by chl
Branch: MAIN
CVS Tags: tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.10: +91 -75 lines
Diff to previous 1.10
Ooops, first bugfix was an outdated version and the CVS got stuck...

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Aug 15 18:13:02 2002 UTC (21 years, 7 months ago) by chl
Branch: MAIN
Changes since 1.9: +75 -87 lines
Diff to previous 1.9
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 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Jul 25 00:43:19 2002 UTC (21 years, 8 months ago) by chl
Branch: MAIN
Changes since 1.8: +86 -69 lines
Diff to previous 1.8
Enable B-frame + INTER4V (not bugfree yet)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Jun 21 16:12:48 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.7: +0 -2 lines
Diff to previous 1.7
bframes patch

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jun 20 14:05:58 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.6: +2 -0 lines
Diff to previous 1.6
bframe patch

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Jun 14 13:26:43 2002 UTC (21 years, 9 months ago) by Isibaar
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
ia64 changes

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 12 20:38:40 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.4: +275 -237 lines
Diff to previous 1.4
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed May 1 13:00:02 2002 UTC (21 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.3: +34 -33 lines
Diff to previous 1.3
#define BFRAMES

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Apr 13 16:30:02 2002 UTC (21 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.2: +201 -0 lines
Diff to previous 1.2
bframe "support" code

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 20:57:25 2002 UTC (22 years ago) by edgomez
Branch: MAIN
CVS Tags: xvidcore
Changes since 1.1: +49 -49 lines
Diff to previous 1.1
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 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 02:44:50 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Branch point for: core
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and 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