[svn] Repository:
ViewVC logotype

Revision 1212


Jump to revision: Previous Next
Author: edgomez
Date: Sun Nov 16 15:32:38 2003 UTC (20 years, 5 months ago)
Log Message:
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].

Changed paths:

Path Details
Directorybranches/dev-api-4/xvidcore/src/encoder.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/estimation_bvop.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/motion.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/motion_inlines.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/vop_type_decision.c modified , text changed

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