Blender Git Commit Log

Git Commits -> Revision 78ea8df

Revision 78ea8df by Sergey Sharybin (master)
August 22, 2012, 15:13 (GMT)
Movie cache: made it thread safe to operate with memory limitor

Movie cache is using global memory limitor, which isn't thread safe
in some of operations, so it required to add mutex around limitor
operations in movie cache.

It's probably could be solved in a way with less locks involved
bu using different limitor for different areas (like use own limitor
for clips, own limitor for sequencer and so), but that wouldn't be
so easy to control overall memory usage.

Commit Details:

Full Hash: 78ea8df3417a053109a487d9483851151ea068f1
SVN Revision: 50126
Parent Commit: b2483c3
Lines Changed: +11, -2

1 Modified Path:

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