Log of /xvidcore/src/motion/motion_comp.c
Parent Directory
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 5 13:01:27 2004 UTC (18 years, 11 months ago) by
syskin
Branch:
MAIN
CVS Tags:
release-1_1_0,
release-1_1_0_final,
release-1_1_1-final,
release-1_1_2,
release-1_1_3,
release-1_1_3-final,
release-1_2_0,
release-1_2_2,
tag-branching-1_2_0
Branch point for:
release-1_1-branch,
release-1_2-branch
Changes since
1.22: +46 -172 lines
Diff to
previous 1.22
RRV removed from MC
Revision
1.22 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 12 21:08:41 2004 UTC (19 years, 1 month ago) by
edgomez
Branch:
MAIN
Changes since
1.21: +10 -10 lines
Diff to
previous 1.21
Fixes from my branch, 64bit fixes, credits to christoph nageli, DEST support in Makefile
Revision
1.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 10 21:58:55 2004 UTC (19 years, 3 months ago) by
edgomez
Branch:
MAIN
Changes since
1.20: +0 -12 lines
Diff to
previous 1.20
Decoder speedups: merge interpolation and dst averaging for bvop blocks, unify qpel framework (should slow things for PPC until new functions get merged)
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 15 18:13:02 2002 UTC (21 years, 3 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.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 28 20:57:25 2002 UTC (21 years, 8 months 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.
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.