Go to file
Sergey Sharybin 8360c14f14 Fix #35443: Animation player doesn't play some movie formats
Need to initialize FFmpeg for animation player.

This is a bit confusing, but the only way to do this
properly and clear is to call IMB_ffmpeg_init from
playback_mode command line callback.

This is because this callback is blocking and
"usual" FFmpeg initializetion (which happens after
command line parsing) was never called.

Could be switched to separate FFmpeg initializtion
and debug level set but let's keep simple for now.
2013-05-21 12:18:35 +00:00
build_files code cleanup: rename bmesh operator files to be more consistent 2013-05-20 07:38:11 +00:00
doc Moved main part of bpy.app.translations doc out of C code, as suggested by Campell, thx. 2013-05-14 18:16:37 +00:00
extern quiet warnings from r56825 2013-05-16 03:55:47 +00:00
intern Fix compiler warnings with westin OSL code. 2013-05-21 10:13:47 +00:00
release Cycles / Wireframe node: 2013-05-20 15:58:37 +00:00
source Fix #35443: Animation player doesn't play some movie formats 2013-05-21 12:18:35 +00:00
CMakeLists.txt remove WITH_AVX_CPU, also used add_definitions incorrectly. 2013-05-19 16:47:41 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Fix a mismatch in help message (check_spelling_osl obviously checks OLS, and check_spelling_c, C code! :P ) 2013-05-14 14:37:51 +00:00
SConstruct Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00