Blender Git Commit Log

Git Commits -> Revision 53b98de

July 29, 2020, 08:12 (GMT)
Fix T78867: Crash related to viewing video files

Any time FFmpeg was used to get a picture Blender would crash
when FFmpeg 4.3 is used. This affects thumbnails, VSE, Clip Editor.

Caused by a bug in FFmpeg which lead to crashes when unaligned
buffer was passed to sws_scale(). It got fixed later on in FFmpeg,
but for portability and compatibility reasons still nice to avoid
crash, especially since it's not so difficult to do.

FFmpeg ticked number is #8747
The FFmpeg Git hash with the fix: ba3e771a42c2

Differential Revision: https://developer.blender.org/D8355

Commit Details:

Full Hash: 53b98de26030574ae2ecdaac5e33b37acb5444e2
Parent Commit: 650cceb
Committed By: Jeroen Bakker
Lines Changed: +23, -1

1 Modified Path:

/source/blender/imbuf/intern/anim_movie.c (+23, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021