Blender Git Commit Log
Git Commits -> Revision 7eb3e77
June 30, 2021, 07:37 (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: 7eb3e77b94f51bdeee719425ec4a533f662c5edd
Parent Commit: 13ab6b7
Committed By: Jeroen Bakker
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)