Go to file
Sergey Sharybin 759e96164a Fix #33433: Importing video files into movie clip editor crashes Blender
This was a regression in svn rev52718 caused by the fact that we can not
free packet fun until we've finished all manipulation with decoded frame
since frame and packet could share same pointers.

For now restored old behavior of next_packet which seems to be well
tested and better not do bigger refactoring here so close to release.

Memory leak fixed by that revision was fixed by calling av_free_packet
just before avcodec_decode_video2 in cases we're at the end of file.

Tested with valgrind and could not see any memory leaks in ffmpeg
area.
2012-12-06 21:08:24 +00:00
build_files Make installation of some libs off by default (use --with-all option to re-enable them). Currently affected libs: 2012-12-05 11:58:38 +00:00
doc pydna experimental ctypes DNA api was broken with more recent python versions, and some minor doc edits. 2012-12-05 03:38:01 +00:00
extern cmake was missing some header files. 2012-12-04 14:43:42 +00:00
intern Disable multisamples on windows for intel cards 2012-12-06 16:18:35 +00:00
release bpy.ops module/caller classes incorrectly had __keys__ rather then __slots__. 2012-12-06 03:09:06 +00:00
source Fix #33433: Importing video files into movie clip editor crashes Blender 2012-12-06 21:08:24 +00:00
CMakeLists.txt Fix #33411: crash baking smoke with FFT high resolution. 2012-12-05 15:46:31 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct Fix scons not installing closure/ directory for runtime compiles of CUDA kernel. 2012-12-03 16:51:05 +00:00