Log of /xvidcore/src/motion/motion_inlines.h
Parent Directory
Revision
1.1.2.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 16 15:32:38 2003 UTC (19 years, 10 months ago) by
edgomez
Branch:
dev-api-4
Changes since
1.1.2.5: +2 -1 lines
Diff to
previous 1.1.2.5
, to
branch point 1.1
, to
next main 1.5
Valgrind reported lot of unitialized reads. These unitialized reads
helped sysKin finding three bugs:
- ZeroMacroblock did not reset the cbp field. So for some skipped
blocks, a test was done on the cbp value...
- MEanalysis was using wrong mvs from the current bvop (unitialized
or just wrong in current context). That's because in devapi3,
bframes used to share the same mvs array wheras now, it's one array
a bvop.
- Collocated skipped MBs for a bvop didn't reset mvs[0] and b_mvs[0].
Revision
1.1
Wed Sep 10 22:19:00 2003 UTC (20 years ago) by
edgomez
Branch:
MAIN
Branch point for:
dev-api-4
FILE REMOVED
file motion_inlines.h was initially added on branch dev-api-4.
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.