tornavis/source/blender/sequencer/intern
Richard Antalik fc32b9c5dd Fix: Crash when multiview movie right view is missing.
Ultimately this was due to missing nullptr check before trying to
process the image, but this should have been caught when loading
ImBufAnims. If any is missing, cancel multiview loading and load
movie as if it was single view only.
2024-03-02 18:12:47 +01:00
..
animation.cc Cleanup: unused includes in source/blender/sequencer 2024-02-13 13:37:56 +11:00
channels.cc Cleanup: unused includes in source/blender/sequencer 2024-02-13 13:37:56 +11:00
disk_cache.cc ImBuf: do not clear newly allocated image pixels when not needed 2024-02-15 14:54:57 +01:00
disk_cache.hh Cleanup: Remove unnecessary struct and typedef keywords from C++ headers 2023-11-14 09:51:41 +01:00
effects.cc Despgraph: Rename "copy-on-write" to "copy-on-evaluation" 2024-02-19 15:54:08 +01:00
effects.hh Cleanup: Remove unnecessary struct and typedef keywords from C++ headers 2023-11-14 09:51:41 +01:00
image_cache.cc Cleanup: unused includes in source/blender/sequencer 2024-02-13 13:37:56 +11:00
image_cache.hh Cleanup: Remove unnecessary keywords from C++ headers 2024-01-04 15:07:48 -05:00
iterator.cc Merge branch 'blender-v4.1-release' 2024-02-16 20:56:56 +02:00
modifier.cc Clenup: Move BLT headers to Cpp. 2024-02-09 18:59:42 +01:00
multiview.cc Cleanup: Make `BKE_scene.h` a full Cpp header. 2024-02-10 19:16:25 +01:00
multiview.hh Cleanup: rename ImBuf anim & anim_index structs 2024-01-23 20:26:55 +11:00
prefetch.cc Cleanup: Move `BKE_anim_data` header to be fully C++. 2024-02-28 11:51:03 +01:00
prefetch.hh Cleanup: use 'r_' prefix for output arguments, order last 2023-11-30 10:42:18 +11:00
proxy.cc Cleanup: unused includes in source/blender/sequencer 2024-02-13 13:37:56 +11:00
proxy.hh Cleanup: rename ImBuf anim & anim_index structs 2024-01-23 20:26:55 +11:00
proxy_job.cc Cleanup: unused includes in source/blender/sequencer 2024-02-13 13:37:56 +11:00
render.cc Fix: Crash when multiview movie right view is missing. 2024-03-02 18:12:47 +01:00
render.hh VSE: Skip rendering lower strips that are behind opaque strips above them 2024-02-21 20:16:44 +01:00
sequence_lookup.cc Cleanup: unused includes in source/blender/sequencer 2024-02-13 13:37:56 +11:00
sequencer.cc Despgraph: Rename "copy-on-write" to "copy-on-evaluation" 2024-02-19 15:54:08 +01:00
sequencer.hh Cleanup: Pass Span by value 2024-02-27 23:09:54 -05:00
sound.cc Cleanup: unused includes in source/blender/sequencer 2024-02-13 13:37:56 +11:00
strip_add.cc Cleanup: unused includes in source/blender/sequencer 2024-02-13 13:37:56 +11:00
strip_edit.cc Cleanup: unused includes in source/blender/sequencer 2024-02-13 13:37:56 +11:00
strip_relations.cc Cleanup: unused includes in source/blender/sequencer 2024-02-13 13:37:56 +11:00
strip_retiming.cc Cleanup: unused includes in source/blender/sequencer 2024-02-13 13:37:56 +11:00
strip_select.cc Cleanup: unused includes in source/blender/sequencer 2024-02-13 13:37:56 +11:00
strip_time.cc Cleanup: Pass Span by value 2024-02-27 23:09:54 -05:00
strip_time.hh Cleanup: Pass Span by value 2024-02-27 23:09:54 -05:00
strip_transform.cc VSE: Skip rendering lower strips that are behind opaque strips above them 2024-02-21 20:16:44 +01:00
utils.cc Fix: Crash when multiview movie right view is missing. 2024-03-02 18:12:47 +01:00
utils.hh Cleanup: Remove unnecessary struct and typedef keywords from C++ headers 2023-11-14 09:51:41 +01:00