Blender Git Commit Log
Git Commits -> Revision 334b057
Revision 334b057 by Peter Schlaile (master) February 5, 2006, 19:23 (GMT) |
* Add memcache limitor-support to imbufs * Add ffmpeg-read support in anim.c and util.c * Makes ImBufs refcountable. You can now increase an internal refcounter in ImBufs (using IMB_refImBuf) which is decreased by freeImBuf. This makes it possible to simply pass ImBuf pointers around in the sequencer saving a few memcopies. |
Commit Details:
Full Hash: 334b05741f0ed51f192c17328b62c7540970d1bf
SVN Revision: 6696
Parent Commit: 38c4a3a
Lines Changed: +568, -13
9 Modified Paths:
/source/blender/imbuf/IMB_imbuf.h (+22, -0) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+6, -2) (Diff)
/source/blender/imbuf/intern/allocimbuf.c (+99, -9) (Diff)
/source/blender/imbuf/intern/anim.c (+311, -0) (Diff)
/source/blender/imbuf/intern/cmap.c (+2, -0) (Diff)
/source/blender/imbuf/intern/IMB_anim.h (+16, -0) (Diff)
/source/blender/imbuf/intern/Makefile (+5, -0) (Diff)
/source/blender/imbuf/intern/util.c (+103, -1) (Diff)
/source/blender/imbuf/SConscript (+4, -1) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+6, -2) (Diff)
/source/blender/imbuf/intern/allocimbuf.c (+99, -9) (Diff)
/source/blender/imbuf/intern/anim.c (+311, -0) (Diff)
/source/blender/imbuf/intern/cmap.c (+2, -0) (Diff)
/source/blender/imbuf/intern/IMB_anim.h (+16, -0) (Diff)
/source/blender/imbuf/intern/Makefile (+5, -0) (Diff)
/source/blender/imbuf/intern/util.c (+103, -1) (Diff)
/source/blender/imbuf/SConscript (+4, -1) (Diff)