Blender Git Commit Log
Git Commits -> Revision 804da88
Revision 804da88 by Sebastian Parborg (asset-browser, asset-browser-poselib, temp-pose-flipping-fix-attempt) June 5, 2021, 16:02 (GMT) |
FFmpeg: Fix seeking not returning the correct frame when not using TC index Fixed the logic for seeking in ffmpeg video files. The main fix is that we now apply a small offset in ffmpeg_get_seek_pos to make sure we don't get the frame in front of the seek position when seeking backward. The rest of the changes is general cleanup and untangling code. Reviewed By: Richard Antalik Differential Revision: https://developer.blender.org/D11492 |
Commit Details:
Full Hash: 804da8844d69bfc89d11d88e14361105a51b71c1
Parent Commit: 2a1bd65
Committed By: Julian Eisel
Lines Changed: +195, -192
8 Modified Paths:
/release/scripts/startup/bl_ui/space_sequencer.py (+0, -1) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+0, -2) (Diff)
/source/blender/imbuf/intern/anim_movie.c (+189, -171) (Diff)
/source/blender/imbuf/intern/IMB_anim.h (+5, -6) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+0, -6) (Diff)
/source/blender/sequencer/intern/render.c (+0, -2) (Diff)
/source/blender/sequencer/intern/strip_add.c (+0, -3) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+0, -2) (Diff)
/source/blender/imbuf/intern/anim_movie.c (+189, -171) (Diff)
/source/blender/imbuf/intern/IMB_anim.h (+5, -6) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+0, -6) (Diff)
/source/blender/sequencer/intern/render.c (+0, -2) (Diff)
/source/blender/sequencer/intern/strip_add.c (+0, -3) (Diff)