Blender Git Loki
Git Commits -> Revision 14508ef
Revision 14508ef by Sebastian Parborg (master) June 5, 2021, 00:48 (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: 14508ef100c9c6c67300ac480b32c88c0e134f25
Parent Commit: bfaf09b
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)