[Bf-blender-cvs] CVS commit: blender/source/blender/imbuf/intern anim.c

Peter Schlaile peter at schlaile.de
Thu Jul 6 22:52:03 CEST 2006


schlaile (Peter Schlaile) 2006/07/06 22:52:03 CEST

  Modified files:
    blender/source/blender/imbuf/intern anim.c 
  
  Log:
  == FFMPEG ==
  
  Rewrote the video seek code again. This time it is a _lot_ simpler and a lot
  better.
  
  For those interested: instead of letting ffmpeg choose the right final
  position, we let it preseek (maybe to I-frame in the rare case, that is
  implemented) and then scan for the correct frame on DTS basis by hand.
  
  We therefor only have to seek once and remove all those frame-jumping
  jerkiness, people noticed in the same step.
  
  Tested with msmpeg, hd-mpeg2 and DV.
  
  Revision  Changes    Path
  1.16      +21 -64    blender/source/blender/imbuf/intern/anim.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/imbuf/intern/anim.c.diff?r1=1.15&r2=1.16&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list